aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/NEWS
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-10-30 17:05:01 +0000
committerOlivier Blin <oblin@mandriva.com>2009-10-30 17:05:01 +0000
commitcb0ead32ea8906a4376cdf8260b28ea1f9bdbe5a (patch)
tree6837842b2e9a9e1f5c34dcc45b7d4af68ca6700b /trunk/NEWS
parentcfdd62e9007d51c8b4f5b94c4d4416b7093d4cf9 (diff)
parentcad3b75e14148af3f16790f0f0201bad12ae0d5f (diff)
downloadrpm-helper-0.22.2.tar
rpm-helper-0.22.2.tar.gz
rpm-helper-0.22.2.tar.bz2
rpm-helper-0.22.2.tar.xz
rpm-helper-0.22.2.zip
version 0.22.2v0.22.2
Diffstat (limited to 'trunk/NEWS')
-rw-r--r--trunk/NEWS84
1 files changed, 0 insertions, 84 deletions
diff --git a/trunk/NEWS b/trunk/NEWS
deleted file mode 100644
index 1c0818e..0000000
--- a/trunk/NEWS
+++ /dev/null
@@ -1,84 +0,0 @@
-2009-10-30 Olivier Blin <blino@mandriva.com> 0.22.2
- * do not stop service during install
- (or else shorewall will be stopped because moved in another
- package, making the install hang for a while)
-
-2009-03-30 Guillaume Rousse <guillomovitch@mandriva.org> 0.22.1
- * fix stupid typos in user/group creation scriptlets
-
-2009-03-29 Guillaume Rousse <guillomovitch@mandriva.org> 0.22.0
- * do not silent stderr output (#48851)
- * test user/group existence before creating them
- * do not bypass certificate creation on package update, but
- if key file already exists
-
-2008-04-02 Pixel <pixel@mandriva.com> 0.21.4
-
- * workaround services "disabled" by default getting disabled on
- upgrade (#39720)
-
-2008-03-14 Guillaume Rousse <guillomovitch@mandriva.org> 0.21.3
- * fix error in syslog-ng helper, and avoid spurious error
- messages in output
-
-2008-02-14 Guillaume Rousse <guillomovitch@mandriva.org> 0.21.2
- * fix %_create-ssl-certificate args _correctly_
-
-2008-02-05 Guillaume Rousse <guillomovitch@mandriva.org> 0.21.1
- * fix %_create-ssl-certificate args
-
-2008-01-27 Guillaume Rousse <guillomovitch@mandriva.org> 0.21.0
- * ssl certificate creation helper:
- - rename macro to %_create-ssl-certificate, by
- consistency with all other macros (except %create_ghost_file)
- - change its interface to use switches for optional args
- - use service name for certificate file, not package name
- * document all helper macros in README
-
-2007-09-06 Guillaume Rousse <guillomovitch@mandriva.org> 0.20.0
- * ship a default configuration file for ssl certificate creation helpe
-
-2007-09-05 Guillaume Rousse <guillomovitch@mandriva.org> 0.19.2
- * ship a default configuration file for ssl certificate creation helpe
-
-2007-08-17 Guillaume Rousse <guillomovitch@mandriva.org> 0.19.1
- * fix usage of ssl certificate creation helper without 3rd argument
- * allow local certificate configuration
-
-2007-06-29 Guillaume Rousse <guillomovitch@mandriva.org> 0.19.0
- * new ssl certificate creation helper
- * renamed ChangeLog to NEWS
-
-2007-05-08 Herton Ronaldo Krzesinski <herton@mandriva.com> 0.18.5
-
- * fixed deprecated chown syntax inside create-file and del-shell
- usage inside rpm-helper.macros.in, reported by Vincent Danen on
- ticket #30568
- * fixed my entry in AUTHORS file
-
-2007-03-07 Guillaume Rousse <guillomovitch@mandriva.org> 0.18.4
-
- * revert to previous name for %create_ghostfile, as my attempt to
- achieve compatibility failed
-
-2007-03-06 Guillaume Rousse <guillomovitch@mandriva.org> 0.18.3
-
- * prefix all rpm macros with underscore for coherency
- * really fix macros definitions, so as to be executed at installation,
- not during build
- * search for local pattern at the beginning of line in syslog.conf
- * README files cleanup
- * switch to a manual Changelog
-
-2007-03-05 Guillaume Rousse <guillomovitch@mandriva.org> 0.18.2
-
- * fix rpm macros definitions
-
-2007-03-05 Guillaume Rousse <guillomovitch@mandriva.org> 0.18.1
-
- * fix a typo in makefile preventing installation
-
-2007-03-05 Guillaume Rousse <guillomovitch@mandriva.org> 0.18
-
- * new helper scripts: get-free-syslog-facility and get-password
- * Makefile cleanup