[gtksourceviewmm] Update for 2.91.1.



commit 22d9497fa6eb73b70a98c261c68258d3dcaf8170
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Tue Nov 2 21:45:17 2010 +0100

    Update for 2.91.1.
    
    * Makefile.am: Rised error level for distcheck - I'll just remove the comma
    in cairo.h myself and that was fixed upstream anyway.
    * NEWS: Updated.
    * README: Updated version and dependencies.

 Makefile.am |    3 +--
 NEWS        |    9 +++++++++
 README      |    4 ++--
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index cd9a158..92972f4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,6 @@
 ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
 
-# .../usr/include/cairo/cairo.h:1976: error: comma at end of enumerator list
-#DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
+DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
 
 if MAINTAINER_MODE
 src_subdirs = codegen gtksourceview/src
diff --git a/NEWS b/NEWS
index d00c20a..ba2aad4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+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.
+  (Krzesimir Nowak)
+* SourceBuffer: Wrapped "bracket-matched" signal.
+  (Krzesimir Nowak)
+* SourceIter: Gone.
+  (Krzesimir Nowak)
+
 2.91.0:
 * Bumped API version to 3.0, so now it also uses gtkmm-3.0. (Murray Cumming)
 * Some deprecated methods were removed. (Murray Cumming)
diff --git a/README b/README
index 0d304e8..000eaef 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-C++ wrapper for gtksourceview, version 2.91.0.
+C++ wrapper for gtksourceview, version 2.91.1.
 
 Current dependencies:
 - to build a library from tarball:
-  * gtksourceview >= 2.91.0
+  * gtksourceview >= 2.91.1
   * gtkmm >= 2.91.2
 - to build a documentation:
   * same as above and tools required by mm-common, that are:



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