[gtksourceviewmm] Update for 2.91.2.
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceviewmm] Update for 2.91.2.
- Date: Tue, 21 Dec 2010 21:19:26 +0000 (UTC)
commit 4f96b3ba7001ec19ce6954d18e726f088c20e4a5
Author: Krzesimir Nowak <qdlacz gmail com>
Date: Tue Dec 21 22:05:14 2010 +0100
Update for 2.91.2.
* NEWS: Written some news.
* README: Updated versions and mm-common dependency.
* configure.ac: Bumped mm-common minimum version.
NEWS | 11 +++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index ba2aad4..989b564 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2.91.2:
+* Fixed reference counting in completion classes and added a completion test.
+ (Krzesimir Nowak)
+* Renamed gtksourceview namespace to Gsv.
+* Written documetation about migration from 2.0 to 3.0 - it describes most of
+ API breaks (like the one mentioned above). (Krzesimir Nowak)
+* Wrapped GtkSourceGutterRenderer, GtkSourceGutterRendererPixbuf,
+ GtkSourceGutterRendererText and GtkSourceMarkCategory. (Krzesimir Nowak)
+* Use the gtk conversions from gtkmm now that they are not in glibmm.
+ That bumps mm-common requirement to yet unreleased version. (Murray Cumming)
+
2.91.1:
* Lots API/ABI breaks - a document about migrating from gtksourceviewmm-2.0
to gtksourceviewmm-3.0 is to be written, because some of ABI breaks are nasty.
diff --git a/README b/README
index 000eaef..74199b0 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-C++ wrapper for gtksourceview, version 2.91.1.
+C++ wrapper for gtksourceview, version 2.91.2.
Current dependencies:
- to build a library from tarball:
- * gtksourceview >= 2.91.1
+ * gtksourceview >= 2.91.2
* gtkmm >= 2.91.2
- to build a documentation:
* same as above and tools required by mm-common, that are:
@@ -13,5 +13,5 @@ Current dependencies:
- to build in maintainer mode:
* same as above and tools used by maintainer:
- git (to generate a ChangeLog)
- - mm-common >= 0.8
+ - mm-common >= 0.9.2
- recent autotools because no deprecated macros are used.
diff --git a/configure.ac b/configure.ac
index 1f4945e..e173668 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE
AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
-MM_PREREQ([0.8])
+MM_PREREQ([0.9.2])
MM_INIT_MODULE([gtksourceviewmm-3.0])
AC_SUBST([GTKSOURCEVIEWMM_SO_VERSION], [0:0:0])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]