ChangeLog: standardize the format of the last entries

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-11-18 16:02:13 +01:00
parent c5d5093431
commit f81b2365f6

View File

@ -1,10 +1,6 @@
Changes in version 1.14.3 Changes in version 1.14.3
--- Nov -- 2012 Davide Madrisan <davide.madrisan(a)gmail.com> --- Nov -- 2012 Davide Madrisan <davide.madrisan(a)gmail.com>
+ bugfix
* lib/libapse.lib - Silvan Calarco:
Fix some version comparison errors by specifying numbers base.
+ bugfix + bugfix
* autospec - Davide Madrisan: * autospec - Davide Madrisan:
Fix parsing of multi-string arguments. Fix parsing of multi-string arguments.
@ -27,6 +23,10 @@ Changes in version 1.14.3
Option '-C|--config': accept a list of configuration files containing Option '-C|--config': accept a list of configuration files containing
wilcards. wilcards.
+ bugfix
* lib/libapse.lib - Silvan Calarco:
Fix some version comparison errors by specifying numbers base.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Changes in version 1.14.2 Changes in version 1.14.2
@ -46,7 +46,6 @@ Mon Nov 12 2012 Davide Madrisan <davide.madrisan(a)gmail.com>
A color scheme can be selected now by using the new command-line option A color scheme can be selected now by using the new command-line option
'--colorize-theme'. '--colorize-theme'.
+ improvement
* lib/libmsgmng.lib, conf/Makefile - Davide Madrisan: * lib/libmsgmng.lib, conf/Makefile - Davide Madrisan:
Move theme settings to configuration files (color-theme.*) Move theme settings to configuration files (color-theme.*)
@ -55,25 +54,20 @@ Mon Nov 12 2012 Davide Madrisan <davide.madrisan(a)gmail.com>
Remove the variable 'rpmbuild_group': it's no more needed. Personal data Remove the variable 'rpmbuild_group': it's no more needed. Personal data
is located in the files ~/.autospec and ~/.autospec.d/*.conf is located in the files ~/.autospec and ~/.autospec.d/*.conf
+ update
* lib/libcfg.lib - Davide Madrisan: * lib/libcfg.lib - Davide Madrisan:
config.security(): do not check for configuration files groups and config.security(): do not check for configuration files groups and
permissions. These files are now own by root and never contain sensible permissions. These files are now own by root and never contain sensible
data (that is passwords). data (that is passwords).
+ update
* plugins/* - Davide Madrisan: * plugins/* - Davide Madrisan:
The option '--colorize-theme' must set colorize to '1'. The option '--colorize-theme' must set colorize to '1'.
+ update
* autospec - Davide Madrisan: * autospec - Davide Madrisan:
Deprecate the option '--colorize'. Deprecate the option '--colorize'.
+ update
* configuration - Davide Madrisan: * configuration - Davide Madrisan:
Add 'color-theme.none'. This theme can be used to disable color themes. Add 'color-theme.none'. This theme can be used to disable color themes.
+ update
* autospec, autospec.conf, plugins/* - Davide Madrisan: * autospec, autospec.conf, plugins/* - Davide Madrisan:
Replace the option '--colorize' by '--colors <color-theme>'. Replace the option '--colorize' by '--colors <color-theme>'.
@ -86,7 +80,6 @@ Mon Nov 12 2012 Davide Madrisan <davide.madrisan(a)gmail.com>
* conf/Makefile - Davide Madrisan: * conf/Makefile - Davide Madrisan:
Simplify the makefile by removing the static list of files. Simplify the makefile by removing the static list of files.
+ update
* italian manpage - Davide Madrisan: * italian manpage - Davide Madrisan:
Update italian manpage and document new extensions. Update italian manpage and document new extensions.