[libgepub] New Release 0.5.1
- From: Daniel Garcia Moreno <danigm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgepub] New Release 0.5.1
- Date: Wed, 9 Aug 2017 06:32:56 +0000 (UTC)
commit 140312fc2fc01c5f116c85b7e87b8b5cb088dd2e
Author: Daniel GarcĂa Moreno <danigm wadobo com>
Date: Wed Aug 9 08:31:47 2017 +0200
New Release 0.5.1
This release fixes some meson build issues and it's needed for the gnome
build system
NEWS | 6 ++++++
configure.ac | 2 +-
libgepub/Makefile.am | 14 +++++++-------
meson.build | 2 +-
4 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/NEWS b/NEWS
index 938f5bd..910b505 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 0.5.1
+=============
+
+ - Added GError to gepub_doc_new new method
+ - Fixed meson build scripts
+
Version 0.5
===========
diff --git a/configure.ac b/configure.ac
index 1888c90..99b160c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT([libgepub],[0.5],[danigm wadobo com])
+AC_INIT([libgepub],[0.5.1],[danigm wadobo com])
AC_CONFIG_AUX_DIR([build])
AM_INIT_AUTOMAKE([1.10 -Wall -Werror dist-bzip2])
AM_SILENT_RULES([yes])
diff --git a/libgepub/Makefile.am b/libgepub/Makefile.am
index f15dbea..2bfa57a 100644
--- a/libgepub/Makefile.am
+++ b/libgepub/Makefile.am
@@ -49,13 +49,13 @@ INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
if HAVE_INTROSPECTION
introspection_sources = $(libgepub_la_SOURCES)
-Gepub-0.5.gir: libgepub.la
-Gepub_0_5_gir_INCLUDES = GObject-2.0 libxml2-2.0 WebKit2-4.0
-Gepub_0_5_gir_CFLAGS = $(INCLUDES)
-Gepub_0_5_gir_LIBS = libgepub.la
-Gepub_0_5_gir_FILES = $(introspection_sources)
-Gepub_0_5_gir_SCANNERFLAGS = --warn-all
-INTROSPECTION_GIRS += Gepub-0.5.gir
+Gepub-0.5.1.gir: libgepub.la
+Gepub_0_5_1_gir_INCLUDES = GObject-2.0 libxml2-2.0 WebKit2-4.0
+Gepub_0_5_1_gir_CFLAGS = $(INCLUDES)
+Gepub_0_5_1_gir_LIBS = libgepub.la
+Gepub_0_5_1_gir_FILES = $(introspection_sources)
+Gepub_0_5_1_gir_SCANNERFLAGS = --warn-all
+INTROSPECTION_GIRS += Gepub-0.5.1.gir
girdir = $(datadir)/gir-1.0
gir_DATA = $(INTROSPECTION_GIRS)
diff --git a/meson.build b/meson.build
index bdcc678..236d066 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'libgepub', 'c',
- version: '0.5',
+ version: '0.5.1',
license: 'LGPL2+',
default_options: [
'buildtype=debugoptimized',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]