[gnome-photos] Prepare 40.beta



commit cb388d8995c5bc0ad229b5fbebd8ed07ec72764c
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri Mar 12 03:54:04 2021 +0100

    Prepare 40.beta

 NEWS                   | 73 ++++++++++++++++++++++++++++++++++++++++++++++++--
 meson.build            |  2 +-
 tests/unit/meson.build |  4 +--
 3 files changed, 74 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 27dd61df..bd818c0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,74 @@
-Overview of changes in 3.39.1
-=============================
+Overview of changes in 40.beta
+==============================
+
+* Bugs fixed:
+ !132 Use libhandy Hdy.ViewSwitcher instead of Gtk.StackSwitcher
+ !135 Generate queries using SPARQL templates
+ !136 query-builder: Use GDateTime instead of deprecated GTimeVal
+ !140 flatpak: Update LibRaw to 0.20.0
+ !141 flatpak: Enable native language support in exiv2
+ !142 flatpak: Update exiv2 to 0.27.3
+ !146 Switch to private instances of the Tracker 2.x daemons
+ !147 tracker-controller: Label unit of timing measurements
+ !148 utils: Avoid a potential build failure due to undefined M_PI constant
+ !149 Fix various CRITICALs from Tracker
+ !150 build: Rename a variable for consistency
+ !151 flatpak: Remove unsed tracker-miner build option
+ !152 appdata: Add release notes for 3.38.0
+ !153 Add a manual
+ !155 embed, main-toolbar, main-window: Use HdyWindow and HdyHeaderBar
+ !158 build, embed: Style fixes
+ !160 photos-empty-results-box: Use HdyStatusPage
+ !162 domain-ontology-rule: Use private locations for the cache & the journal
+ !164 search-type-manager: Rename variables
+ !165 search-type, search-type-manager: Simplify code
+ !166 item-manager: Port to TrackerNotifier
+ !167 build: Don't hard code the application ID in the Tracker domain config
+ !168 build: Don't generate code for org.freedesktop.Tracker1.Resources
+ !169 application: Style fix
+ !170 application: Add explicit cast
+ !171 query-builder: Use TrackerResource
+ !173 query-builder, sparql-template: Style fixes
+  #77 Use g_autoptr*
+ #152 Port to Tracker 3
+
+* Updated translations:
+ Basque
+ Catalan
+ Traditional Chinese (Taiwan)
+ Czech
+ Danish
+ Dutch
+ English (British)
+ Finnish
+ French
+ Friulian
+ Galician
+ German
+ Greek
+ Hebrew
+ Hungarian
+ Indonesian
+ Italian
+ Japanese
+ Kazakh
+ Korean
+ Latvian
+ Lithuanian
+ Norwegian bokmål
+ Persian
+ Polish
+ Portuguese
+ Portuguese (Brazilian)
+ Punjabi
+ Romanian
+ Serbian
+ Slovak
+ Slovenian
+ Spanish
+ Swedish
+ Turkish
+ Ukrainian
 
 
 Overview of changes in 3.37.91.1
diff --git a/meson.build b/meson.build
index 29d75adf..868f5c7c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
   'gnome-photos',
   'c',
-  version: '3.39.1',
+  version: '40.beta',
   license: 'GPL3+',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.50.0',
diff --git a/tests/unit/meson.build b/tests/unit/meson.build
index 054bb38c..96c3ae02 100644
--- a/tests/unit/meson.build
+++ b/tests/unit/meson.build
@@ -1,7 +1,7 @@
 # Not entirely random of course, but at least it changes over time
 meson_minor_version = meson.version().split('.').get(1).to_int()
-photos_minor_version = meson.project_version().split('.').get(1).to_int()
-random_number = meson_minor_version + photos_minor_version
+photos_major_version = meson.project_version().split('.').get(0).to_int()
+random_number = meson_minor_version + photos_major_version
 
 test_env = environment()
 test_env.set('G_DEBUG', 'gc-friendly')


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