diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-06-02 05:02:28 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-06-02 05:02:28 +0800 |
commit | 6426bf06e59d88ddb6e275aee751051d480eac1b (patch) | |
tree | ad2c64de183c28e13514fe69f10c9e0dcbf606cd | |
parent | 0f34a201afef238156f112efcefdd87584d5cbc4 (diff) | |
download | gsoc2013-epiphany-6426bf06e59d88ddb6e275aee751051d480eac1b.tar.gz gsoc2013-epiphany-6426bf06e59d88ddb6e275aee751051d480eac1b.tar.zst gsoc2013-epiphany-6426bf06e59d88ddb6e275aee751051d480eac1b.zip |
=== Release 1.2.6 ===
2004-06-01 Christian Persch <chpe@cvs.gnome.org>
* NEWS:
* configure.in:
=== Release 1.2.6 ===
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.in | 1 |
3 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2004-06-01 Christian Persch <chpe@cvs.gnome.org> + + * NEWS: + * configure.in: + + === Release 1.2.6 === + 2004-05-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GlobalHistory.cpp: @@ -13,7 +13,8 @@ Bugfixes * Fix some compile warnings (Christian) * Use single sign-on prompt for downloads too (Christian) - * Fix crash with popup window (Christian) (backported from HEAD) [#142184] + * Fix crash with popup window and when opening windows from command line + (Christian) (backported from HEAD) [#142184] * Fix compilation with gcc 2.95 (Christian) * Fix LD_LIBRARY_PATH setting in startup script (Christian) [#141576] * Fix a mem leak in the toolbar editor (Christian) diff --git a/configure.in b/configure.in index eeba8f7a3..90ba24392 100644 --- a/configure.in +++ b/configure.in @@ -199,6 +199,7 @@ case "$MOZILLA_VERSION" in 1.7b) MOZILLA_SNAPSHOT=15 ;; 1.7rc1) MOZILLA_SNAPSHOT=15 ;; 1.7rc2) MOZILLA_SNAPSHOT=16 ;; +1.7rc3) MOZILLA_SNAPSHOT=16 ;; 1.7) MOZILLA_SNAPSHOT=16 ;; branch1.7) MOZILLA_SNAPSHOT=16 ;; 1.8a) MOZILLA_SNAPSHOT=18 ;; |