[gnome-builder] release 3.25.5



commit 6dfc08f3959fc87752dfda915bf17f89fe22794a
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jul 20 20:08:47 2017 -0700

    release 3.25.5

 NEWS        |   25 +++++++++++++++++++++++++
 meson.build |    2 +-
 2 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4e2e6da..2ad79cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
 ==============
+Version 3.25.5
+==============
+
+We are releasing 3.25.5 as a quick followup to 3.25.4. It fixes a number of
+issues that were discovered and fixed shortly after merging the new layout
+branch.
+
+ • HTML Preview shortcut is fixed
+ • Various keybindings have been improved in libdazzle
+ • We now bundle the proper libdazzle version as a subproject
+ • IdeSourceViewMode now holds a reference to the view and copies all
+   GValues when marshaling to the proxied closure
+ • Focus tracking has been fixed for stacks in a single column
+ • The focus-neighbor action works again, allowing ^w^w and other Vim style
+   keybindings to work correctly
+ • Activation of F-keys while in vim "normal mode" has been fixed
+ • Builder now depends on the proper version of GLib for access to
+   g_ptr_array_find_with_equal_func()
+ • MIT/X11 license has been updated to include a missing stanza
+ • Cross-architecture printf fixes
+
+Thanks to all our early testers who reported bugs!
+
+
+==============
 Version 3.25.4
 ==============
 
diff --git a/meson.build b/meson.build
index 4f6253c..851dbac 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.25.4',
+          version: '3.25.5',
     meson_version: '>= 0.40.1',
   default_options: [
                      'c_std=gnu11',


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