soylent r124 - tags/SOYLENT_0_1_4



Author: treitter
Date: Sat Apr  5 06:18:49 2008
New Revision: 124
URL: http://svn.gnome.org/viewvc/soylent?rev=124&view=rev

Log:
Bump version for release and add release changelog to NEWS

Modified:
   tags/SOYLENT_0_1_4/NEWS
   tags/SOYLENT_0_1_4/configure.ac

Modified: tags/SOYLENT_0_1_4/NEWS
==============================================================================
--- tags/SOYLENT_0_1_4/NEWS	(original)
+++ tags/SOYLENT_0_1_4/NEWS	Sat Apr  5 06:18:49 2008
@@ -1,3 +1,15 @@
+Soylent "Nothing has changed. Everything has changed." 0.1.4
+=================================================================
+
+* Massive code clean up:
+  * Carefully check nearly every function return value
+  * Make custom functions return meaningful values
+  * Organize functions within files much better
+  * Use consistent function names
+  * Use consistent style
+  * Should make the code base much easier to work with
+* Fix a handful of misc. Person Editor bugs
+
 Soylent "Leper Loaf" 0.1.2
 =================================
 

Modified: tags/SOYLENT_0_1_4/configure.ac
==============================================================================
--- tags/SOYLENT_0_1_4/configure.ac	(original)
+++ tags/SOYLENT_0_1_4/configure.ac	Sat Apr  5 06:18:49 2008
@@ -2,7 +2,7 @@
 
 m4_define(soylent_major_version, 0)
 m4_define(soylent_minor_version, 1)
-m4_define(soylent_micro_version, 3)
+m4_define(soylent_micro_version, 4)
 m4_define(soylent_version, soylent_major_version.soylent_minor_version.soylent_micro_version)
 m4_define(soylent_major_minor, soylent_major_version.soylent_minor_version)
 



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