[gtk-engines] Update for 2.91.0.



commit 7d757861a2e9b1f3ef1ed897157c85bc0a634b60
Author: Benjamin Berg <benjamin sipsolutions net>
Date:   Tue Oct 5 20:42:56 2010 +0200

    Update for 2.91.0.

 NEWS         |   39 +++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 41 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d56b6b4..93739bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+Overview of Changes in 2.91.0 (since 2.90.3.1)
+==============================================
+
+Bugs fixed in this releaes:
+ 612486 - Does not compile with -DGSEAL_ENABLED
+ 623311 - gtk-engines-3.pc: require gtk+-3.0 not 2.0 (Diego Escalante Urrelo)
+ 626678 - Error during phase build of gtk-engines-3; Compiling with jhbuild
+ 
+Changes in this release:
+ - Use tab-expand and tab-pack instead of deprecated notebook child
+   properties (Clearlooks, Carlos Garcia Campos)
+ - Adaption for GtkOrientable API (Matthias Clasen)
+ - A lot more GTK3 fixes (Benjamin Otte)
+ - Test fixes for GTK3 (Benjamin Berg)
+
+Added/updated translations:
+ - ar, courtesy of Khaled Hosny
+ - bg, courtesy of Yavor Doganov
+ - ca, courtesy of Gil Forcada
+ - en_GB, courtesy of Philip Withnall
+ - et, courtesy of Mattias Põldaru
+ - fr, courtesy of Claude Paroz
+ - gl, courtesy of Fran Diéguez
+ - hu, courtesy of Gabor Kelemen
+ - id, courtesy of Dirgita
+ - ja, courtesy of Takeshi AIHANA
+ - pa, courtesy of A S Alam
+ - sk, courtesy of Roman Mátyus
+ - sl, courtesy of Matej UrbanÄ?iÄ?
+ - sr, courtesy of Ð?илоÑ? Ð?оповиÑ?
+ - sr latin, courtesy of MiloÅ¡ PopoviÄ?
+ - sv, courtesy of Daniel Nylander
+ - ta, courtesy of Dr.T.Vasudevan
+ - ug, courtesy of Sahran
+ - zh_CN, courtesy of Jessica Ban
+ - zh_HK, courtesy of Chao-Hsiung Liao
+ - zh_TW, courtesy of Chao-Hsiung Liao
+
+
 Overview of Changes in 2.90.3.1 (since 2.90.3)
 ============================================
 
diff --git a/configure.ac b/configure.ac
index 4eca1ea..b52fac8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 
-AC_INIT([gtk-engines], [2.90.3.1])
+AC_INIT([gtk-engines], [2.91.0])
 AC_CONFIG_SRCDIR([README])
 
 AM_INIT_AUTOMAKE
@@ -115,7 +115,7 @@ if test $thinice = "yes"; then
 fi
 
 # Don't forget to update the README when changing this.
-PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 2.90.0,,
+PKG_CHECK_MODULES(GTK, gtk+-3.0 >= 2.91.0,,
                   AC_MSG_ERROR([GTK+-3.0 is required to compile gtk-engines]))
 
 AC_SUBST(GTK_CFLAGS)



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