[liboobs] Release 2.30.0



commit 1b45cdc8247ac626de4f12f0de019ce941c9a7f9
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Mon Mar 29 16:32:02 2010 +0200

    Release 2.30.0

 NEWS         |    9 +++++++++
 configure.in |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 997c063..db07c3d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Liboobs 2.30.0, 2010-03-29
+-----------------------------------------------
+Liboobs version 2.30.0 "Don't You Notice It's Freaking Good?" has been released.
+
+  - Fix removing deleted users from group members (typo)
+  - Don't forget to commit minimum and maximum UIDs/GIDs
+  - Use guint32 instead of uid_t with D-Bus to avoid potential size problems
+
+
 Liboobs 2.29.92, 2010-03-08
 -----------------------------------------------
 Liboobs version 2.29.92 "Midnight" has been released.
diff --git a/configure.in b/configure.in
index daedcf6..2226ea4 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
 AC_PREREQ(2.52)
-AC_INIT(liboobs, 2.29.92, http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools)
+AC_INIT(liboobs, 2.30.0, http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-system-tools)
 AC_CONFIG_SRCDIR(oobs/oobs-session.c)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])



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