aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-06-02 05:02:28 +0800
committerChristian Persch <chpe@src.gnome.org>2004-06-02 05:02:28 +0800
commit6426bf06e59d88ddb6e275aee751051d480eac1b (patch)
treead2c64de183c28e13514fe69f10c9e0dcbf606cd
parent0f34a201afef238156f112efcefdd87584d5cbc4 (diff)
downloadgsoc2013-epiphany-6426bf06e59d88ddb6e275aee751051d480eac1b.tar
gsoc2013-epiphany-6426bf06e59d88ddb6e275aee751051d480eac1b.tar.gz
gsoc2013-epiphany-6426bf06e59d88ddb6e275aee751051d480eac1b.tar.bz2
gsoc2013-epiphany-6426bf06e59d88ddb6e275aee751051d480eac1b.tar.lz
gsoc2013-epiphany-6426bf06e59d88ddb6e275aee751051d480eac1b.tar.xz
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--ChangeLog7
-rw-r--r--NEWS3
-rw-r--r--configure.in1
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cb336e38e..b683692f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/NEWS b/NEWS
index 1e49caf2b..a3f63367f 100644
--- a/NEWS
+++ b/NEWS
@@ -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 ;;