gnome-terminal r2347 - trunk



Author: chpe
Date: Tue Jan 15 00:22:32 2008
New Revision: 2347
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2347&view=rev

Log:
2008-01-15  Christian Persch  <chpe gnome org>

	=== Release 2.21.5 ===

	* NEWS:
	* configure.in:

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Jan 15 00:22:32 2008
@@ -1,3 +1,11 @@
+2.21.5
+===
+- Adapt to new GChecksum API
+- Bug 336155 â [patch] port gnome-terminal to goption; based on patch
+  from Christian Kirbach
+- Fix cropped tab close buttons with gnome-icon-theme svn
+- Translation updates
+
 2.21.4
 ===
 - Fix a crasher and some cleanup:

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Jan 15 00:22:32 2008
@@ -1,9 +1,9 @@
-AC_INIT([GNOME Terminal],[2.21.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-terminal],[gnome-terminal])
+AC_INIT([GNOME Terminal],[2.21.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-terminal],[gnome-terminal])
 AC_CONFIG_SRCDIR([src/terminal.c])
 
 AC_CONFIG_HEADER([config.h])
 
-AM_INIT_AUTOMAKE([1.9 foreign])
+AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2])
 
 GETTEXT_PACKAGE=gnome-terminal
 AC_SUBST([GETTEXT_PACKAGE])
@@ -25,8 +25,8 @@
 
 AC_PATH_XTRA
 
-GLIB_REQUIRED=2.15.0
-GTK_REQUIRED=2.10.0
+GLIB_REQUIRED=2.15.2
+GTK_REQUIRED=2.12.0
 GCONF_REQUIRED=2.14.0
 STARTUP_NOTIFICATION_REQUIRED=0.8
 VTE_REQUIRED=0.15.3



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