[devhelp] Release 3.27.90



commit 0d1e7de2a253a87018f41b2809c349ec4468d7f7
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Feb 11 12:14:09 2018 +0100

    Release 3.27.90

 NEWS         |   32 ++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d90da20..1937da4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+===============
+Version 3.27.90
+===============
+
+- Flatpak: see books installed on the host (usually installed by traditional
+  Linux distribution packages). The Flatpak needs to be built with the new
+  --enable-flatpak-build configure flag.
+- Lots of code refactorings, fixing various bugs along the way. Have more
+  classes, but smaller: from DhKeywordModel extract DhSearchContext; from
+  DhWindow extract DhWebView, DhTab and DhTabLabel.
+- All bugs in bugzilla fixed (only enhancement bugs remaining).
+- Write more unit tests.
+- Write first page of *user* documentation (in Mallard), to explain some
+  features of the search in the side panel.
+- Fix and document a feature useful for integration with other developer tools:
+  filtering by book and page when doing a search, see the README.
+- Improve error info bar (shown on top of the HTML page), use the TeplInfoBar
+  utility class, copied from the Tepl library.
+
+Fixed bugs:
+
+ - #696905, press Escape to cancel search
+ - #790902, writes window state settings on each configure event
+ - #792068, Make it work with Flatpak
+ - #792443, Missing emacs/vim plugins in 3.27.2 tarball
+
+Updated translations: de, fi, fur, hu, id, pl
+
+Many thanks to all contributors: Balázs Úr, Fabio Tomat, Tim Sabsch,
+Sébastien Wilmet, Mario Blättermann, Piotr Drąg, Kukuh Syafaat, Christian
+Kirbach, Jiri Grönroos
+
 ==============
 Version 3.27.2
 ==============
diff --git a/configure.ac b/configure.ac
index bd6f19f..dd0b64b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([Devhelp],
-        [3.27.3],
+        [3.27.90],
         [https://bugzilla.gnome.org/browse.cgi?product=devhelp],
         [devhelp],
         [https://wiki.gnome.org/Apps/Devhelp])
@@ -14,7 +14,7 @@ AX_IS_RELEASE([git-directory])
 #   (Interfaces removed:    CURRENT++, AGE=0, REVISION=0)
 #   (Interfaces added:      CURRENT++, AGE++, REVISION=0)
 #   (No interfaces changed:                   REVISION++)
-LIBDEVHELP_LT_CURRENT=4
+LIBDEVHELP_LT_CURRENT=5
 LIBDEVHELP_LT_REVISION=0
 LIBDEVHELP_LT_AGE=0
 LIBDEVHELP_LT_VERSION="$LIBDEVHELP_LT_CURRENT:$LIBDEVHELP_LT_REVISION:$LIBDEVHELP_LT_AGE"


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