aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cb22aff9..e0bb52ad1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-06-18 Badlop <badlop@process-one.net>
+
+ * src/ejabberd.app: The ejabberd version number is defined in the
+ OTP application resource file, in the key 'vsn' (EJAB-657)
+ * src/ejabberd.hrl: The macro VERSION now consults the ejabberd
+ application key vsn
+ * src/configure.erl: Load the ejabberd application description
+ * doc/Makefile: Read ejabberd version from ejabberd.app vsn
+ * doc/api/Makefile: Likewise
+
2008-06-18 Christophe Romain <christophe.romain@process-one.net>
* src/mod_pubsub/mod_pubsub.erl: get_default bugfix (EJAB-656)