[ghex] Release 43.rc



commit 967274c060707cb70cbfd2a40580c85a13a1c452
Author: Logan Rathbone <poprocks gmail com>
Date:   Wed Sep 21 14:58:37 2022 -0400

    Release 43.rc

 NEWS                                  | 28 ++++++++++++++++++++++++++++
 data/org.gnome.GHex.appdata.xml.in.in |  1 +
 meson.build                           |  4 ++--
 3 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c00ce54..faf3d81 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+==========
+GHex 43.rc
+==========
+
+Changes and Bugfixes since GHex 43.alpha:
+
+- preferences: vertically center font buttons (Bilal Elmoussaoui)
+- preferences: vertically center spin button (Bilal Elmoussaoui)
+- hex-doc: Fix assertion check in hex_document_write_to_file_async (Logan Rathbone)
+- hex-doc: Add sanity checks to _get_buffer and _get_file in public API (Logan Rathbone)
+- appwin: Properly call gettext on string marked for translation (Logan Rathbone)
+- widget: Don't drop additional reference on menu model (Logan Rathbone)
+- appwin: Support dragging tabs to new window (Logan Rathbone)
+- build: Added option to generate VALA vapi (JCWasmx86)
+- Minor cleanups (Logan Rathbone)
+- hex-doc: Fix replacing bytes over a gap (Jordan Christiansen)
+- icons: Make document-modified-symbolic a resource (Logan Rathbone) (fixes #52)
+
+Translation updates:
+
+- Alan Mortensen (da)
+- Anders Jonsson (sv)
+- Balázs Úr (hu)
+- Daniel Mustieles (es)
+- Jiri Grönroos (fi)
+- Piotr Drąg (pl)
+- Sergej A (ru)
+
 =============
 GHex 43.alpha
 =============
diff --git a/data/org.gnome.GHex.appdata.xml.in.in b/data/org.gnome.GHex.appdata.xml.in.in
index 16802df..09ab28d 100644
--- a/data/org.gnome.GHex.appdata.xml.in.in
+++ b/data/org.gnome.GHex.appdata.xml.in.in
@@ -30,6 +30,7 @@
     <kudo>UserDocs</kudo>
   </kudos>
   <releases>
+    <release version="43.rc" type="development" date="2022-09-21"/>
     <release version="43.alpha" type="development" date="2022-06-23"/>
   </releases>
   <url type="homepage">https://gitlab.gnome.org/GNOME/ghex</url>
diff --git a/meson.build b/meson.build
index fb2b2de..87379f4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'ghex', 'c',
-  version: '43.alpha',
+  version: '43.rc',
   meson_version: '>=0.59.0',
   license: 'GPL2'
 )
@@ -39,7 +39,7 @@ ghex_version_major = version_arr[0].to_int()
 libgtkhex_api_version   = 4
 libgtkhex_version_major = 1  # for soname (ABI major version) only
 libgtkhex_version_minor = 1
-libgtkhex_version_micro = 90
+libgtkhex_version_micro = 98
 libgtkhex_version = '@0@.@1@.@2@'.format(libgtkhex_api_version, libgtkhex_version_minor, 
libgtkhex_version_micro)
 
 ghex_prefix = get_option('prefix')


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