[brasero] Release 3.12.3



commit 2e516545e548d203496ec7f37ad2d7142f5ff4fb
Author: David King <amigadave amigadave com>
Date:   Mon Sep 20 09:22:56 2021 +0100

    Release 3.12.3

 NEWS         | 12 ++++++++++++
 configure.ac |  6 +++---
 2 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 30515bad..b56986d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+* Brasero 3.12.3
+        - Blu-ray fixes (Bastien Nocera)
+        - Support Tracker 3.0 (Carlos Garnacho)
+        - Add CI (Bastien Nocera)
+        - Transcode plugin gstreamer plugin improvement (Robert McQueen)
+        - Fix crash with malformed URI (Geyslan)
+        - Fix default project label (Pimm "de Chinchilla" Hogeling)
+        - Man page fixes (Ville Skyttä)
+        - Header guard fix (Ting-Wei Lan)
+        - Help improvements (scootergrisen, Andre Klapper)
+        - Translation updates
+
 * Brasero 3.12.2
         - Build fixes
         - Support Tracker 2.0
diff --git a/configure.ac b/configure.ac
index 96afc551..188c011e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,10 +1,10 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([brasero],[3.12.2])
+AC_INIT([brasero],[3.12.3])
 AC_CONFIG_SRCDIR(src/main.c)
 
 BRASERO_MAJOR_VERSION=3
 BRASERO_MINOR_VERSION=12
-BRASERO_SUB=2
+BRASERO_SUB=3
 BRASERO_VERSION=$BRASERO_MAJOR_VERSION.$BRASERO_MINOR_VERSION.$BRASERO_SUB
 
 AC_SUBST(BRASERO_MAJOR_VERSION)
@@ -21,7 +21,7 @@ dnl   change to C+1:0:0
 dnl - If the interface is the same as the previous version, change to C:R+1:A
 
 LT_CURRENT=3
-LT_REVISION=6
+LT_REVISION=7
 LT_AGE=2
 
 AC_SUBST(LT_CURRENT)


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