rattail-fabric2/docs/OLDCHANGES.rst

96 lines
1.8 KiB
ReStructuredText
Raw Permalink Normal View History

2018-12-03 01:13:47 -06:00
CHANGELOG
=========
2024-06-10 19:14:58 -05:00
NB. this file contains "old" release notes only. for newer releases
see the `CHANGELOG.md` file in the source root folder.
2024-05-31 17:47:41 -05:00
0.3.6 (2024-05-31)
------------------
* Bump version to fix PyPI upload.
2024-05-31 17:43:30 -05:00
0.3.5 (2024-05-31)
------------------
* Fix command line args in scripts, per typer.
2024-05-07 14:14:33 -05:00
0.3.4 (2024-05-07)
------------------
* Fix shell when creating new linux user account.
2023-09-25 18:09:31 -05:00
0.3.3 (2023-09-25)
------------------
* Add separate functions for dump, restore of mysql DB.
* Preserve correct owner for ``.bashrc`` when configuring node.js.
* Move sql file to temp path when restoring postgres db.
* Add ``clang`` workaround for pythonz.
* Add ``mysql.get_version_string()`` convenience function.
* Add option to skip raw SQL file when dumping postgres DB.
2023-06-10 19:03:49 -05:00
0.3.2 (2023-06-10)
------------------
* Let caller override default ``fannie/config.php``.
2023-06-10 16:13:11 -05:00
0.3.1 (2023-06-10)
------------------
* Touch ``fannie.log`` when installing CORE Office.
* Add password support for ``make_normal_user()``.
2023-06-08 21:10:03 -05:00
0.3.0 (2023-06-08)
------------------
- OMG so many changes...just needed a fresh release.
2020-09-25 18:05:38 -05:00
0.2.4 (2020-09-25)
------------------
- Allow kwargs for template context when deploying sudoers file.
- Pass arbitrary kwargs along, for ``apt.install()``.
- Add ``method`` kwarg for ``python.install_pip()``.
- Require the 'rattail' package.
- Add ``mssql`` module for installing MS SQL Server ODBC driver.
- Add ``is_debian()`` convenience function.
2020-09-08 18:03:07 -05:00
0.2.3 (2020-09-08)
------------------
- Improve support for installing pip etc. on python3.
2020-09-08 16:15:44 -05:00
0.2.2 (2020-09-08)
------------------
- Include all "deploy" files within manifest.
2020-09-08 15:21:14 -05:00
0.2.1 (2020-09-08)
------------------
- OMG so many changes. Just a "save point" more or less.
2018-12-03 01:13:47 -06:00
0.2.0 (2018-12-03)
------------------
- Initial release, somewhat forked from ``rattail-fabric`` package.