aboutsummaryrefslogtreecommitdiffstats
path: root/oldfashion.chlog
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2006-02-20 20:11:40 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2006-02-20 20:11:40 +0000
commit73932d8ab86a83e3f04c23f60601e0a4ea466d15 (patch)
tree1cc3645cf8e481fbcfee275bf8374828e1db21e6 /oldfashion.chlog
parentc0a07d830c72e14ca8ff1840f8dd76f9cde56408 (diff)
downloadmgarepo-73932d8ab86a83e3f04c23f60601e0a4ea466d15.tar
mgarepo-73932d8ab86a83e3f04c23f60601e0a4ea466d15.tar.gz
mgarepo-73932d8ab86a83e3f04c23f60601e0a4ea466d15.tar.bz2
mgarepo-73932d8ab86a83e3f04c23f60601e0a4ea466d15.tar.xz
mgarepo-73932d8ab86a83e3f04c23f60601e0a4ea466d15.zip
- added oldfashion.chlog to CVS and added it to setup.py
Diffstat (limited to 'oldfashion.chlog')
-rw-r--r--oldfashion.chlog14
1 files changed, 14 insertions, 0 deletions
diff --git a/oldfashion.chlog b/oldfashion.chlog
new file mode 100644
index 0000000..8ad3c5d
--- /dev/null
+++ b/oldfashion.chlog
@@ -0,0 +1,14 @@
+## Sample Changelog template
+##
+#for $rel in $releases
+* $rel.date $rel.author_name <$rel.author_email> $rel.version-$rel.release
++ Revision: $rel.revision
+ #if not $rel.released
++ Status: not released
+ #end if
+ #for $rev in $rel.revisions
+ #for $line in $rev.lines
+$line
+ #end for
+ #end for
+#end for