[cheese/gnome-41] Update NEWS for 41.1 release




commit 7fc2ed5cc4f52ff8e3199e491f72e4aa59fdf373
Author: David King <amigadave amigadave com>
Date:   Mon Nov 15 14:56:52 2021 +0000

    Update NEWS for 41.1 release

 NEWS        | 11 +++++++++++
 meson.build |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3c478509..4609b704 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
 ChangeLog for Cheese
 --------------------
 
+version 41.1
+  - meson: avoid positional arguments in merge_file
+    https://gitlab.gnome.org/GNOME/cheese/-/issues/124
+  - tests: Compile gsettings schemas for use in build tests
+    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=731009
+  - Update DOAP with Gitlab account information
+    https://gitlab.gnome.org/GNOME/cheese/-/issues/117
+  - introspection: Pin the API version for now
+  - Added/Updated Translations
+    - bg, courtesy of Alexander Shopov
+
 version 41.0
   - Allow headerbar to appear on all desktops
     Removed gtk_dialogs_use_header() and accompanying code to allow the
diff --git a/meson.build b/meson.build
index 48de79d1..76853c33 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'cheese', ['c', 'vala'],
-  version: '41.0',
+  version: '41.1',
   license: 'GPL2',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.50.0',
@@ -36,12 +36,12 @@ cheese_namespace = 'org.gnome.Cheese'
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 current = 8
-revision = 16
+revision = 17
 age = 0
 libcheese_version = '@0@.@1@.@2@'.format(current - age, age, revision)
 
 current = 26
-revision = 6
+revision = 7
 age = 1
 libcheese_gtk_version = '@0@.@1@.@2@'.format(current - age, age, revision)
 


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