From: Martin Mares Date: Wed, 8 Apr 2015 12:20:02 +0000 (+0200) Subject: Will release as v6.4 X-Git-Tag: v6.4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv6.4;p=libucw.git Will release as v6.4 --- diff --git a/ucw/default.cfg b/ucw/default.cfg index 7b3d8f2b..06ac80b1 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -2,11 +2,11 @@ # (c) 2005--2015 Martin Mares # 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"); diff --git a/ucw/doc/relnotes.txt b/ucw/doc/relnotes.txt index 1a454730..888edf96 100644 --- a/ucw/doc/relnotes.txt +++ b/ucw/doc/relnotes.txt @@ -1,6 +1,10 @@ Release notes ============= +6.4 (2015-04-08) +---------------- +* Fixed several minor bugs in the <> module. + 6.3 (2015-02-14) ---------------- * Cleaned up and documented the <<../ucw-xml/index:,LibUCW-XML>> companion