From 5f948d9a2d2320cb4a92f5c59634a07052dc132f Mon Sep 17 00:00:00 2001 From: James Liggett Date: Mon, 16 Jul 2012 15:00:57 -0700 Subject: [PATCH] Updated files for 3.5.4 release --- NEWS | 41 +++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 659f32f..d3c8a9d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,44 @@ +anjuta-extras-3.5.4 (16 July 2012) -- James Liggett + +Andika Triwidada (1): + Updated Indonesian translation + +Bruno Brouard (2): + Updated French translation + Updated French translation + +Daniel Mustieles (1): + Updated Spanish translation + +Martin Srebotnjak (1): + Updated Slovenian translation + +Matej Urbančič (1): + Updated Slovenian translation + +Piotr Drąg (3): + Remove markup from strings + Updated POTFILES.in + Updated Polish translation + +Rūdolfs Mazurs (1): + Updated Latvian translation + +Sébastien Granjoux (6): + scintilla: Use common settings for indentation + scintilla: Fix a crash when closing editors + scintilla: Initialize indentation settings (indent with tab/unindent with + scintilla: Fix default foreground and background text color + Remove gnome-doc-utils.make, this file is copied by autogen + scintilla: Update to scintilla 3.2.0 + +Tom Tryfonidis (1): + Updated Greek translation + +Мирослав Николић (1): + Updated Serbian translation + + anjuta-extras-3.4.0 (26 March 2012) -- James Liggett Akom Chotiphantawanon (1): diff --git a/configure.ac b/configure.ac index 5dc0263..7bd7128 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ dnl Created by Anjuta application wizard. AC_PREREQ(2.59) m4_define(anjuta_major_version, 3) -m4_define(anjuta_minor_version, 4) -m4_define(anjuta_micro_version, 0) +m4_define(anjuta_minor_version, 5) +m4_define(anjuta_micro_version, 4) m4_define(anjuta_version, anjuta_major_version.anjuta_minor_version.anjuta_micro_version) AC_INIT(anjuta-extras, anjuta_version) -- 2.11.4.GIT