[libgepub] New release 0.4



commit 37b240c7877eafaa8ca2df76a779444f0235e5a3
Author: Daniel Garcia Moreno <danigm wadobo com>
Date:   Wed Aug 31 09:39:20 2016 +0200

    New release 0.4
    
    Changelog:
    
    * Added .doap file
    * go_next and go_prev returns TRUE if success
    * Added functions to get the current doc mime and path
    * Fixed resource path for relative and doc paths
    * Remove libarchive from the public API
    * Simplify pkg-config file
    * Don't link the library against GTK+
    * Function to replace relative resources by epub://
    * utils: replace epub:// URIs for crosslinks too
    * utils: correctly terminate base URI
    * doc: fix wrong path when looking for resources
    * doc: make API to get resources consistent
    * Added GepubWidget class to show the content with webkit
    * Don't NULL-terminate document content
    * utils: remove unused variable
    * build: highlight introspection warnings
    * build: fix introspection warnings
    * Merge branch 'wip/cosimoc/fixes'
    * Fixes in gepub-widget to work with the last merge
    * widget: make it a WebKitWebView
    * widget: simplify code
    * Fix gtk-doc annotations
    * widget: make the GepubDoc a property
    * doc: remove unneeded API
    * doc: use htmlReadMemory()
    * widget: plug a memory leak
    * Rework API to be based on GBytes
    * doc: trivial indentation fix
    * Const-ify API methods that take strings
    * doc: don't call g_list_append()
    * doc: rework page API
    * widget: automatically reload chapter when current page changes
    * Ignore HTML entities parse error when loading xml

 configure.ac         |    2 +-
 libgepub/Makefile.am |   14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cdd4cb9..9f62ece 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT([libgepub],[0.3],[danigm wadobo com])
+AC_INIT([libgepub],[0.4],[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 caf320a..1ae6339 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.3.gir: libgepub.la
-Gepub_0_3_gir_INCLUDES = GObject-2.0 libxml2-2.0 WebKit2-4.0
-Gepub_0_3_gir_CFLAGS = $(INCLUDES)
-Gepub_0_3_gir_LIBS = libgepub.la
-Gepub_0_3_gir_FILES = $(introspection_sources)
-Gepub_0_3_gir_SCANNERFLAGS = --warn-all
-INTROSPECTION_GIRS += Gepub-0.3.gir
+Gepub-0.4.gir: libgepub.la
+Gepub_0_4_gir_INCLUDES = GObject-2.0 libxml2-2.0 WebKit2-4.0
+Gepub_0_4_gir_CFLAGS = $(INCLUDES)
+Gepub_0_4_gir_LIBS = libgepub.la
+Gepub_0_4_gir_FILES = $(introspection_sources)
+Gepub_0_4_gir_SCANNERFLAGS = --warn-all
+INTROSPECTION_GIRS += Gepub-0.4.gir
 
 girdir = $(datadir)/gir-1.0
 gir_DATA = $(INTROSPECTION_GIRS)


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