gnome-main-menu r395 - in trunk: . libslab po



Author: sreeves
Date: Wed Mar  5 22:28:32 2008
New Revision: 395
URL: http://svn.gnome.org/viewvc/gnome-main-menu?rev=395&view=rev

Log:
prep for release - 0.9.9


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/libslab/ChangeLog
   trunk/libslab/Makefile.am
   trunk/po/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Mar  5 22:28:32 2008
@@ -0,0 +1,19 @@
+=============
+Version 0.9.9
+=============
+
+  Released: 2008-03-05
+
+  * Initial public upstream release.
+
+  The gnome-main-menu consists mainly of three utilities.  A gnome-panel applet
+  that is the main interface providing access to your favorite and recently
+  used applications, documents and places. Also access to system status and
+  common actions such as searching and logout / shutdown.
+
+  Access to other applications is made via the application-browser â providing
+  interactive searching of the entire list of your applications, ordered for
+  display by their menu categories.
+
+  These higher level components as well as the shell in the gnome-control-center
+  all use the common pieces provided by the libslab library

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed Mar  5 22:28:32 2008
@@ -1,27 +1,15 @@
-AC_PREREQ(2.54)
+AC_INIT([gnome-main-menu], [0.9.9], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-main-menu])
 
-# These version numbers are for gnome-main-menu and libslab.  The interface/binary age is for libslab.
-# Making releases:
-#   LIBSLAB_VERSION += 1;
-#   LIBSLAB_INTERFACE_AGE += 1;
-#   LIBSLAB_BINARY_AGE += 1;
-# if any functions have been added, set LIBSLAB_INTERFACE_AGE to 0.
-# if backwards compatibility has been broken,
-# set LIBSLAB_BINARY_AGE and LIBSLAB_INTERFACE_AGE to 0.
-#
-m4_define([libslab_major_version], [0])
-m4_define([libslab_minor_version], [9])
-m4_define([libslab_micro_version], [9])
-m4_define([libslab_interface_age], [0])
-
-dnl libtool versioning from libgnomeui
-m4_define([libslab_current], [m4_eval(100 * libslab_minor_version + libslab_micro_version - libslab_interface_age)])
-m4_define([libslab_binary_age], [m4_eval(100 * libslab_minor_version + libslab_micro_version)])
-m4_define([libslab_revision], [libslab_interface_age])
-m4_define([libslab_age], [m4_eval(libslab_binary_age - libslab_interface_age)])
-m4_define([libslab_version], [libslab_major_version().libslab_minor_version().libslab_micro_version()])
+# Before making a release, the LT_VERSION string should be modified.
+# The string is of the form C:R:A.
+# - If interfaces have been changed or added, but binary compatibility has
+#   been preserved, change to C+1:0:A+1
+# - If binary compatibility has been broken (eg removed or changed interfaces)
+#   change to C+1:0:0
+# - If the interface is the same as the previous version, change to C:R+1:A
 
-AC_INIT([gnome-main-menu], [libslab_version], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-main-menu])
+LT_VERSION=0:0:0
+AC_SUBST(LT_VERSION)
 
 AC_CONFIG_SRCDIR([.])
 AC_CONFIG_HEADERS([config.h])
@@ -31,14 +19,6 @@
 
 AC_SUBST([ACLOCAL_AMFLAGS], ["\${ACLOCAL_FLAGS}"])
 
-dnl libtool versioning from libgnomeui
-LIBSLAB_CURRENT=libslab_current
-LIBSLAB_REVISION=libslab_revision
-LIBSLAB_AGE=libslab_age
-AC_SUBST(LIBSLAB_CURRENT)
-AC_SUBST(LIBSLAB_REVISION)
-AC_SUBST(LIBSLAB_AGE)
-
 GNOME_COMPILE_WARNINGS
 
 AC_ISC_POSIX

Modified: trunk/libslab/Makefile.am
==============================================================================
--- trunk/libslab/Makefile.am	(original)
+++ trunk/libslab/Makefile.am	Wed Mar  5 22:28:32 2008
@@ -74,7 +74,7 @@
 libslab_la_LIBADD = $(LIBSLAB_LIBS)
 
 libslab_la_LDFLAGS = \
-	-version-info $(LIBSLAB_CURRENT):$(LIBSLAB_REVISION):$(LIBSLAB_AGE)
+	-version-info $(LT_VERSION)
 
 if ENABLE_DYNAMIC_LIBSLAB
 pkgconfigdir = $(libdir)/pkgconfig



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]