aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-09-21 17:16:17 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-09-21 17:16:17 +0800
commit695c95a8a47d6d2c1092bd6a379743d3939961bc (patch)
tree298fe675dc75ac342267486936496de5f99d68e4 /ChangeLog
parent56d52a23335ee2c0fe6dcfe79e778e50cfd41ee7 (diff)
downloadgsoc2013-epiphany-695c95a8a47d6d2c1092bd6a379743d3939961bc.tar
gsoc2013-epiphany-695c95a8a47d6d2c1092bd6a379743d3939961bc.tar.gz
gsoc2013-epiphany-695c95a8a47d6d2c1092bd6a379743d3939961bc.tar.bz2
gsoc2013-epiphany-695c95a8a47d6d2c1092bd6a379743d3939961bc.tar.lz
gsoc2013-epiphany-695c95a8a47d6d2c1092bd6a379743d3939961bc.tar.xz
gsoc2013-epiphany-695c95a8a47d6d2c1092bd6a379743d3939961bc.tar.zst
gsoc2013-epiphany-695c95a8a47d6d2c1092bd6a379743d3939961bc.zip
Fix overflow in remaining time calculation. Fix bug #153136. Thanks to
2004-09-21 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-download.c: (update_remaining_time): Fix overflow in remaining time calculation. Fix bug #153136. Thanks to Jhon Spray for tracking this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 476e1babe..560577ba1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-09-21 Marco Pesenti Gritti <marco@gnome.org>
+
+ * embed/ephy-download.c: (update_remaining_time):
+
+ Fix overflow in remaining time calculation. Fix bug
+ #153136. Thanks to Jhon Spray for tracking this.
+
2004-09-18 Christian Persch <chpe@cvs.gnome.org>
* embed/downloader-view.c: (progress_cell_data_func):