summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Vernon <matthew@debian.org>2014-01-07 14:01:30 +0000
committerMatthew Vernon <matthew@debian.org>2014-01-07 14:01:30 +0000
commit36f04a42fe26dac8202f43d4e67f451e5f3bdc80 (patch)
treecff2de798850c157870489a90c26cff042c95457
parent1fbe8b04284b92b17764abf760d42f4452c75464 (diff)
version 2.5
-rw-r--r--debian/changelog10
-rw-r--r--patchlevel.h2
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 48c062e..e1fe343 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,14 @@
+xtrlock (2.5) unstable; urgency=low
+
+ * correct contributor name (sorry!)
+ * add hardening flags
+ * update version number
+
+ -- Matthew Vernon <matthew@debian.org> Sun, 05 Jan 2014 16:27:52 +0000
+
xtrlock (2.4) unstable; urgency=low
- * add a -b option to blank the screen (code based on patch by Marcus,
+ * add a -b option to blank the screen (code based on patch by Markus,
waldeck@gmx.de, for which thanks; documentation by myself.
(Closes: #636993)
diff --git a/patchlevel.h b/patchlevel.h
index e9f628f..612c47c 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -1 +1 @@
-const char program_version[] = "2.0";
+const char program_version[] = "2.5";