summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-11-03 21:49:14 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-11-03 21:49:14 (GMT)
commit72da49fdf05285169a9465b34f7869dafc4715ec (patch)
tree8a7303076d85c977737d2e30ac8eaf1da0a909a3 /ChangeLog
parent565c3f494b51715cf67575fc5951c6103049f29d (diff)
Retrieved the revision number using M4 instead of shell.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@603 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df3c77c..006f6ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+15-11-03 Cyrille Bagard <nocbos@gmail.com>
+
+ * configure.ac:
+ Include the 'svnrev.m4' file and update code.
+
+ * Makefile.am:
+ Delete all references to revision.h*.
+
+ * plugins/pychrysa/pychrysa.c:
+ Update code.
+
+ * revision.h.in:
+ Deleted entry.
+
+ * src/dialogs/about.c:
+ * src/main.c:
+ Update code.
+
+ * svnrev.m4:
+ New entry: retrieve the revision number using M4 instead of shell.
+
15-11-01 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/gbufferline.c: