From 2076a98feec0db17da644235ea1a8ab1ec3b58cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Granjoux?= Date: Sat, 24 Jan 2015 09:19:38 +0100 Subject: [PATCH] Update files for release --- NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index aa80a07ea..7ad80f85a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Anjuta 3.15.90 (January 25, 2015) -- Sébastien Granjoux + +Changes: + +Sébastien Granjoux (3) + debug-manager: bgo#743270 - Many debugging commands are broken + symbol-db: bgo #733600 - anjuta-tags - build breakage with recent glib + symbol-db: Provide better error message if one GDA backend is missing + +Christian Kirbach (1) + Updated German translation + +Muhammet Kara (1) + Updated Turkish translation + +Duarte Loreto (1) + Updated Portuguese translation + +Tom Tryfonidis (1) + Updated Greek translation + +Claudio Arseni (1) + Updated Italian translation + + + Anjuta 3.14.0 (September 21, 2014) -- Sébastien Granjoux Changes: diff --git a/configure.ac b/configure.ac index 39b5eeb28..d109e479d 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, 14) -m4_define(anjuta_micro_version, 0) +m4_define(anjuta_minor_version, 15) +m4_define(anjuta_micro_version, 90) 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) -- 2.11.4.GIT