[gtkmm/gtkmm-3-24] 3.24.1



commit c04cd3340486698f75174965b071ccff10547a4b
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Wed Mar 20 16:44:34 2019 +0100

    3.24.1

 NEWS         | 17 +++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 517ef7c1..52f0ecf0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.24.1 (stable):
+
+Gdk:
+* RGBA::set_hsv(): Properly interpret hue 360° as red
+  (Daniel Boles, Kjell Ahlstedt) Issue #42, Merge request !8
+
+Documentation:
+* Gtk::FileFilter: Several improvements of the documentation
+  (Daniel Boles) Merge request !12
+* Gtk::Builder: Don’t use @retval on out args, use @param[out]
+  (Daniel Boles) Merge request !10
+
+Tests:
+* Add test of Gdk::RGBA
+  (Daniel Boles) Merge request !8
+
+
 3.24.0 (stable):
 
 Gdk:
diff --git a/configure.ac b/configure.ac
index 2311dde8..1045fe89 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gtkmm], [3.24.0],
+AC_INIT([gtkmm], [3.24.1],
         [https://gitlab.gnome.org/GNOME/gtkmm/issues/],
         [gtkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])


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