[gnome-pilot] gnome-pilot 2.32.0 release. * configure.ac: Change version to 2.32.0, to reflect significan
- From: Matthew Charles Davey <mcdavey src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-pilot] gnome-pilot 2.32.0 release. * configure.ac: Change version to 2.32.0, to reflect significan
- Date: Sun, 26 Sep 2010 10:54:54 +0000 (UTC)
commit 56a27e3c12aae85fbaf0515e9d5fa39b028b4989
Author: Matt Davey <mcdavey mrao cam ac uk>
Date: Sun Sep 26 11:53:00 2010 +0100
gnome-pilot 2.32.0 release.
* configure.ac: Change version to 2.32.0, to reflect
significant code changes. Bump versions of libraries.
* NEWS: update for version 2.32.0
ChangeLog | 6 ++++++
NEWS | 32 ++++++++++++++++++++++++++++++++
configure.ac | 16 ++++++++--------
3 files changed, 46 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4d68c75..50a5f39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-26 Matt Davey <mcdavey mrao cam ac uk>
+ * configure.in: Change version to 2.32.0, to reflect
+ significant code changes. Bump versions of libraries.
+ * NEWS: update for version 2.32.0
+
+
2010-08-07 Matt Davey <mcdavey mrao cam ac uk>
* #594214: Remove remaining deprecated symbols:
GTK_SIGNAL_FUNC, GTK_SIGNAL_OFFSET,
diff --git a/NEWS b/NEWS
index 385066c..23f2d01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+gnome-pilot 2.32.0 'Frankie', 2010-09-26
+----------------------------------------
+Significant code changes moving towards gnome-3: removal of libgnome,
+libgnomeui, removal of deprecated gtk API.
+
+Also, migrated Evolution conduits from evolution code base to gnome-pilot.
+
+Change versioning from 2.0.x to 2.32.x, to reflect signifcant code
+changes since 2.0.17.
+
+Many thanks to Halton Huo for work on many of the gnome-3 migration
+items below.
+
+Bug Fixes:
+ - #594214: Remove deprecated GTK/glib symbols
+ - #590215: Remove libgnome/libgnomeui dependency
+ - #589501: convert applet to GtkBuilder
+ - #597328: remove obsolete gpilotd-conduit-mgmt.h
+ - #619315: Move evolution conduits from evo to gnome-pilot
+ - #592604: Migrate from bonobo to dbus
+ - #610782: support more versions of autoconf
+ - #607142: Clean up of build system
+ - #590225: remove gnome_help and gnome-open calls
+ - #584894: pilot applet is not visible on the panel on gnome2.26
+ - #569481: Use stock gnome pda icon
+ - #569193: remove obsolete SUSE-specific GNOMEPATH
+ - #570724: avoid using deprecated gnome-i18n in favour or glib-i18n
+ - #568404: only gpilotd binary needs to be linked with libhal
+
+Thanks to the translations team, as ever.
+
+
gnome-pilot 2.0.17 'Pippi', 2009-01-07
--------------------------------------
Bug Fixes:
diff --git a/configure.ac b/configure.ac
index 4c09134..f2edd04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ dnl ******************************
dnl Version
dnl ******************************
m4_define([gnome_pilot_major], [2])
-m4_define([gnome_pilot_revision], [0])
-m4_define([gnome_pilot_patchlevel], [18])
+m4_define([gnome_pilot_revision], [32])
+m4_define([gnome_pilot_patchlevel], [0])
m4_define([gnome_pilot_version],
[gnome_pilot_major.gnome_pilot_revision.gnome_pilot_patchlevel])
@@ -20,25 +20,25 @@ AC_CONFIG_SRCDIR([Makefile.am])
dnl ******************************
dnl Library Versions
dnl ******************************
-GPILOTD_CURRENT=4
+GPILOTD_CURRENT=5
GPILOTD_REVISION=0
-GPILOTD_AGE=2
+GPILOTD_AGE=0
AC_SUBST(GPILOTD_CURRENT)
AC_SUBST(GPILOTD_REVISION)
AC_SUBST(GPILOTD_AGE)
-GPILOTD_CONDUIT_CURRENT=2
-GPILOTD_CONDUIT_REVISION=4
+GPILOTD_CONDUIT_CURRENT=3
+GPILOTD_CONDUIT_REVISION=0
GPILOTD_CONDUIT_AGE=0
AC_SUBST(GPILOTD_CONDUIT_CURRENT)
AC_SUBST(GPILOTD_CONDUIT_REVISION)
AC_SUBST(GPILOTD_CONDUIT_AGE)
-GPILOTD_CM_CURRENT=3
+GPILOTD_CM_CURRENT=4
GPILOTD_CM_REVISION=0
-GPILOTD_CM_AGE=1
+GPILOTD_CM_AGE=0
AC_SUBST(GPILOTD_CM_CURRENT)
AC_SUBST(GPILOTD_CM_REVISION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]