summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thos@gnome.org>2009-02-04 10:25:44 +0000
committerThomas Wood <thos@src.gnome.org>2009-02-04 10:25:44 +0000
commit846966ae42614a0186061567131c9f982515f429 (patch)
tree11c48a6b7a42c773f6d237755e10cd76bff2436c
parent8504f82933dd07aad87996fbff711b3ac35bda3c (diff)
downloadlibcroco-846966ae42614a0186061567131c9f982515f429.tar.gz
============= 0.6.2 release =======================
2009-02-04 Thomas Wood <thos@gnome.org> * NEWS * configure.in Update for 0.6.2 release svn path=/trunk/; revision=320
-rw-r--r--ChangeLog9
-rw-r--r--NEWS28
-rw-r--r--configure.in2
3 files changed, 38 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a4bd45..cebfb7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+============= 0.6.2 release =======================
+
+2009-02-04 Thomas Wood <thos@gnome.org>
+
+ * NEWS
+ * configure.in
+
+ Update for 0.6.2 release
+
2008-09-26 Robert Staudinger <robsta@gnome.org>
reviewed by: Dom Lachowicz <domlachowicz@gmail.com>
diff --git a/NEWS b/NEWS
index dd522cd..6e621cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+0.6.2: February 4, 2009
+
+ Bugfixes since 0.6.1
+ ====================
+
+ - #306823: improve precision of non-integer numbers [Peter Moulder]
+ - #148790, #333834: Cygwin fixes
+ - #340298: Documentation fixes [Peter Moulder]
+ - #375194: fix to builtin color processing [Dom Lachowicz]
+ - #380438: Leak and trace message in cr_token_clear [Mark Rogers]
+ - #381040: floating numbers always output to exactly 3 digits after
+ decimal points [Dom Lachowicz]
+ - #336621: cr_tknzr_get_next_token wasn't handling "<!--" correctly
+ - #372011: comments not parsed correctly [Benjamin Dauvergne]
+ - #394680: problem parsing function name starting with 'u' or 'r'
+ [Benjamin Dauvergne]
+ - #139878: keep end of ruleset parsing location, and give it to the
+ end_selector sac-handler. [Benjamin Dauvergne]
+ - #394294: Escape are wrongly computed [Benjamin Dauvergne]
+ - #314831: Escapes not recognized [Benjamin Dauvergne]
+ - #395099: overly agressive rule matching [Bruno Haible]
+ - #553937: CRDocHandler instances created with reference count of 0
+ [Robert Staudinger]
+
+ - Various fixes to the font handling [Bruno Haible]
+ - Add ‘const’ to various function prototypes [Peter Moulder]
+
+
0.6.1: March 5, 2006
Bugfixes since 0.6.0
diff --git a/configure.in b/configure.in
index 14f4d86..bdd01d1 100644
--- a/configure.in
+++ b/configure.in
@@ -10,7 +10,7 @@ AM_MAINTAINER_MODE
LIBCROCO_MAJOR_VERSION=0
LIBCROCO_MINOR_VERSION=6
-LIBCROCO_MICRO_VERSION=1
+LIBCROCO_MICRO_VERSION=2
LIBCROCO_CURRENT=3
LIBCROCO_REVISION=1