[anjuta] Update files for release



commit 245ac79a0b34311c882621696e30ea91eb274dd6
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sun Aug 20 15:09:22 2017 +0200

    Update files for release

 NEWS         |   64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    4 +-
 2 files changed, 66 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 741606b..11f47c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,67 @@
+Anjuta 3.25.91 (August 20, 2017) -- Sébastien Granjoux
+
+Changes:
+
+Sébastien Granjoux (14)
+    bgo #782633 - Scintilla editor occupies 100% of a core after switching tabs
+    bgo #782452 - Using #!/usr/bin/perl in scripts is not portable
+    Avoid errors with recent version of gcc
+    gdb: bgo #783380 Unable to debug executable compiled with -pie option
+    bgo#770822 - "Search for example code" points to discontinued webpage
+    bgo #763115 - Anjuta builds are not reproducible
+    Fix some compiler warnings
+    Fix warning misleading-indentation
+    Remove obsolete CSS properties
+    Remove deprecated flags
+    Fix some run time critical warnings
+    Avoid an endless loop when updating a project
+    Fix another crash when updating project files
+    bgo #786309 - segfault when shm support is missing
+
+Ove Kåven (1)
+    gtksourceview: Ignore changes that happen during a save
+
+Yannick Inizan (1)
+    symbol-db: add support for libgda-6.0
+
+Dominique Leuenberger (1)
+    Support reproducible builds
+    
+Ting-Wei Lan (1)
+    manuals: Remove extra - symbols before =
+
+Jeremy Bicha (1)
+    Allow building with vala 0.36 and 0.38
+
+Michael Biebl (1)
+    bgo#771625 - needs support for vala 0.34
+
+Marco Diego Aurélio Mesquita (1)
+    Fix callback generation when user_data is set on glade
+
+Piotr Drąg (1)
+    Fix translator comments
+
+Pawan Chitrakar (1)
+    Update Nepali translation
+
+Fabio Tomat (6)
+    Add Friulian translation
+
+Ask Hjorth Larsen (2)
+    Updated Danish translation
+
+Mandy Wang (1)
+    Update zh_CN translations
+
+Baurzhan Muftakhidinov (1)
+    Update Kazakh translation
+
+David King (1)
+    Updated British English translation
+
+
+
 Anjuta 3.22.0 (September 18, 2016) -- Sébastien Granjoux
 
 Changes:
diff --git a/configure.ac b/configure.ac
index d1b345f..71e30de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.65)
 
 m4_define(anjuta_major_version,  3)
-m4_define(anjuta_minor_version,  22)
-m4_define(anjuta_micro_version,  0)
+m4_define(anjuta_minor_version,  25)
+m4_define(anjuta_micro_version,  91)
 m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version)
 m4_define(bugzilla_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version)
 


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