soylent r206 - in trunk: . libsoylent



Author: svenp
Date: Sun Jul 13 15:03:22 2008
New Revision: 206
URL: http://svn.gnome.org/viewvc/soylent?rev=206&view=rev

Log:
prepared release (updated version-numbers and release-notes)

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

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Jul 13 15:03:22 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, 0)
-m4_define(libsoylent_micro_version, 1)
+m4_define(libsoylent_minor_version, 1)
+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	Sun Jul 13 15:03:22 2008
@@ -1,2 +1,15 @@
-=== 2008.07.13: libsoylent v0.1.0 "the foundation" ===
+=== 2008.07.13: libsoylent v0.1.0 "the seed" ===
 
+The first release of libsoylent is finally there. It contains the most important
+GObject classes and many function and method stubs and should provide a good
+ground for the next upcoming features. You can't do much with it, but you will
+get a good impression of the whole libsoylent architecture.
+
+--- Changes ---
+
+ * created basic architecture (SlPerson, SlGroup, SlBook, SlEntity,
+   SlEntityHandler)
+ * created basic test-suite
+ * implemented listing and creating addressbooks
+
+--------------------------------------------------------------------------------

Modified: trunk/libsoylent/README
==============================================================================
--- trunk/libsoylent/README	(original)
+++ trunk/libsoylent/README	Sun Jul 13 15:03:22 2008
@@ -2,8 +2,8 @@
 
 libsoylent provides a convinient way to manage people and information associated
 with them. Features are a system-wide addressbook, arbitrary people and group
-attributes, static (e.g. name) and dynamic (e.g. online-status) information etc.
-This comes in the form of a clean object-orientated API.
+attributes, static (e.g. name) and dynamic (e.g. online-status) information,
+etc. This comes in the form of a clean object-orientated API.
 
 More information is available at:
 
@@ -11,7 +11,7 @@
 
 --- State ---
 
-v0.0.*: libsoylent is work-in-progress. Addressbook, people and group management
+v0.1.*: libsoylent is work-in-progress. Addressbook, people and group management
 consist mostly of stubs and are thus nearly unusable at the moment.
 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



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