changeset 299:eba6872a5309 release-3.4

Release version 3.4
author Steve Kemp <steve@steve.org.uk>
date Wed, 10 Dec 2008 20:35:30 +0000
parents 3a61d24cdfcb
children b593b701d057
files .hgignore .release Makefile debian/changelog
diffstat 4 files changed, 15 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Tue Dec 09 19:00:44 2008 +0000
+++ b/.hgignore	Wed Dec 10 20:35:30 2008 +0000
@@ -9,4 +9,5 @@
 ./debian/*.substvars
 ./debian/files
 ./debian/chronicle/*
-./debian/chronicle.debhelper.log
\ No newline at end of file
+./debian/chronicle.debhelper.log
+./.version
--- a/.release	Tue Dec 09 19:00:44 2008 +0000
+++ b/.release	Wed Dec 10 20:35:30 2008 +0000
@@ -5,7 +5,7 @@
 #   http://release.repository.steve.org.uk/
 #
 # Steve
-# -- 
+# --
 #
 
 
@@ -30,6 +30,11 @@
 
 
 #
+#  Version number
+#
+version=.version
+
+#
 #  Upload location.
 #
 upload=steve@www.steve.org.uk:/home/www/www.steve.org.uk/htdocs/Software/chronicle
--- a/Makefile	Tue Dec 09 19:00:44 2008 +0000
+++ b/Makefile	Wed Dec 10 20:35:30 2008 +0000
@@ -13,7 +13,7 @@
 #  Only used to build distribution tarballs.
 #
 DIST_PREFIX = ${TMP}
-VERSION     = 3.3
+VERSION     = 3.4
 BASE        = chronicle
 
 
@@ -44,6 +44,7 @@
 	@find . -name '*.1' -exec rm \{\} \;
 	@find . -name '*.bak' -exec rm \{\} \;
 	@find . -name '*.tmp' -exec rm \{\} \;
+	@if [ -e .version ]; then rm -f .version; fi
 	@if [ -d comments ]; then rm -rf comments; fi
 	@if [ -d output   ]; then rm -rf output; fi
 	@if [ -e build-stamp ]; then rm -f build-stamp; fi
@@ -94,6 +95,8 @@
 	mv $(DIST_PREFIX)/$(BASE)-$(VERSION).tar.gz .
 	rm -rf $(DIST_PREFIX)/$(BASE)-$(VERSION)
 	gpg --armour --detach-sign $(BASE)-$(VERSION).tar.gz
+	echo $(VERSION) > .version
+
 
 
 #
--- a/debian/changelog	Tue Dec 09 19:00:44 2008 +0000
+++ b/debian/changelog	Wed Dec 10 20:35:30 2008 +0000
@@ -2,8 +2,10 @@
 
   * Abort if non-unique titles are encountered.
     (Closes: #508268)
+  * Allow date + tag views to be sorted "most recent first",
+    via new command line arguments / configuration file options.
 
- -- XXX
+ -- Steve Kemp <skx@debian.org>  Wed, 10 Dec 2008 20:22:02 +0000
 
 chronicle (3.3-1) unstable; urgency=medium