[pangomm] 1.35.1



commit 4d8795081b60a87540b6226b7ce52278e4abad5f
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Feb 4 09:37:54 2015 +0100

    1.35.1

 NEWS         |   12 ++++++++++++
 configure.ac |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8e9f010..bda8479 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+2.35.1 (unstable):
+
+* Context: Add get_serial().
+  (Murray Cumming)
+* FontMap: Add get_serial().
+  (Murray Cumming)
+* Layout: Add get_character_count() and get_serial().
+  (Murray Cumming)
+* Documentatoin: Update appearance to match recent glibmm and gtkmm.
+* Win32 MSVC 2008/2010 Build: Many updates and corrections.
+  (Chun-wei Fan)
+
 2.34.0 (stable):
 
 * Remove the use of g_type_init() because it has been deprecated.
diff --git a/configure.ac b/configure.ac
index a17acbe..5f666b1 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 library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([pangomm], [2.34.0],
+AC_INIT([pangomm], [2.35.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
         [pangomm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -45,7 +45,7 @@ AC_PROG_CXX
 AC_DISABLE_STATIC
 LT_INIT([win32-dll])
 
-AC_SUBST([PANGOMM_MODULES], ['glibmm-2.4 >= 2.36.0 cairomm-1.0 >= 1.2.2 pangocairo >= 1.23.0'])
+AC_SUBST([PANGOMM_MODULES], ['glibmm-2.4 >= 2.36.0 cairomm-1.0 >= 1.2.2 pangocairo >= 1.34.2'])
 PKG_CHECK_MODULES([PANGOMM], [$PANGOMM_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]