diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-16 20:00:14 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-16 20:00:14 +0800 |
commit | 568ddde148e46278c127d998b1f7b266374dbde1 (patch) | |
tree | d312d392dc6e77ee8e5f52007f6b7a4cdfe13de1 | |
parent | 8d5abd32d48dc5b27b2407d15024af54aceb8b85 (diff) | |
download | gsoc2013-epiphany-Release128.tar gsoc2013-epiphany-Release128.tar.gz gsoc2013-epiphany-Release128.tar.bz2 gsoc2013-epiphany-Release128.tar.lz gsoc2013-epiphany-Release128.tar.xz gsoc2013-epiphany-Release128.tar.zst gsoc2013-epiphany-Release128.zip |
=== Release 1.2.8 ===Release128
2004-08-16 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
* configure.in:
=== Release 1.2.8 ===
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 21 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 29 insertions, 3 deletions
@@ -1,5 +1,12 @@ 2004-08-16 Christian Persch <chpe@cvs.gnome.org> + * NEWS: + * configure.in: + + === Release 1.2.8 === + +2004-08-16 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EventContext.cpp: Use GetLocalName instead of GetTagName to get the attribute name. @@ -1,7 +1,26 @@ ============== -Epiphany 1.2.7 +Epiphany 1.2.8 ============== +Code changes + + * Adapt to Mozilla API changes (Christian) + * Confirm before overwriting a file (Christian) [#143501] + +Bug fixes + + * Fix compilation of nautilus view (Christian) [#148995] + * Fix some memory leaks (Jean-François Rameau) + * Really translate the program name (Christian) [#148948] + * Fix restoring the history window on resume (Christian) + * Fix new tab position (Christian) + * Fix a crash in content handler (Christian) [#149550] + * Fix context menu on links with namespaced tag (Mikael Brockman) [#150208] + + +============== +Epiphany 1.2.7 +============== Code changes diff --git a/configure.in b/configure.in index 8263a6fae..7bd5dea37 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([epiphany], [1.2.7.90], +AC_INIT([epiphany], [1.2.8], [http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany]) GNOME_COMMON_INIT @@ -11,7 +11,7 @@ AC_SUBST(EPIPHANY_MAJOR) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(configure.in) -AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) +AM_INIT_AUTOMAKE([dist-bzip2 check-news]) AM_MAINTAINER_MODE |