[Libreoffice-commits] libcdr.git: configure.ac NEWS
Fridrich Štrba
fridrich.strba at bluewin.ch
Thu Jul 21 06:41:36 UTC 2016
NEWS | 13 +++++++++++++
configure.ac | 2 +-
2 files changed, 14 insertions(+), 1 deletion(-)
New commits:
commit 8d3311cf94f79e97373732d764d65502ef8a941b
Author: Fridrich Štrba <fridrich.strba at bluewin.ch>
Date: Thu Jul 21 08:41:13 2016 +0200
Prepare for 0.1.3
Change-Id: Iebd1617a94ff46d976f8042b4be4b2b12c65fd96
diff --git a/NEWS b/NEWS
index 1f327d7..3b93a17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+libcdr 0.1.3
+
+* Improvements for CMX parsers
+ - More robust parsing using the pointers from CMX header
+ - Implement almost all fills
+ - Implement outline properties
+ - Implement embedded raster images
+ - Implement transparency lens for fills
+* Some fixes for CDR parsers
+ - Consider fill/outline styles
+* Tools
+ - Make cmx2* and cdr2* tools handle both CDR and CMX
+
libcdr 0.1.2
* Fix various crashes and hangs when reading broken files found with the
diff --git a/configure.ac b/configure.ac
index 0d57fe2..ff8eaef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ([2.65])
# ====================
m4_define([libcdr_version_major],[0])
m4_define([libcdr_version_minor],[1])
-m4_define([libcdr_version_micro],[2])
+m4_define([libcdr_version_micro],[3])
m4_define([libcdr_version],[libcdr_version_major.libcdr_version_minor.libcdr_version_micro])
# =============
More information about the Libreoffice-commits
mailing list