[librsvgmm] Bump version to 2.26.1 and update news



commit 9c88fac1999af2e965974c0d3839f98ebc36a4e3
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Thu Oct 8 16:52:52 2009 +0200

    Bump version to 2.26.1 and update news
    
    * configure.ac (AC_INIT): Increment version to 2.26.1.  Change the
    bug report address to GNOME Bugzilla, now that there is a librsvgmm
    product.
    (MM_PREREQ): Require mm-common 0.8.
    * NEWS: Begin news entry for the upcoming 2.26.1 release.

 NEWS         |   10 ++++++++++
 configure.ac |    5 +++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3ed01ac..1c1a4b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+librsvgmm 2.26.1 (2009-10-08) "Manual labor"
+
+	Documentation and API are now in agreement.
+
+	* The inherited reference documentation of the C API has been
+	  overridden in many places to better describe the C++ binding
+	  interface where it deviates from the C one.
+	* The installed pkg-config data files now point to the correct
+	  location of the public HTML reference documentation.
+
 librsvgmm 2.26.0.1 (2009-08-28) "Release early, release often"
 
 	This time it actually works.
diff --git a/configure.ac b/configure.ac
index 617aae3..a471932 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,8 @@
 ## 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.26.0.1], [gtkmm-list gnome org], [librsvgmm], [http://www.gtkmm.org/])
+AC_INIT([librsvgmm], [2.26.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=librsvgmm],
+        [librsvgmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 
 AC_CONFIG_SRCDIR([librsvg/src/rsvg.hg])
@@ -28,7 +29,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
 
-MM_PREREQ([0.7.1])
+MM_PREREQ([0.8])
 MM_INIT_MODULE([librsvgmm-2.0])
 
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html



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