[libgepub] New version 0.5.3



commit c5199e545e8d1b63f95b3e0a097b4d31177cd8d7
Author: Daniel GarcĂ­a Moreno <danigm wadobo com>
Date:   Tue Jan 16 07:37:56 2018 +0100

    New version 0.5.3

 NEWS        | 16 ++++++++++++++++
 meson.build |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 03bdac9..ebc6b17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 0.5.3
+=============
+
+ - Fixed SVG image resource replacement
+ - Rename introspection build option
+ - Removed autotools
+ - build: Conform to build-api expectations
+ - build: Remove default warning level
+ - build: Remove unused defines
+ - build: Improved linker script handling
+ - build: Set prefix-relative install_dir for libgepub
+ - build: Fix typo in symbol path creation
+ - tests: Fix crash on exit
+ - widget: Replace "100" with a constant
+ - widget: Don't change LC_NUMERIC at runtime
+
 Version 0.5.2
 =============
 
diff --git a/meson.build b/meson.build
index 516618d..b3666d4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'libgepub', 'c',
-  version: '0.5.2',
+  version: '0.5.3',
   license: 'LGPL2+',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.41.0'


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