]> mj.ucw.cz Git - libucw.git/commitdiff
Will release as v6.4 v6.4
authorMartin Mares <mj@ucw.cz>
Wed, 8 Apr 2015 12:20:02 +0000 (14:20 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 8 Apr 2015 12:20:02 +0000 (14:20 +0200)
ucw/default.cfg
ucw/doc/relnotes.txt

index 7b3d8f2b366c2ef5878f3f41a47429f93b1f136e..06ac80b1f0735583c2169c99b41742d8d09cbb87 100644 (file)
@@ -2,11 +2,11 @@
 # (c) 2005--2015 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("UCW_VERSION" => "6.3");
-Set("UCW_VERSION_CODE" => 6003000);
+Set("UCW_VERSION" => "6.4");
+Set("UCW_VERSION_CODE" => 6004000);
 
 # Name of libraries in packages (libucw$UCW_ABI_SUFFIX.so.0.0, etc.)
-Set("UCW_ABI_SUFFIX" => "-6.3");
+Set("UCW_ABI_SUFFIX" => "-6.4");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
index 1a45473046ea6918388ff520d307733b5827125c..888edf96938e404b752838af0d902297f2270bb5 100644 (file)
@@ -1,6 +1,10 @@
 Release notes
 =============
 
+6.4 (2015-04-08)
+----------------
+* Fixed several minor bugs in the <<mainloop:,mainloop>> module.
+
 6.3 (2015-02-14)
 ----------------
 * Cleaned up and documented the <<../ucw-xml/index:,LibUCW-XML>> companion