6a1eb885a7
- update to 0.9.6: * Support BOM correctly. Previously we would have stripped any Byte Order Mark, and incorrectly matched items on the first line. * Extraneous blank lines are avoided when deleting a section. * Previously blank lines preceeding a [section] were not removed. * Support creating a section called "default". Previously this would have been disallowed, with an invalid section name error. * Support ensuring a single space in all 'name = value' entries in the file with --ini-options=space. This is symmetric and opposite to the existing --ini-options=nospace option. * Support ensuring a single blank line between sections, and no blank lines at the start or end of the file, with --ini- options=sectionspace.
Dirk Mueller2025-09-11 20:09:57 +00:00
b2d9ff2365
Accepting request 1126962 from Cloud:OpenStack:Factory
Ana Guerrero2023-11-16 19:31:02 +00:00
a7f7870724
- update to 0.9.5: * Support for multiple --set and --del, or --get operations, allowing for more efficient and atomic updates to multiple parameters. * Support indented ini files with --ini-options=ignoreindent. Indentation is ignored (and maintained) in the ini file. * --format=sh will now attempt to output a whole ini file in sh format. Previously it would have only printed the section names. lingering lock file. - Initial package (0.3)
Dirk Mueller2023-11-16 15:59:19 +00:00
e24889c34d
- update to 0.9: * Write errors to stdout are diagnosed correctly and consistently. * Replacing symlinks now replaces the target rather than the symlink itself. * The case of parameters is maintained with --get. * Single token parameters (without equals) are now supported, which are used in mysql config for example. - Drop 3c52bd938975f7c5b32d7009f109ccbd2328c16d.patch . Applied upstream.
Thomas Bechtold2017-08-24 13:23:58 +00:00
2e937a8519
- update to 0.8: * maint: improve documentation for fsync() calls * use sha256 rather than md5 to checksum file contents * maint: remove stale comment * document --help and --version * fix spelling in --help and man page * fix processing of lines starting with "rem" * bump version for release - add 3c52bd938975f7c5b32d7009f109ccbd2328c16d.patch . Fixes symlink handling when writing linked files.
Thomas Bechtold2016-12-08 22:09:25 +00:00