diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2006-08-21 18:43:17 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-08-21 18:43:17 +0800 |
commit | 6d5c8bdbac79cf3da9fc802a58dbb314cc4810cd (patch) | |
tree | 6b88000a1b5d031fc35bd085855421ca16a02b38 | |
parent | 9fde25b2d539b670a743ce8789369689f3ad1779 (diff) | |
download | gsoc2013-evolution-6d5c8bdbac79cf3da9fc802a58dbb314cc4810cd.tar.gz gsoc2013-evolution-6d5c8bdbac79cf3da9fc802a58dbb314cc4810cd.tar.zst gsoc2013-evolution-6d5c8bdbac79cf3da9fc802a58dbb314cc4810cd.zip |
Evolution 2.7.92 release.
2006-08-21 Srinivasa Ragavan <sragavan@novell.com>
* NEWS, configure.in: Evolution 2.7.92 release.
svn path=/trunk/; revision=32612
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 27 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-08-21 Srinivasa Ragavan <sragavan@novell.com> + + * NEWS, configure.in: Evolution 2.7.92 release. + 2006-08-19 Harish Krishnaswamy <kharish@novell.com> * evolution-plugin.pc.in, evolution-shell.pc.in: @@ -1,3 +1,25 @@ +Evolution 2.7.92 2006-08-21 +--------------------------- + +Updated Translations + +Hendrik Richter (de), Wouter Bolsterlee (nl), Daniel Nylander (sv), +Priit Laes (et), Francisco Javier F. Serrador (es), Satoru SATOH (ja), +Subhransu Behera (or), Matic Žgu (sl), Jovan Naumovski (mk), +Ankit Patel (gu), Žygimantas BeruÄka (lt), Gabor Kelemen (hu), +Ilkka Tuohela (fi), Ahmad Riza H Nst (id), Rahul Bhalerao (mr), +Clytie Siddall (vi), Changwoo Ryu (ko), Chao-Hsiung Liao (zh_HK) (zh_TW), +Tino Meinen (nl), Ani Peter (ml), Xavier Conde Rueda (ca), +Maxim Dziumanenko (uk), Guntupalli Karunakar (dz), Leonid Kanter (ru), +Daniel van Eeden (nl), Kjartan Maraas (nb) + +Bug Fixes + +Pavel Roskin, Kjartan Maraas, Srinivasa Ragavan, Laurent Goujon, +Matthew Barnes, Chenthill Palanisamy, Li Yuan, Harish Krishnaswamy, +Mubeen Jukaku, Ushveen Kaur, Jeff Cai, Johannes Berg, Hiroyuki Ikezoe, +Øystein Gisnås + Evolution 2.7.91 2006-08-07 --------------------------- diff --git a/configure.in b/configure.in index 35661263b0..a9f3a272f1 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(evolution, 2.7.91, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.7.92, http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) # Gross hack to enable 'make dist' on automake 1.9+tar 1.14. |