diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-02-28 06:24:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-02-28 06:24:04 +0800 |
commit | 844e354a66662c2b4646fc40af10ab3a8a7fd490 (patch) | |
tree | 04c52314975efd6c99e6cbaf4210d17480b60539 | |
parent | 7c52da2f61d72a38f0aad0534ab38d0043467065 (diff) | |
download | gsoc2013-epiphany-844e354a66662c2b4646fc40af10ab3a8a7fd490.tar gsoc2013-epiphany-844e354a66662c2b4646fc40af10ab3a8a7fd490.tar.gz gsoc2013-epiphany-844e354a66662c2b4646fc40af10ab3a8a7fd490.tar.bz2 gsoc2013-epiphany-844e354a66662c2b4646fc40af10ab3a8a7fd490.tar.lz gsoc2013-epiphany-844e354a66662c2b4646fc40af10ab3a8a7fd490.tar.xz gsoc2013-epiphany-844e354a66662c2b4646fc40af10ab3a8a7fd490.tar.zst gsoc2013-epiphany-844e354a66662c2b4646fc40af10ab3a8a7fd490.zip |
=== Release 1.9.8 ===Release198
2006-02-27 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.9.8 ===
* NEWS:
* configure.ac:
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 34 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 40 insertions, 3 deletions
@@ -1,3 +1,10 @@ +2006-02-27 Christian Persch <chpe@cvs.gnome.org> + + === Release 1.9.8 === + + * NEWS: + * configure.ac: + 2006-02-24 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (add_bookmarks_source): @@ -1,4 +1,4 @@ -============== + ============== Epiphany 1.9.8 ============== @@ -16,7 +16,37 @@ Bug fixes: * Misc fixes: #329118, #327764, #148940. Contributors to this release: -Christian Persch, Peter Harvey +Peter Harvey, Christian Persch, Sergey Al. Safonov. + +Updated translations: + + * Rostislav \"zbrox\" Raykov (bg) + * Miloslav Trmac (cs) + * Rhys Jones (cy) + * Hendrik Richter (de) + * Kostas Papadimas (el) + * Adam Weinberger (en_CA) + * Crispin Flowerday (en_GB) + * Francisco Javier F. Serrador (es) + * Ivar Smolin (et) + * Iñaki Larrañaga (eu) + * Ilkka Tuohela (fi) + * Ignacio Casal Quinteiro (gl) + * Ankit Patel (gu) + * Gabor Kelemen (hu) + * Satoru SATOh (ja) + * Žygimantas Beručka (lt) + * Kjartan Maraas (nb) + * Reinout van Schouwen (nl) + * Kjartan Maraas (no) + * GNOME PL Team (pl) + * Licio Fernando Nascimento da Fonseca (pt_BR) + * Laurent Dhima (sq) + * Слободан Д. Средојевић (sr, sr@Latn) + * Theppitak Karoonboonyanan (th) + * Clytie Siddall (vi) + * Liu Songhe (zh_CN) + ============== Epiphany 1.9.7 diff --git a/configure.ac b/configure.ac index 99c636f50..5249d102f 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -AC_INIT([GNOME Web Browser],[1.9.7.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) +AC_INIT([GNOME Web Browser],[1.9.8],[http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany],[epiphany]) GNOME_COMMON_INIT |