[sabayon] Updates for 2.29.5 release



commit a925e6fe2d446d6a21dcb6194eb55f478000bd73
Author: Scott Balneaves <sbalneav ltsp org>
Date:   Thu Jan 14 10:38:09 2010 -0600

    Updates for 2.29.5 release

 NEWS         |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    9 ++-------
 configure.ac |    2 +-
 3 files changed, 52 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index b7b51ec..7619857 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,53 @@
 ==============
+Version 2.29.5
+==============
+
+  Code Name:
+
+    * "Chutney and Oratory"
+
+  Fixes:
+
+    * Removed gtk.glade dependencies
+    * Added help menu
+    * Fix for Bug #596106: crash when clicking on an empty directory
+    * Fix for Bug #528562: replace preferences.menu with settings.menu
+    * Turned ldap into a soft dependency, issue a message in configure
+    * Removed complicated, and hard-to-translate time based save confirm
+      messages with a single nice easy to translate string.
+    * Fixed some unclear strings for the translators. Bug #527722
+    * Fixed translation problems with groupsdialog.py.
+    * Moved sabayon's conf dir to /etc/sabayon
+    * Removed local copy of Pessulus, we now import it.
+    * Sabayon now supports symlinks. Bug #374861
+    * Created upstream man pages.
+    * Added selinux support (if available) Bug #486218
+
+  Migration Notes:
+
+    * Sabayon now stores it's config files in /etc/sabayon, and it's profiles
+      in /etc/sabayon/profiles.
+    * To migrate existing profiles, perform the following steps:
+      cp /etc/desktop-profiles/*.xml /etc/sabayon
+      cp /etc/desktop-profiles/*.zip /etc/sabayon/profiles
+
+  Translators:
+
+    * es, courtesy of Jorge González
+    * et, courtesy of Ivar Smolin
+    * fr, courtesy of Claude Paroz
+    * it, courtesy of Gianvito Cavasoli
+    * nb, courtesy of Kjartan Maraas
+    * nds, courtesy of Nils-Christoph Fiedler
+    * sl, courtesy of Matej UrbanÄ?iÄ?
+    * sv, courtesy of Daniel Nylander
+    * th, courtesy of Theppitak Karoonboonyanan
+    * uk, courtesy of Maxim Dziumanenko
+    * zh_HK, courtesy of Chao-Hsiung Liao
+    * zh_TW, courtesy of Chao-Hsiung Liao
+
+
+==============
 Version 2.29.2
 ==============
 
diff --git a/README b/README
index 79bb742..4108269 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Welcome to Sabayon 2.29.2
+Welcome to Sabayon 2.29.5
 =========================
 
 Why the name?
@@ -14,12 +14,7 @@ http://www.ibiblio.org/expo/restaurant/chef/sabayon.html
 Dependencies
 ============
 
-For the GConf module you need GConf2-2.8.1-2 and gnome-python2-2.6.0-5
-from rawhide.
-To make "Enforce Mandatory" work well you need GConf2 2.12.1.
-You also need libxml2-python for XML parsing.
-And the very recent gamin-python bindings for file monitoring
-The session launching stuff also requires a fix for bug #154779
+All dependencies are handled in the configure.ac
 
 You'll also need to put
 
diff --git a/configure.ac b/configure.ac
index 31daa6c..f4c6adf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([sabayon], [2.29.5-rc2],
+AC_INIT([sabayon], [2.29.5],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=sabayon])
 AC_CONFIG_SRCDIR(lib/userprofile.py)
 



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