[gnome-panel] release: 2.91.93



commit afff0e826bb5510f0adb4dc113e263660fd6c29d
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Mar 29 10:05:36 2011 +0530

    release: 2.91.93

 NEWS         |   78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 79 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index c7ca227..2030f3f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,82 @@
 ===============
+Version 2.91.93
+===============
+
+Notes:
+  - while GNOME is in deep freeze for GNOME 3, the release team was kind enough
+    to accept a huge freeze break to considerably improve the panel experience
+    in GNOME 3.
+  - it's worth pointing out that starting with this release, gnome-panel
+    ignores the GNOME 2 configuration and starts with a fresh configuration.
+    This is done on purpose; if there is interest, we might provide a helper
+    tool to migrate the old configuration.
+  - per-instance applet settings can now be in GSettings, or if the applet
+    still uses GConf, they will live under /apps/panel3-applets.
+
+Note to packagers: the way to define a default layout for gnome-panel has
+changed. Take a look at the panel-default-layout.layout file for an example;
+this is really easy now!
+
+  Panel
+
+	* Remove popup menu for items in applications menu (Vincent)
+	* Drop drawers (Vincent)
+	* Remove migration code for panel 2.x configuration (Vincent)
+	* Drop hidden --profile argument (Vincent)
+	* Also require modifier to move applets by clicking on handle (Vincent)
+	* Drop per-applet Lock setting (Vincent)
+	* Put Move before Remove in applet menu (Vincent)
+	* Migrate to GSettings (Vincent)
+	  This includes:
+	    * Rework the way we define te default layout
+	    * Better integration with GNOME 3.0 in general (for lockdown, for
+	      instance)
+	    * Still make it possible to have applets use GConf for their own
+	      settings
+	* Use gtk-enable-animations GtkSettings property instead of our own
+	  setting (Vincent)
+	* Remove setting to highlight launchers on mouse hover, and instead
+	  make this available in the theme with "-ButtonWidget-hover-highlight:
+	  false;" (Vincent)
+	* Move Lock before Activate in screensaver button popup (Vincent)
+	* Talk to gnome-screensaver via dbus (Vincent)
+	* Port to GDBus (Vincent)
+	* Stop saving launchers in ~/.gnome2, and use XDG config dir (Vincent)
+	* Remove unneeded check for 'logout-prompt' setting (Vincent)
+	* Change gconf path of applet prefs (Vincent)
+	* Prepare code for ability to use centered applets (Vincent)
+	* Code cleanups (Vincent)
+
+  libpanel-applets
+
+	* Add panel_applet_settings_new() API (Vincent)
+	* Mark all GConf-related API as deprecated (Vincent)
+
+  Fish Applet
+
+	* Port to GSettings (Vincent)
+	* Change the way to choose the image and number of frames, by using a
+	  keyfile. There's no UI for this anymore at the moment (Vincent)
+
+  Window List Applet
+
+	* Port to GSettings (Ryan Lortie)
+
+  Workspace Switcher Applet
+
+	* Port to GSettings (Ryan Lortie)
+
+  Translators
+
+	* Khaled Hosny (ar)
+	* Fran Diéguez (gl)
+	* A S Alam (pa)
+	* Piotr DrÄ?g (pl)
+	* Rodrigo Padula de Oliveira (pt_BR)
+	* Daniel Nylander (sv)
+	* Sahran (ug)
+
+===============
 Version 2.91.92
 ===============
 
diff --git a/configure.ac b/configure.ac
index 4278259..6d94884 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([gnome-panel], [3.0.0],
+AC_INIT([gnome-panel], [2.91.93],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-panel])
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar -Wno-portability])



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