diff --git a/crudini-0.9.4.tar.gz b/crudini-0.9.4.tar.gz deleted file mode 100644 index dec6629..0000000 --- a/crudini-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7944306493f6b0d824607dfc74518d951ab732dd07bcd3b5569114c2a3cd222 -size 27948 diff --git a/crudini-0.9.5.tar.gz b/crudini-0.9.5.tar.gz new file mode 100644 index 0000000..af8486d --- /dev/null +++ b/crudini-0.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e4bda34fd74972f985fe7ec092b33e125d6df1fcdc8d6f493ac906ac3c34a9 +size 30328 diff --git a/crudini.changes b/crudini.changes index 5ff6ff8..8844f37 100644 --- a/crudini.changes +++ b/crudini.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 16 15:58:52 UTC 2023 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Mon Mar 13 17:39:44 UTC 2023 - Ferdinand Thiessen @@ -60,7 +73,7 @@ Thu Feb 18 16:44:06 UTC 2016 - aplanas@suse.com Bug fixes * Lock files are cleaned up robustly. Previously there was a race condition resulting in blocked subsequent edits, due to a - lingering lock file. + lingering lock file. * --del will ignore requests to delete a parameter in a non-existing section (unless --existing is used). Previously it failed citing the missing section. @@ -101,5 +114,5 @@ Fri Oct 10 19:21:16 UTC 2014 - dmueller@suse.com ------------------------------------------------------------------- Fri Sep 27 16:11:52 UTC 2013 - dmueller@suse.com -- Initial package (0.3) +- Initial package (0.3) diff --git a/crudini.spec b/crudini.spec index 9ba46f8..64c86d2 100644 --- a/crudini.spec +++ b/crudini.spec @@ -17,7 +17,7 @@ Name: crudini -Version: 0.9.4 +Version: 0.9.5 Release: 0 Summary: A utility for manipulating ini files License: GPL-2.0-only