aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndreas Hasenack <andreas@mandriva.com>2006-02-02 18:44:03 +0000
committerAndreas Hasenack <andreas@mandriva.com>2006-02-02 18:44:03 +0000
commit67d09bcdc365abba2dc822fba3d2e98799965839 (patch)
treec2afa95fd592b6eb76e86fa8941d71998e966582 /CHANGES
parent8d41f3bf00a47e930b3dc92d5b28a8a3a5126c77 (diff)
downloadmgarepo-67d09bcdc365abba2dc822fba3d2e98799965839.tar
mgarepo-67d09bcdc365abba2dc822fba3d2e98799965839.tar.gz
mgarepo-67d09bcdc365abba2dc822fba3d2e98799965839.tar.bz2
mgarepo-67d09bcdc365abba2dc822fba3d2e98799965839.tar.xz
mgarepo-67d09bcdc365abba2dc822fba3d2e98799965839.zip
- added CHANGES file to describe changes (duh)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..1d0fede
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,12 @@
+* 1.6.0
+- improved markrelease command line parsing
+- changelogs entries are now groupped by author, and sorted by revision
+ number
+- the changelog now is generated using the Cheetah Template Engine, to
+ allow quick modifications without spending time reading code and
+ introducing new bugs
+- consequently, was added an option "-T <file>" to rpmlog and getsrpm to
+ allow choosing the path of the template to be used
+- added options noauth=0, and baseurl=None in order to disable the
+ authentication in some url schemes (http:// and file://)
+- replaced some "cl" references to "mdv"