[gnome-disk-utility] Prepare 3.38.0



commit 9d0b41bae2fe8a5911208fec2a066525010c2aac
Author: Kai Lüke <kailueke riseup net>
Date:   Thu Sep 10 22:39:36 2020 +0200

    Prepare 3.38.0

 NEWS                               | 13 +++++++++++++
 flatpak/org.gnome.DiskUtility.json |  3 ++-
 meson.build                        |  2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d9a2a439..ac52b46b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+3.38.0 - September 10, 2020
+===========================
+
+Kai Lüke:
+ * Build/install readme improvements (INSTALL)
+
+Jordan Petridis:
+ * ci: remove deprecated jobs
+ * ci: port flatpak job to the template
+
+Updated translations:
+ * Andre Klapper (zh_CN), sicklylife (ja), Zander Brown (en_GB)
+
 3.37.2 - March 5, 2020
 ======================
 
diff --git a/flatpak/org.gnome.DiskUtility.json b/flatpak/org.gnome.DiskUtility.json
index 2f89e2e3..16a20deb 100644
--- a/flatpak/org.gnome.DiskUtility.json
+++ b/flatpak/org.gnome.DiskUtility.json
@@ -189,7 +189,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://github.com/storaged-project/libblockdev.git";
+                    "url" : "https://github.com/vojtechtrefny/libblockdev.git";,
+                    "branch" : "master_part-libfdisk-create"
                 }
             ]
         },
diff --git a/meson.build b/meson.build
index b83123e6..fd066878 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'gnome-disk-utility', 'c',
-  version: '3.37.2',
+  version: '3.38.0',
   license: 'GPL2.0',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.50.0',


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