[librsvgmm] Bump version to 2.26.0 and update news



commit 4830d6e42b2d647e357f5fbafc5bb36855803c67
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Fri Aug 28 17:42:12 2009 +0200

    Bump version to 2.26.0 and update news
    
    * configure.ac (AC_INIT): Increment version to librsvgmm 2.26.0.
    Pass the URL macro argument picked up by recent releases of Autoconf.
    (MM_PREREQ): Require mm-common 0.7.1.
    (LIBRSVGMM_MODULES): Raise librsvg version requirement to 2.26.
    * NEWS: Write news entry for librsvgmm 2.26.0.

 NEWS         |   12 ++++++++++++
 configure.ac |    6 +++---
 2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 36bd994..d03f575 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+librsvgmm 2.26.0 (2009-08-28) "Hello world"
+
+	Initial stable release of librsvgmm.  Get it while it's hot.
+
+	* The version number components of the installed librsvgmm have
+	  been made available as preprocessor macros in a configuration
+	  header file.
+	* The library build is now based on mm-common, the shared build
+	  infrastructure of the GNOME C++ binding modules.
+	* The reference documentation now integrates with the mm-common
+	  infrastructure for proper cross-referencing.
+
 librsvgmm 2.25.0 (2009-07-11) "Just in case"
 
 	This is the very first release of the C++ binding for the
diff --git a/configure.ac b/configure.ac
index db46d06..80d97d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([librsvgmm], [2.25.1], [gtkmm-list gnome org], [librsvgmm])
+AC_INIT([librsvgmm], [2.26.0], [gtkmm-list gnome org], [librsvgmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
 AC_CONFIG_SRCDIR([librsvg/src/rsvg.hg])
@@ -27,7 +27,7 @@ AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news no-define nostdinc tar-pax])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 
-MM_PREREQ([0.7])
+MM_PREREQ([0.7.1])
 MM_INIT_MODULE([librsvgmm-2.0])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
@@ -38,7 +38,7 @@ AC_DISABLE_STATIC
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 
-AC_SUBST([LIBRSVGMM_MODULES], ['librsvg-2.0 >= 2.25 cairomm-1.0 >= 1.6 glibmm-2.4 >= 2.16'])
+AC_SUBST([LIBRSVGMM_MODULES], ['librsvg-2.0 >= 2.26 cairomm-1.0 >= 1.6 glibmm-2.4 >= 2.16'])
 PKG_CHECK_MODULES([LIBRSVGMM], [$LIBRSVGMM_MODULES])
 
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])



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