soylent r234 - in trunk: . libsoylent



Author: svenp
Date: Wed Jul 23 09:17:00 2008
New Revision: 234
URL: http://svn.gnome.org/viewvc/soylent?rev=234&view=rev

Log:
prepared libsoylent release (updated NEWS, README and version-number)

Modified:
   trunk/configure.ac
   trunk/libsoylent/NEWS
   trunk/libsoylent/README

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Jul 23 09:17:00 2008
@@ -7,8 +7,8 @@
 m4_define(soylent_major_minor, soylent_major_version.soylent_minor_version)
 
 m4_define(libsoylent_major_version, 0)
-m4_define(libsoylent_minor_version, 1)
-m4_define(libsoylent_micro_version, 1)
+m4_define(libsoylent_minor_version, 2)
+m4_define(libsoylent_micro_version, 0)
 m4_define(libsoylent_version, libsoylent_major_version.libsoylent_minor_version.libsoylent_micro_version)
 
 AC_INIT(soylent, soylent_version)

Modified: trunk/libsoylent/NEWS
==============================================================================
--- trunk/libsoylent/NEWS	(original)
+++ trunk/libsoylent/NEWS	Wed Jul 23 09:17:00 2008
@@ -1,3 +1,19 @@
+=== 2008.07.23: libsoylent v0.2.0 "management qualities" ===
+
+The second release features the basic functionality one would expect from a
+people-library. Create addressbooks and add some people to it. And then remove
+them again. People management at its basic level.
+
+--- Changes ---
+
+ * creating, opening and deleting addressbooks implemented
+ * added tests for addressbook functionality
+ * creating people implemented
+ * people can be added and removed to / from addressbooks
+ * added tests for people functionality
+
+--------------------------------------------------------------------------------
+
 === 2008.07.13: libsoylent v0.1.0 "the seed" ===
 
 The first release of libsoylent is finally there. It contains the most important

Modified: trunk/libsoylent/README
==============================================================================
--- trunk/libsoylent/README	(original)
+++ trunk/libsoylent/README	Wed Jul 23 09:17:00 2008
@@ -11,8 +11,8 @@
 
 --- State ---
 
-v0.1.*: libsoylent is work-in-progress. Addressbook, people and group management
-consist mostly of stubs and are thus nearly unusable at the moment.
+v0.2.*: libsoylent is work-in-progress. Addressbook and people management work
+at a very basic level. Modifying attributes of people is not implemented yet.
 Even if it's unlikely that libsoylent will cause any damage you are encouraged
 (as with any work-in-progress software) to backup your system (or at least
 your ~/.evolution directory) before using libsoylent.



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