gnome-desktop r5268 - trunk



Author: vuntz
Date: Tue Nov  4 18:46:11 2008
New Revision: 5268
URL: http://svn.gnome.org/viewvc/gnome-desktop?rev=5268&view=rev

Log:
2008-11-04  Vincent Untz  <vuntz gnome org>

	* configure.in:
	* NEWS:
	* README: version 2.25.1


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Nov  4 18:46:11 2008
@@ -1,4 +1,39 @@
 ==============
+Version 2.25.1
+==============
+
+Note: this release breaks API and ABI, so we can stop depending on libgnome.
+We also lose backwards compatibility for GNOME 1 and KDE 2 icons in desktop
+files in GnomeDesktopItem (GKeyFile doesn't support this anyway).
+
+  libgnome-desktop
+
+	* Remove all libgnome usage (Alex Larsson)
+	* GnomeDesktopThumbnail: new, copied from libgnome* (Alex Larsson)
+	* Add gnome_desktop_prepend_terminal_to_vector(), copied from libgnome
+	  (Alex Larsson)
+	* Remove GnomeDItemEdit and GnomeHint objects (Alex Larsson)
+	* GnomeRR: new API to support fn-F7 (SÃren Sandmann)
+	* GnomeBG: use foreign_new_for_screen() instead of _foreign_new()
+	  (Roland Dreier)
+	* GnomeDesktopThumbnail: Check for preview::icon for fast backend-side
+	  thumbnails (David Zeuthen)
+
+  Misc
+
+	* Remove dependencies on libxml and libgnome*
+	* Require glib 2.19
+
+  Doc Translations
+
+	* Gabor Kelemen (hu)
+
+  Translators
+
+	* Astur (ast)
+	* Margulan Moldabekov (kk)
+
+==============
 Version 2.24.0
 ==============
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Tue Nov  4 18:46:11 2008
@@ -1,4 +1,4 @@
-gnome-desktop 2.24.0
+gnome-desktop 2.25.1
 ====================
 
 	This package is free software and is part of the

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Nov  4 18:46:11 2008
@@ -19,7 +19,7 @@
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 
-LT_VERSION=9:3:2
+LT_VERSION=10:0:0
 AC_SUBST(LT_VERSION)
 
 AM_MAINTAINER_MODE
@@ -34,8 +34,8 @@
 PKG_PROG_PKG_CONFIG
 
 GNOME_PLATFORM=2
-GNOME_MINOR=24
-GNOME_MICRO=0
+GNOME_MINOR=25
+GNOME_MICRO=1
 GNOME_DISTRIBUTOR="GNOME.Org"
 GNOME_DATE=`date +"%Y-%m-%d"`
 



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