aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-11-08 01:11:10 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-11-08 01:11:10 +0800
commit39f06164edde0443b23baf6aea29edf5974ea868 (patch)
tree0fb8d386923ad0aa89a9b6712d1876a4092c7e09 /ChangeLog
parent93f24c38ae89c207e60a2af2c2eb6639d26a1372 (diff)
downloadgsoc2013-evolution-39f06164edde0443b23baf6aea29edf5974ea868.tar
gsoc2013-evolution-39f06164edde0443b23baf6aea29edf5974ea868.tar.gz
gsoc2013-evolution-39f06164edde0443b23baf6aea29edf5974ea868.tar.bz2
gsoc2013-evolution-39f06164edde0443b23baf6aea29edf5974ea868.tar.lz
gsoc2013-evolution-39f06164edde0443b23baf6aea29edf5974ea868.tar.xz
gsoc2013-evolution-39f06164edde0443b23baf6aea29edf5974ea868.tar.zst
gsoc2013-evolution-39f06164edde0443b23baf6aea29edf5974ea868.zip
** Fixes bug #557581
2008-11-07 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #557581 * configure.in: Break up the version definitions such that we can calculate the latest stable version and pass a STABLE_VERSION definition to shell/main.c. * shell/main.c: Replace DEVELOPMENT with STABLE_VERSION, which actually defines the latest stable version (e.g. 2.24). STABLE_VERSION is only defined if the current version is _unstable_ (e.g. 2.25). * shell/main.c (show_development_warning): Use STABLE_VERSION instead of hard-coding the version number. svn path=/trunk/; revision=36761
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f25062dc72..7266005b67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-07 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #557581
+
+ * configure.in:
+ Break up the version definitions such that we can calculate the
+ latest stable version and pass a STABLE_VERSION definition to
+ shell/main.c.
+
2008-11-07 Sankar P <psankar@novell.com>
* Makefile.am: