aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-03-31 00:47:46 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-31 00:47:46 +0800
commitaefd7791ae021f99d259a526470888fa99ad885e (patch)
treed3678793c799f262d45e73334fbb3cf9b3c5aa7a
parent8588d5b00a1a831e3b310377686e23883b8fbec8 (diff)
downloadgsoc2013-empathy-EMPATHY_2_26_0_1.tar
gsoc2013-empathy-EMPATHY_2_26_0_1.tar.gz
gsoc2013-empathy-EMPATHY_2_26_0_1.tar.bz2
gsoc2013-empathy-EMPATHY_2_26_0_1.tar.lz
gsoc2013-empathy-EMPATHY_2_26_0_1.tar.xz
gsoc2013-empathy-EMPATHY_2_26_0_1.tar.zst
gsoc2013-empathy-EMPATHY_2_26_0_1.zip
Prepare for 2.26.0.1 releaseEMPATHY_2_26_0_1
From: Xavier Claessens <xclaesse@gmail.com> svn path=/branches/gnome-2-26/; revision=2750
-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)