soylent r296 - in trunk: . docs/reference/libsoylent libsoylent



Author: svenp
Date: Mon Aug 18 18:34:10 2008
New Revision: 296
URL: http://svn.gnome.org/viewvc/soylent?rev=296&view=rev

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

Modified:
   trunk/configure.ac
   trunk/docs/reference/libsoylent/libsoylent-docs.sgml
   trunk/libsoylent/NEWS
   trunk/libsoylent/README

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Aug 18 18:34:10 2008
@@ -2,13 +2,13 @@
 
 m4_define(soylent_major_version, 0)
 m4_define(soylent_minor_version, 1)
-m4_define(soylent_micro_version, 9)
+m4_define(soylent_micro_version, 8)
 m4_define(soylent_version, soylent_major_version.soylent_minor_version.soylent_micro_version)
 m4_define(soylent_major_minor, soylent_major_version.soylent_minor_version)
 
 m4_define(libsoylent_major_version, 0)
-m4_define(libsoylent_minor_version, 4)
-m4_define(libsoylent_micro_version, 1)
+m4_define(libsoylent_minor_version, 5)
+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/docs/reference/libsoylent/libsoylent-docs.sgml
==============================================================================
--- trunk/docs/reference/libsoylent/libsoylent-docs.sgml	(original)
+++ trunk/docs/reference/libsoylent/libsoylent-docs.sgml	Mon Aug 18 18:34:10 2008
@@ -5,7 +5,7 @@
   <bookinfo>
     <title>libsoylent Reference Manual</title>
     <releaseinfo>
-      for libsoylent v0.4.0; the latest version of this documentation can be found on-line at
+      for libsoylent v0.5.0; the latest version of this documentation can be found on-line at
       <ulink role="online-location" url="http://kalterregen.de/libsoylent/index.html";>http://kalterregen.de/libsoylent</ulink>.
     </releaseinfo>
   </bookinfo>

Modified: trunk/libsoylent/NEWS
==============================================================================
--- trunk/libsoylent/NEWS	(original)
+++ trunk/libsoylent/NEWS	Mon Aug 18 18:34:10 2008
@@ -1,3 +1,28 @@
+=== 2008.08.18: libsoylent v0.5.0 "let's talk about..." ===
+
+Version 0.5.0 brings online-functionality to libsoylent. Want to launch a chat
+with someone? One function call. Want to see who's online? One function call.
+Want to see someone's online-status? You get it.
+
+This release is also the last one for Google Summer of Code 2008. It's the
+result of about four months of work. Phew.
+
+The plan for the next release is that it will be a pure documentation and
+bug-fixing release. Also in that version: libsoylent will stop taking control
+of strings passed to it.
+
+--- Changes ---
+
+ * implemented Telepathy / Mission-Control / Empathy support
+ * implemented various functions / methods for IM-information (get
+   online-people, get presence etc.)
+ * added communication functions (e.g. launching a chat with someone)
+ * added an example for online-functionality
+ * enhanced documentation
+ * fixed some bugs
+
+--------------------------------------------------------------------------------
+
 === 2008.08.12: libsoylent v0.4.0 "small step, giant leap" ===
 
 Let me present you the newest version of libsoylent: 0.4.0. Three weeks of hard

Modified: trunk/libsoylent/README
==============================================================================
--- trunk/libsoylent/README	(original)
+++ trunk/libsoylent/README	Mon Aug 18 18:34:10 2008
@@ -11,8 +11,9 @@
 
 --- State ---
 
-v0.4.*: libsoylent is work-in-progress. Some minor features are missing, but
-the core-functionality is implemented. The library still needs some testing.
+v0.5.*: libsoylent is work-in-progress. Some minor features are missing, but
+the core-functionality is implemented. Focus now lies on testing and
+documentation.
 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.
@@ -72,15 +73,19 @@
 
 --- Contact ---
 
-Bugs, feature requests, questions and related discussion go to the Soylent
+Feature requests, questions and related discussion go to the Soylent
 mailinglist. You can join at:
 
 http://lists.codethink.co.uk/cgi-bin/mailman/listinfo/soylent-devel
 
+If you found a bug please report it at:
+
+http://bugzilla.gnome.org/browse.cgi?product=soylent
+
 --- Known Bugs ---
 
 Note: because of bug 1 to 3, addressbook functionality has been disabled in
-v0.4.0, i.e. you can only use the default addressbook.
+v0.5.0, i.e. you can only use the default addressbook.
 
  * [1] if you have never started Evolution before there will be no system-
    addressbook, so all addressbook-functions will fail [TODO; workaround:



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