aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS18
-rw-r--r--configure.ac6
2 files changed, 21 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 198ea0ce0..adb26a93e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+NEW in 2.26.0.1
+===============
+
+Bugs fixed:
+ - Fixed #556173, crash in Empathy Instant Messenger: Chatting using the MSN a... (Xavier Claessens)
+ - Fixed #571745, crash in Empathy Instant Messenger: Nothing, empathy was in ... (Xavier Claessens)
+ - Fixed #575681, UNIX socket address is supposed to be an 'ay' and not a 's' (Guillaume Desmottes)
+ - Fixed #576386, No video received (Sjoerd Simons)
+
+Translations:
+ - Updated Oriya Translation (mgiri).
+ - Updated French translation (Frédéric Peters, Claude Paroz).
+ - Updated Dutch translation (Wouter Bolsterlee).
+ - Updated assamese translations (amitakhya).
+ - Updated Galician translation (Suso Baleato).
+ - Updated Arabic translation (djihed).
+ - Updated Spanish translation (jorgegonz).
+
NEW in 2.26.0
==============
- Fix various VoIP bugs
diff --git a/configure.ac b/configure.ac
index 1e77a73ed..9b6d00a39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(Empathy, 2.26.0, http://bugzilla.gnome.org/browse.cgi?product=empathy)
+AC_INIT(Empathy, 2.26.0.1, http://bugzilla.gnome.org/browse.cgi?product=empathy)
AC_PREREQ(2.59)
AC_COPYRIGHT([
Copyright (C) 2003-2007 Imendio AB
@@ -11,11 +11,11 @@ AC_COPYRIGHT([
# (No interfaces changed: REVISION++)
LIBEMPATHY_CURRENT=23
LIBEMPATHY_AGE=0
-LIBEMPATHY_REVISION=0
+LIBEMPATHY_REVISION=1
LIBEMPATHY_GTK_CURRENT=21
LIBEMPATHY_GTK_AGE=2
-LIBEMPATHY_GTK_REVISION=1
+LIBEMPATHY_GTK_REVISION=2
AC_SUBST(LIBEMPATHY_CURRENT)
AC_SUBST(LIBEMPATHY_AGE)