Skip to content

Debian Changelog epiphany-browser (2.22.3-9)

2009

epiphany-browser (2.22.3-9) unstable; urgency=low

   * Drop epiphany-webkit build for the lenny release. Closes: #510764.
   * Move README.Debian (which doesn’t get installed) to
     epiphany-browser.README.Debian (which has become irrelevant).

 -- Josselin Mouette <joss@debian.org>  Tue, 06 Jan 2009 10:21:58 +0100

2008

epiphany-browser (2.22.3-8) unstable; urgency=low

   * The “high hopes” release.
   * 22_nsNavHistory_hacks.patch: new patch. Backport hacks from 2.24 to
     prevent nsNavHistory from doing anything. Hopefully closes: #494058.

 -- Josselin Mouette <joss@debian.org>  Fri, 14 Nov 2008 01:02:08 +0100

epiphany-browser (2.22.3-7) unstable; urgency=low

   [ Josselin Mouette ]
   * certManager.js: fix JS variable declaration.
 
   [ Emilio Pozuelo Monfort ]
   * debian/control.in: move Homepage field to the source stanza.
 
   [ Josselin Mouette ]
   * 08_python_path.patch: new patch by James Vega. Disable relative
     imports in the python code. Closes: #504363.

 -- Josselin Mouette <joss@debian.org>  Mon, 10 Nov 2008 15:29:28 +0100

epiphany-browser (2.22.3-6) unstable; urgency=low

   * The OMGWTFBBQ release.
   * debian/certManager.js: this is a custom version of certManager.js
     that doesn’t use deletecert.xul, which doesn’t work because of
     broken argument passing.
   * 21_chrome_certmanager.patch: override certManager.js with the custom
     version.
   * epiphany-browser-data.install: install it.
   * Closes: #393837. Thanks to Romain Beauxis and Mike Hommey.

 -- Josselin Mouette <joss@debian.org>  Tue, 28 Oct 2008 12:17:03 +0100

epiphany-browser (2.22.3-5) unstable; urgency=low

   * Fix first changelog entry. Closes: #501357.
   * 20_print_garbage.patch: pass UTF-16 to Gecko instead of UTF-8 for
     the print headers. Original patch by Vincent Caron. Closes: #492283.

 -- Josselin Mouette <joss@debian.org>  Tue, 21 Oct 2008 17:09:31 +0200

epiphany-browser (2.22.3-4) unstable; urgency=low

   [ Sam Morris ]
   * 18_gnome-vfs-for-helper-display.patch: Use gnome-vfs to display which
     helper application a downloaded file will be opened with (closes:
     #498913).
   * Build-depend on gnome-vfs for the above patch.
   * 99_autoreconf.patch: refresh.
 
   [ Josselin Mouette ]
   * 14_zoom-crash.patch: patch from Mike Hommey to fix crash when
     changing the zoom factor. Closes: #486744.
   * 19_passwords_crash.patch: patch from upstream to fix crash when
     viewing passwords. Closes: #494348. The crash used to corrupt
     user preferences which triggered another crash, so it also
     closes: #486136.

 -- Josselin Mouette <joss@debian.org>  Mon, 29 Sep 2008 12:20:49 +0200

epiphany-browser (2.22.3-3) unstable; urgency=low

   * Use not+linux-gnu instead of not+linux for non-Linux targets.
     Closes: #494312.

 -- Josselin Mouette <joss@debian.org>  Fri, 29 Aug 2008 17:30:53 +0200

epiphany-browser (2.22.3-2) unstable; urgency=low

   [ Josselin Mouette ]
   * Depends on dbus-x11 instead of dbus. Closes: #490345.
   * Renamed 12_safetypes_rss.patch to 12_safetypes.patch.
     + Add application/xspf+xml as a safe MIME type. Closes: #489827.
 
   [ Loic Minier ]
   * Only enable network-manager integration on linux; thanks Petr Salinger;
     closes: #494312.
     - Don't build-dep on network-manager-dev on !hurd-i386 !kfreebsd-i386
       !kfreebsd-amd64.
     - Only pass --enable-network-manager to configure if DEB_HOST_ARCH_OS is
       linux.
 
   [ Sam Morris ]
   * 16_fix-notify-uninit-crash.patch: fix crash on amd64 systems when
     downloads complete (closes: #492143).
 
   [ Sven Arvidsson ]
   * 17_print-scaling.patch; use percentage instead of value for print
     scaling; GNOME #541168 (closes: 495222).
 
   [ Josselin Mouette ]
   * Add warnings to the epiphany-webkit description explaining it is
     still experimental. Closes: #492657.
   * Use not+linux instead of specifying the arch list by hand.

 -- Josselin Mouette <joss@debian.org>  Fri, 29 Aug 2008 12:46:58 +0200

epiphany-browser (2.22.3-1) unstable; urgency=low

   * epiphany-browser.README.Debian: explain how to change the backend.
     Closes: #487147.
   * 16_embed_passwords.patch: patch from Mike Hommey to fix typos
     causing passwords not being correctly removed from the password
     manager. Closes: #487160.
   * 04_proxy_password.patch: change the patch to still work with gecko
     1.8 so that it is suitable for upstream.
   * New upstream release.
     + 04_proxy_password.patch, 14_contenthandler_api.patch,
       16_embed_passwords.patch: dropped, merged upstream.
     + 05_libexecdir.patch, 09_download_dialog.patch: refreshed.
     + 15_certificates_oldapi.patch: only keep the MozRegisterComponents
       part, others are integrated upstream. Update it to match the
       change.
     + 99_autoreconf.patch: regenerated.
   * rules, *.links: only ship the upstream changelog in
     epiphany-browser-data and link to it, since its size was multiplied
     by 30 thanks to upstream using git-svn.
   * Standards version is 3.8.0.

 -- Josselin Mouette <joss@debian.org>  Wed, 02 Jul 2008 10:48:25 +0200

epiphany-browser (2.22.2-3) unstable; urgency=low

   * 04_proxy_password.patch: new patch, needed because of a change in
     xulrunner 1.9; the string names for obtaining the user login and
     password have changed.
   * 15_certificates_oldapi.patch: revert the certificates management to
     the old API, using nsIBadCertListener that was forward-ported to
     xulrunner 1.9. As a side effect, closes: #485657.
   * Bump xulrunner deps and build-deps to 1.9~rc2-3 for this change.

 -- Josselin Mouette <joss@debian.org>  Sun, 15 Jun 2008 14:02:35 +0200

epiphany-browser (2.22.2-2) unstable; urgency=low

   [ Loic Minier ]
   * Cleanup rules and postinsts; fix priority of epiphany-webkit.
 
   [ Josselin Mouette ]
   * 09_download_dialog.patch:
     + Fix the logic that got wrong in some cases. This removes some
       unnecessary prompts and makes the dialog more consistent.
   * Remove the seahorse conflict, it is too much.
   * Upload to unstable; drop check-dist include.
   * epiphany-browser-dbg recommends xulrunner-1.9-dbg now.

 -- Josselin Mouette <joss@debian.org>  Sun, 08 Jun 2008 21:51:41 +0200

epiphany-browser (2.22.2-1) experimental; urgency=low

   * Conflict against seahorse < 2.22.1-3.
   * Depend on epiphany-browser-data 2.22.1.1-3. Closes: #481153.
   * Rebuild against xulrunner 1.9 rc1. Closes: #483122.
   * 14_contenthandler_api.patch: new patch, needed because of a change
     in the Gecko 1.9 ContentHandler API. Thanks Mike Hommey.
     Closes: #482756.
   * New upstream release.
     + Don't restrict to applications supporting URIs. Closes: #482879.
     + Do not crash when the profile directory path is not absolute.
       Closes: #467157.
     + Fix RDF import. Closes: #479546.
   * Refresh patches to apply cleanly.
   * 09_download_dialog.patch: order buttons correctly for
     CONTENT_ACTION_NONE. Closes: #455720.

 -- Josselin Mouette <joss@debian.org>  Tue, 27 May 2008 14:14:39 +0200

epiphany-browser (2.22.1.1-3) experimental; urgency=low

   * epiphany-gecko conflicts against python-xpcom, because of
     bug#416068.
   * 13_extensions_need_xpcom.patch: new patch; ensure that xpcomglue is
     initialized before the extensions that could link to gecko are
     loaded.

 -- Josselin Mouette <joss@debian.org>  Mon, 12 May 2008 14:04:33 +0200

epiphany-browser (2.22.1.1-2) experimental; urgency=low

   * Build against xulrunner 1.9:
     + Use the libxul-embedding version.
     + Build-depend on xulrunner-dev 1.9~b5-3.
     + Set explicit dependencies on xulrunner-1.9, thanks to that crap
       not using shlibs anymore.
     + Conflict against epiphany-extensions << 2.22.1-3.
   * 12_safetypes_rss.patch: application/rss+xml is a safe MIME type.
     Closes: #461619.
   * Relax build-dependency on libwebkit-dev.

 -- Josselin Mouette <joss@debian.org>  Sun, 20 Apr 2008 15:30:49 +0200

epiphany-browser (2.22.1.1-1) unstable; urgency=low

   [ Sam Morris ]
   * New upstream release.
   * Build-depend on libglib2.0-dev 2.16.
   * Build-depend on lsb-release for distributor name.
   * Refresh 02_ac_init.patch, 10_url_double-click.patch, 05_libexecdir.patch,
     09_download_dialog.patch and 99_autoreconf.patch.
   * Disable building epiphany-webkit until libwebkitgtk-dev is updated.
   * Add flashblock extension to epiphany-browser-data.
     - Build-depend on 'zip'.
     - Note how to enable this in README.Debian.
 
   [ Josselin Mouette ]
   * Fix installation of manual pages in the alternatives.
     Closes: #457975.
   * Document the behaviour with NetworkManager, text from Sven
     Arvidsson. Closes: #472079.
 
   [ Sebastian Dröge ]
   * New upstream bugfix release:
     + debian/patches/99_autoreconf.patch:
       - Updated for the new version.
 
   [ Josselin Mouette ]
   * Upload to unstable; drop check-dist include.
   * Re-enable epiphany-webkit.
   * Drop flashblock for now, it should go in its own package.
   * Require libwebkit-dev svn31841.

 -- Josselin Mouette <joss@debian.org>  Thu, 17 Apr 2008 21:50:35 +0200

epiphany-browser (2.21.90-1) experimental; urgency=low

   [ Sam Morris ]
   * New upstream development release.
   * refresh 02_ac_init.patch, 05_libexecdir.patch, 06_ssl_weak_ciphers.patch,
     09_download_dialog.patch, 10_url_double-click.patch
   * drop 13_powered-by.patch, 15_webkit-gtk-api.patch,
     16_webkit-missing-methods.patch, 17_webkit-signal-emission.patch: merged
     upstream.
   * drop 14_webkit-scrollbars.patch: EphyTab no longer exists.
 
   [ Josselin Mouette ]
   * Build-depend on libwebkitgtk-dev 0~svn29752.
   * New upstream development release.
     + Can now resize columns in the history. Closes: #343173.
     + Status icon now hides/show the downloads window. Closes: #429404.
     + Can now paste with middle click on smart bookmarks.
       Closes: #369692.
     + URLs from the address bar drop-down can be edited.
       Closes: #383851.
   * Lots of webkit fixes.
     + Fixes session management and tab titles. Closes: #444245.
     + Fixes keyboard navigation. Closes: #457001.
     + Can now close tabs. Closes: #451202.
     + Can now copy and paste in the browser window. Closes: #452759.
     + Can now navigate back&forward. Closes: #452765.
   * Update build-dependencies accordingly.
   * refresh 02_ac_init.patch, 03_dbus.patch, 05_libexecdir.patch,
     07_bookmarks.patch, 09_download_dialog.patch,
     10_url_double-click.patch, 99_autoreconf.patch.

 -- Josselin Mouette <joss@debian.org>  Sat, 16 Feb 2008 17:45:29 +0100

epiphany-browser (2.20.3-1) unstable; urgency=low

   * New upstream translation and bugfix release.
   * Update and refresh patches.
   * Use the Homepage field.
   * Standards version is 3.7.3.

 -- Josselin Mouette <joss@debian.org>  Sat, 12 Jan 2008 02:30:01 +0100

2007

epiphany-browser (2.20.2-1) unstable; urgency=low

   [ Josselin Mouette ]
   * debian/bug/control: ship a bug control file in epiphany-browser to
     correctly report dependencies of epiphany-{gecko,webkit}.
 
   [ Sebastian Dröge ]
   * New upstream bugfix release:
     + debian/patches/18_ephy-session_crash.patch:
       - Dropped, merged upstream.
     + debian/patches/02_ac_init.patch:
       - Updated for the new version.
     + debian/patches/99_autoreconf.patch:
       - Regenerated.

 -- Sebastian Dröge <slomo@debian.org>  Sat, 01 Dec 2007 17:45:45 +0100

epiphany-browser (2.20.1-2) unstable; urgency=low

   * 18_ephy-session_crash.patch: stolen from upstream SVN. Fixes crash
     when loading a session. Closes: #449003.

 -- Josselin Mouette <joss@debian.org>  Thu, 15 Nov 2007 21:14:29 +0100

epiphany-browser (2.20.1-1) unstable; urgency=low

   [ Nelson A. de Oliveira ]
   * Fix menu files for epiphany-webkit and epiphany-gecko (Closes: #444066).
 
   [ Josselin Mouette ]
   * 13_powered-by.patch: stolen from SVN. Don't display "powered by
     Gecko" in the webkit version's about dialog. Also fix translations
     accordingly. Closes: #444999.
   * 14_webkit-scrollbars.patch: stolen from SVN. Implement size_request
     for EphyTab, getting scrollbars to work for the webkit engine.
     Closes: #444044.
 
   [ Sebastian Dröge ]
   * New upstream bugfix release:
     + debian/patches/02_ac_init.patch:
       - Updated for the new version.
     + debian/patches/12_contentmanager_block_https.patch:
       - Dropped, merged upstream.
   * debian/patches/15_webkit-gtk-api.patch:
     + Update to the latest WebKit/Gtk API. Patch taken from upstream SVN.
       Closes: #447371.
   * debian/patches/16_webkit-missing-methods.patch:
     + Implement some missing methods and add some workarounds for WebKit
       bugs. Patch taken from upstream SVN. There are more patches in SVN
       that make the WebKit backened more useful but can't easily be backported
       because of API changes in epiphany.
   * debian/patches/17_webkit-signal-emission.patch:
     + Don't emit signal that we don't have. Patch taken from upstream SVN.
   * debian/patches/99_autoreconf.patch:
     + Regenerate autotools stuff for the new version.

 -- Sebastian Dröge <slomo@debian.org>  Thu, 01 Nov 2007 06:37:43 +0100

epiphany-browser (2.20.0-2) unstable; urgency=low

   [ Josselin Mouette ]
   * Fix typo that lead NoDisplay to be ignored.
   * Remove MimeType entries from the additional .desktop files.
   * 12_contentmanager_block_https.patch: use the same content policy for
     http and https, allowing adblock to work on https. Closes: #439772.
 
   [ Loic Minier ]
   * Cleanup whitespaces in control.

 -- Josselin Mouette <joss@debian.org>  Sat, 29 Sep 2007 01:28:11 +0200

epiphany-browser (2.20.0-1) unstable; urgency=low

   * epiphany.sh: ship epiphany as a wrapper script for epiphany-browser
     instead of a symbolic link the other way round. This way all
     processes should be named epiphany-browser which is recognized by
     bug-buddy. Closes: #433443.
   * New upstream release.
   * Bump required build-dependencies.
   * Build two flavors of epiphany, one with webkit and one with gecko.
   * Separate them in two packages installable simultaneously.
   * 00_browser_wrapper_path.patch: add a TryExec key as the desktop
     entry is moved to the data package.
   * Refresh other patches.
   * 05_libexecdir.patch: use libexecdir for the plugin directory, so
     that it can be different for both backends.
   * Introduce a new alternative, epiphany-browser, and register both
     versions for it.
   * epiphany-browser.menu: update to the new menu policy.
   * Enable build of documentation; build-depend on gtk-doc-tools.

 -- Josselin Mouette <joss@debian.org>  Fri, 21 Sep 2007 17:10:27 +0200

epiphany-browser (2.18.3-1) unstable; urgency=low

   * Fix copyright (closes: #428099).
   * New upstream bugfix release.
     + Refresh patches.
   * 11_useragent-weasel.patch: comment out the UA breakage that upstream
     introduces for xulrunner users and explain why we do it.

 -- Josselin Mouette <joss@debian.org>  Wed, 04 Jul 2007 22:23:31 +0200

epiphany-browser (2.18.2-1) unstable; urgency=low

   [ Sam Morris ]
   * Drop 11_spell-checker-for-1.8.0.patch now that xulrunner 1.8.1 is
     available. Also bump build-depends appropriately. Closes: #414558.
 
   [ Josselin Mouette ]
   * Fix watch file.
   * Split translations and data files in a separate
     epiphany-browser-data package.
     + Include gnome-version.mk for ${gnome:Version}.
   * Ship debugging symbols in epiphany-browser-dbg (closes: #425290).
     + debian/compat: use debhelper mode 5.
     + Build-depend on debhelper 5.
   * Wrap depends and build-depends.
   * Improve descriptions a bit.
   * Use ${binary:Version}.
   * Replace some file moves in debian/rules by correct .install files.
   * README: removed, obsolete.
   * New upstream translation and bugfix release.
   * 02_ac_init.patch: updated.
   * 04_move_tabs.patch: disabled for the moment, it doesn't work.
   * 08_load_on_new_tab.patch: ditto.
   * 99_configure.patch: refreshed.

 -- Josselin Mouette <joss@debian.org>  Sat, 02 Jun 2007 11:56:53 +0200

epiphany-browser (2.18.1-3) unstable; urgency=low

   * 09_download_dialog.patch: still kill the download dialog, but
     reinstate the distinction between download and save for security
     reasons (closes: #424765). Also improve the preferences dialog to
     make insensitive the download folder selection when necessary.

 -- Josselin Mouette <joss@debian.org>  Sat, 19 May 2007 00:03:32 +0200

epiphany-browser (2.18.1-2) unstable; urgency=low

   [ Josselin Mouette ]
   * epiphany-browser.gconf-defaults: set the default language to
     "system" so that epiphany uses content negociation by default.
     Thanks Roland Mas for noticing.
 
   [ Sebastian Dröge ]
   * Upload to unstable, drop check-dist include.
   * Disable 11_spell-checker-for-1.8.0 and update 99_configure. spellchecking
     support is disabled again in xulrunner for now.

 -- Sebastian Dröge <slomo@debian.org>  Wed, 25 Apr 2007 01:08:24 +0200

epiphany-browser (2.18.1-1) experimental; urgency=low

   * Fix changelog and version the libenchant-dev build-dep.
   * New upstream release
     - Rename patch 100_spell-checker-for-1.8.0 to 11_spell-checker-for-1.8.0
       and only patch configure.ac; refresh.
     - Update patch 99_configure.
     - Update patch 02_ac_init.

 -- Loic Minier <lool@dooz.org>  Mon, 09 Apr 2007 16:05:07 +0200

epiphany-browser (2.18.0-3) experimental; urgency=low

   [ Loic Minier ]
   * Add a pre-build:: target to workaround a missing nspr.pc in libxul-dev
     1.8.0.11-3: symlink xulrunner-nspr.pc as nspr.pc in debian/pkg-config and
     list debian/pkg-config in PKG_CONFIG_PATH; thanks Sam Morris and
     Mike Hommey.
 
   [ Josselin Mouette ]
   * 10_url_double-click.patch: patch from Sam Hocevar to make the
     behavior when double-clicking in the URL bar conform to the rest of
     the desktop (closes: #417836).
 
   [ Loic Minier ]
   * Spell checking support:
     - Build-dep against libxul-dev 1.8.0.11-3 and libenchant-dev.
     - Pass --enable-spell-checker to configure.
     - New patch, 100_spell-checker-for-1.8.0, allows using the spell checker
       with Xulrunner <= 1.8.1.

 -- Loic Minier <lool@dooz.org>  Mon, 09 Apr 2007 12:01:07 +0200

epiphany-browser (2.18.0-2) experimental; urgency=low

   [ Josselin Mouette ]
   * Re-introduce 00_browser_wrapper_path.patch to avoid any issue with
     the epiphany game package.
     + Call epiphany-browser explicitly instead of hardcoding the path.
   * Bump back conflict on epiphany-extensions to << 2.16, as the 2.16
     series have correct dependencies.
 
   [ Loic Minier ]
   * Merge 2.14.3-2 up to 2.14.3-6; SVN r7118:9090.
   * Drop patch 06_dbus_connection_close, merged upstream.
   * Drop patch 30_bookmark-editor-crash, merged upstream.

 -- Loic Minier <lool@dooz.org>  Sun, 18 Mar 2007 19:01:57 +0100

epiphany-browser (2.18.0-1) experimental; urgency=low

   [ Sam Morris ]
   * New upstream release.
   * Refresh patches.
   * Bump conflict on epiphany-extensions to << 2.18
   * Drop 00_browser_wrapper_path.patch; seems useless
 
   [ Loic Minier ]
   * Drop patch 05_xulrunner; merged upstream.
   * Include CDBS's utils.

 -- Loic Minier <lool@dooz.org>  Mon, 12 Mar 2007 14:21:50 +0100

epiphany-browser (2.16.3-1) experimental; urgency=low

   * New upstream release.
   * Refresh patches.

 -- Josselin Mouette <joss@debian.org>  Thu, 1 Mar 2007 22:12:53 +0100

epiphany-browser (2.16.2-4) experimental; urgency=low

   * Bump the epiphany-browser-dev dep on libgnomeui-dev to 2.16.0-2 as well.

 -- Loic Minier <lool@dooz.org>  Sun, 4 Feb 2007 12:30:05 +0100

epiphany-browser (2.16.2-3) experimental; urgency=low

   [ Loic Minier ]
   * Set GNOME_MODULE to epiphany for get-orig-source.
 
   [ Josselin Mouette ]
   * 09_download_dialog.patch: remove the annoying dialog that lets the
     user choose between "download" and "save as". Also remove the
     distinction between the gconf keys. Closes: #280280.
 
   [ Loic Minier ]
   * Include the new check-dist Makefile to prevent accidental uploads to
     unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
   * Bump up libgnomeui-dev build-dep to >= 2.16.0-2 as Gtk 2.10 requires it
     anyway.

 -- Loic Minier <lool@dooz.org>  Mon, 22 Jan 2007 11:09:05 +0100

epiphany-browser (2.16.2-2) experimental; urgency=low

   [ Loic Minier ]
   * Add a get-orig-source target to retrieve the upstream tarball.
 
   [ Josselin Mouette ]
   * Depend on xulrunner-gnome-support (closes: #404755).
   * 06_ssl_weak_ciphers.patch: enable SSL weak ciphers, as epiphany
     warns about their use anyway, thanks Mike Hommey (closes: #368259).
   * epiphany-browser.dirs: create /etc/gnome/epiphany.
   * rules: move default-prefs.js mime-types-permissions.xml to this
     directory to make them conffiles (closes: #195406).
   * 07_bookmarks.patch: provide some Debian-related bookmarks by default
     (closes: #175014).
   * epiphany-browser.gconf-defaults: set the homepage to the Debian
     website.
   * epiphany-browser.links: add a /usr/bin/epiphany-browser link to make
     session saving work, thanks Håvard Moen (closes: #375003).
     + Also add a link for the manual page.
   * 08_load_on_new_tab.patch: patch from Cyril Brulebois to add a gconf
     key allowing to emulate the mozilla behavior when loading new tabs
     (closes: #402177).

 -- Josselin Mouette <joss@debian.org>  Fri, 12 Jan 2007 12:59:27 +0100

2006

epiphany-browser (2.16.2-1) experimental; urgency=low

   [ Loic Minier ]
   * Update description to use Iceweasel instead of Firefox.
 
   [ Josselin Mouette ]
   * New upstream release.
   * Refresh patches.

 -- Josselin Mouette <joss@debian.org>  Sun, 26 Nov 2006 22:16:38 +0100

epiphany-browser (2.16.1-1) experimental; urgency=low

   * New upstream release.
   * rules: switch to quilt for patch handling.
   * Build-depend on quilt.
   * Update patches for the new version.

 -- Josselin Mouette <joss@debian.org>  Sun, 19 Nov 2006 18:08:37 +0100

epiphany-browser (2.16.0-1) experimental; urgency=low

   * New upstream release.
   * 04_move_tabs.patch: re-enable the ability to move tabs between
     windows now the bug is fixed in xulrunner (closes: #317724).
   * 00_browser_wrapper_path.patch: cleanup.
   * Please Jordi by taking over maintainership of the package.
   * 01_bookmarks_menu.patch: updated.
   * 02_ac_init.patch: updated.
   * 99_configure.patch: updated accordingly.
   * NEWS: removed, its content is no more relevant.
   * Update watch file for 2.16.
   * Build-depend on intltool 0.35.0 and x11proto-core-dev.
   * Remove useless build-dependencies on liborbit, perl and gnome-print.
   * Bump requirements on glib, gtk, iso-codes, libgnome and libgnomeui.
   * Enable network manager by passing --enable-network-manager.
     + Build-depend on network-manager-dev.
   * epiphany-browser-dev.install: add /usr/share/pygtk and
     /use/share/aclocal.
   * epiphany-browser.install: add /usr/share/dbus-1 and replace
     /usr/share/pixmaps by /usr/share/icons.
   * Conflict with epiphany-extensions << 2.16.

 -- Josselin Mouette <joss@debian.org>  Sat, 9 Sep 2006 21:49:22 +0200

epiphany-browser (2.14.3-6) unstable; urgency=medium

   * Add a get-orig-source target to retrieve the upstream tarball.
   * New patch, 30_bookmark-editor-crash, workaround for a crash in the
     bookmark-editor; GNOME #351814.

 -- Loic Minier <lool@dooz.org>  Mon, 26 Feb 2007 11:24:28 +0100

epiphany-browser (2.14.3-5) unstable; urgency=medium

   * 07_bookmarks.patch: provide some Debian-related bookmarks by default
     (closes: #175014).
   * epiphany-browser.gconf-defaults: set the homepage to the Debian
     website.
   * epiphany-browser.links: add a /usr/bin/epiphany-browser link to make
     session saving work, thanks Håvard Moen (closes: #375003).
   * Urgency is medium to get the session fix and the branding changes to
     etch.

 -- Josselin Mouette <joss@debian.org>  Fri, 12 Jan 2007 13:25:07 +0100

epiphany-browser (2.14.3-4) unstable; urgency=medium

   * debian/control.in: depend on xulrunner-gnome-support (closes: #404755).

 -- Jordi Mallach <jordi@debian.org>  Thu, 28 Dec 2006 23:54:04 +0100

epiphany-browser (2.14.3-3) unstable; urgency=low

   [ Loic Minier ]
   * Provide gnome-www-browser.
   * Suggest mozplugger instead of mozilla-bonobo; thanks Adam C Powell IV;
     closes: #393981.
 
   [ Jordi Mallach ]
   * 06_dbus_connection_close.patch: don't call dbus_connection_close();
     unref'ing it should be enough. Suggested by Sjoerd.

 -- Jordi Mallach <jordi@debian.org>  Wed, 25 Oct 2006 11:22:28 +0200

epiphany-browser (2.14.3-2) unstable; urgency=low

   * 04_move_tabs.patch: re-enable the ability to move tabs between
     windows now the bug is fixed in xulrunner (closes: #317724).
   * Conflict with epiphany-extensions << 2.14.

 -- Josselin Mouette <joss@debian.org>  Wed, 27 Sep 2006 15:38:53 +0200

epiphany-browser (2.14.3-1) unstable; urgency=low

   * New upstream release.
     - Update the 02_ac_init and 99_configure patches.

 -- Loic Minier <lool@dooz.org>  Mon, 7 Aug 2006 22:28:46 +0200

epiphany-browser (2.14.2.1-3) unstable; urgency=low

   * 03_dbus.patch: add a warning dialog when the dbus session isn't
     found (closes: #373798).

 -- Josselin Mouette <joss@debian.org>  Sun, 18 Jun 2006 12:54:32 +0200

epiphany-browser (2.14.2.1-2) unstable; urgency=low

   * Generate the configure patch with autoconf 2.59a-9 as newer versions
     require another level of shell expansion to resolve datadir, and hence
     cause the AM_GLIB_DEFINE_LOCALEDIR macro to fail miserably.
     [debian/patches/99_configure.patch]

 -- Loic Minier <lool@dooz.org>  Sun, 4 Jun 2006 16:22:30 +0200

epiphany-browser (2.14.2.1-1) unstable; urgency=low

   [ Josselin Mouette ]
   * 03_dbus.patch: fall back on being a private instance when there is no
     session bus (closes: #361072).
 
   [ Loic Minier ]
   * New upstream release.
     - Update patches.
       [debian/patches/00_browser_wrapper_path.patch,
        debian/patches/02_ac_init.patch, debian/patches/03_dbus.patch,
        debian/patches/99_configure.patch]
   * Make package binNMU-able by changing the ${Source-Version} dependency of
     epiphany-browser-dev on epiphany from "=" to ">=".
     [debian/control, debian/control.in]

 -- Loic Minier <lool@dooz.org>  Thu, 1 Jun 2006 11:22:48 +0200

epiphany-browser (2.14.1-3) unstable; urgency=low

   * Brown paper bag release.
   * Turn the build-dependency on dbus into a dependency.

 -- Guilherme de S. Pastore <gpastore@debian.org>  Fri, 12 May 2006 20:46:05 -0300

epiphany-browser (2.14.1-2) unstable; urgency=low

   [ Guilherme de S. Pastore ]
   * debian/control.in:
     - added build-dependency on dbus (Closes: #360836).
     - updated Standards-Version to 3.7.2.
 
   [ Jordi Mallach ]
   * debian/control.in: epiphany-browser-dev depends on libgnomeui-dev.

 -- Guilherme de S. Pastore <gpastore@debian.org>  Fri, 12 May 2006 19:16:30 -0300

epiphany-browser (2.14.1-1) unstable; urgency=low

   * New upstream release.
     - debian/patches/{02_ac_init,99_configure}.patch: updated.
   * Sourceful upload makes it installable again (Closes: #364267).

 -- Guilherme de S. Pastore <gpastore@debian.org>  Sat, 22 Apr 2006 15:23:30 -0300

epiphany-browser (2.14.0-1) unstable; urgency=low

   * New upstream release.
     - no more annoying HOWL compatibility warning (closes: #354761).
     - fixes slowness of 1.8.x when using xulrunner (closes: #354822).
   * debian/control.in: Updated build-deps as per configure.ac.
   * debian/epiphany-browser.install: remove uneeded entries.
   * debian/watch: updated for 2.14.
   * debian/patches/00_browser_wrapper_path.patch: update filenames.
   * debian/patches/01_bookmarks_menu.patch: update to Ubuntu's version.
   * debian/patches/02_server_path.patch: removed, obsolete.
   * debian/patches/03_ac_init.patch: updated.
   * debian/patches/03_ac_init.patch: moved...
   * debian/patches/02_ac_init.patch: here. Now contains configure.ac changes
     only.
   * debian/patches/04_debian_user_agent.patch: removed, xulrunner advertises
     already.
   * debian/patches/05_xulrunner.patch: updated.
   * debian/patches/99_configure.patch: generated with `autoconf && rm -rf
     autom4te.cache`.

 -- Jordi Mallach <jordi@debian.org>  Wed, 29 Mar 2006 23:54:28 +0200

epiphany-browser (1.8.5-2) unstable; urgency=low

   * Remove dependency on xulrunner, it is unuseful now xulrunner is
     fixed.

 -- Josselin Mouette <joss@debian.org>  Tue, 21 Feb 2006 20:36:31 +0100

epiphany-browser (1.8.5-1) unstable; urgency=low

   * New upstream release.
   * Apply patch from Mike Hommey to enable building against the new libxul
     packages (closes: #351976).
     - debian/control.in:
       + Changed Build-deps from mozilla-browser to libxul-dev.
       + Changed epiphany-browser's dependencies and conflicts accordingly.
     - debian/rules: Add --with-mozilla=xulrunner to the configure line.
     - debian/patches/05_xulrunner.patch: Correctly detect libmozjs location.
   * The above removes epiphany's much hated dependency on mozilla-browser,
     and closes: #271582).
   * debian/rules: don't overwrite DEB_CONFIGURE_EXTRA_FLAGS.
   * debian/control.in:
     - conflict with epiphany-extensions (<< 1.8.2-5) to ensure we get
       a xulrunner-enabled build.
     - temporarily depend on xulrunner, to workaround a bug.

 -- Jordi Mallach <jordi@debian.org>  Mon, 20 Feb 2006 20:39:59 +0100

epiphany-browser (1.8.3-4) unstable; urgency=low

   * debian/control.in: Build-Depend on python-dev.
   * debian/rules: add --enable-python to configure flags (closes: #352236).

 -- Jordi Mallach <jordi@debian.org>  Fri, 10 Feb 2006 20:32:28 +0100

epiphany-browser (1.8.3-3) unstable; urgency=low

   * Upload to unstable
 
   Loic Minier <lool@dooz.org>:
   * Register and unregister a new gnome-www-browser alternative.
     [debian/epiphany-browser.postinst, debian/epiphany-browser.prerm]
 
   Gustavo Noronha:
   * debian/control.in:
   - bumped Standards-Version to 3.6.2 with no changes

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 7 Jan 2006 19:06:16 -0200

2005

epiphany-browser (1.8.3-2) experimental; urgency=low

   * Build against dbus >= 0.60

 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 18 Dec 2005 22:50:26 +0100

epiphany-browser (1.8.3-1) experimental; urgency=low

   [ Jordi Mallach ]
   * New upstream release.
   * 03_ac_init.patch: updated.
 
   [ Loic Minier ]
   * Menu transition, part 1 and 2: move from #!/usr/sbin/install-menu to
     #!/usr/bin/install-menu. [debian/epiphany-browser.install]
 
   [ Sjoerd Simons ]
   * Enable zeroconf for bookmarks

 -- Jordi Mallach <jordi@debian.org>  Thu, 1 Dec 2005 19:17:12 +0100

epiphany-browser (1.8.2-1) experimental; urgency=low

   * New upstream release.
   * Don't build-depend on gcc-3.4 for amd64 anymore.
   * 03_ac_init.patch: updated.
   * Add watch file.
   * Require orbit2 2.12.4 for ORBIT2_MAYBE_CONST.
   * Cleanup dependencies.
   * epiphany-browser.prerm: remove bashism.

 -- Josselin Mouette <joss@debian.org>  Sun, 9 Oct 2005 20:09:58 +0200

epiphany-browser (1.8.0-1) experimental; urgency=low

   * New upstream release
   * Don't build with gcc-3.4 for amd64 anymore
   * Build with the experimental dbus packages
   * debian/patches/04_debian_user_agent.patch
     + Updated
   * Sync with ubuntu
     - Also rename omf files from epiphany to epiphany-browser
     - debian/patches/02_server_path.patch
       + Updated
     - debian/patches/03_ac_init.patch
       + Updated

 -- Sjoerd Simons <sjoerd@debian.org>  Thu, 8 Sep 2005 11:29:47 +0200

epiphany-browser (1.6.5-1) experimental; urgency=low

   * New upstream version.
   * Ondřej Surý:
     - debian/paches/03_ac_init.patch: updated.
   * Jordi Mallach:
     - debian/control: build-depend on mozilla-dev (>= 1.7.10) for C++
       transition.

 -- Jordi Mallach <jordi@debian.org>  Wed, 31 Aug 2005 17:26:26 +0200

epiphany-browser (1.6.4-1) unstable; urgency=low

   * New upstream release.
   * debian/paches/03_ac_init.patch: updated.

 -- Jordi Mallach <jordi@debian.org>  Tue, 5 Jul 2005 14:59:54 +0200

epiphany-browser (1.6.3-2) unstable; urgency=low

   * The "helix, use this cool Desktop and become a real GNOME Woman!"
     release.
   * Upload to unstable.
   * debian/control.in: update Build-Depends (closes: #309195).
   * The blurry icon for bookmarks editor is gone (closes: #287951).
   * Ephy no longer shows the "Exit Fullscreen" button on all workspaces
     (closes: #229622).

 -- Jordi Mallach <jordi@debian.org>  Wed, 8 Jun 2005 01:03:16 +0200

epiphany-browser (1.6.3-1) experimental; urgency=low

   * New upstream release.
   * debian/paches/03_ac_init.patch: updated.

 -- Jordi Mallach <jordi@debian.org>  Wed, 27 Apr 2005 16:09:39 +0200

epiphany-browser (1.6.2-1) experimental; urgency=low

   * New upstream version.
   * debian/patches/03_ac_init.patch:
     - updated.
   * debian/patches/05_toolbar_activation.patch:
     - fixed with the new version.

 -- Sebastien Bacher <seb128@debian.org>  Thu, 14 Apr 2005 15:40:31 +0200

epiphany-browser (1.6.1-1) experimental; urgency=low

   * New upstream release.
   * debian/control.in:
     - update build-depends and add dbus.
     - depend on gnome-icon-theme and iso-codes.
   * debian/rules:
     - enable dbus support.
     - build with gcc/g++ 3.4 for amd64 (closes: #287642).
   * debian/patches/03_ac_init.patch: updated.
   * debian/patches/01_bookmarks_menu.patch: stolen from Hoary; hide the
     bookmarks manager menu item.
   * debian/patches/04_debian_user_agent.patch: just identify as "Debian",
     don't give the full source version.
   * debian/05_toolbar_activation.patch: patch from CVS to fix toolbar
     activation.

 -- Jordi Mallach <jordi@debian.org>  Sat, 9 Apr 2005 12:33:49 +0200

epiphany-browser (1.4.8-2) unstable; urgency=low

   * debian/control.in: bump mozilla requirements to >= 1.7.6 to fix the
     IDN domain spoofing security issue (CAN-2005-0238, closes: #294270).

 -- Jordi Mallach <jordi@debian.org>  Thu, 24 Mar 2005 17:54:16 +0100

epiphany-browser (1.4.8-1) unstable; urgency=low

   * New upstream release.

 -- Jordi Mallach <jordi@debian.org>  Sun, 27 Feb 2005 17:31:10 +0100

epiphany-browser (1.4.7-3) unstable; urgency=low

   * debian/patches/04_debian_user_agent.patch: add Debian package version to
     the User-Agent string (thanks Loïc Minier; closes: #268655).
   * debian/rules: add a define to CXXFLAGS with the Debian source version.
   * debian/control.in:
     - add a suggestion on mozilla-bonobo to epiphany-browser
       (closes: #276492).
     - recommend epiphany-extensions.

 -- Jordi Mallach <jordi@debian.org>  Thu, 10 Feb 2005 23:24:41 +0100

epiphany-browser (1.4.7-2) unstable; urgency=medium

   * Rebuild against mozilla 1.7.5 to fix mouse buttons breakage.
   * debian/control.in: build-depend and depend on
     mozilla-browser (>= 2:1.7.5).

 -- Jordi Mallach <jordi@debian.org>  Fri, 7 Jan 2005 17:05:05 +0100

2004

epiphany-browser (1.4.7-1) unstable; urgency=low

   * New upstream release.
   * debian/patches/03_ac_init.patch: update.

 -- Jordi Mallach <jordi@debian.org>  Sun, 26 Dec 2004 01:15:41 +0100

epiphany-browser (1.4.6-1) unstable; urgency=low

   * New upstream release.
     - fix tabs menu ordering when using the tab groups extension
       (closes: #276916).
   * debian/patches/03_ac_init.patch: update.

 -- Jordi Mallach <jordi@debian.org>  Thu, 2 Dec 2004 00:16:32 +0100

epiphany-browser (1.4.5-2) unstable; urgency=low

   * Upload to unstable.
   * debian/control.in:
     - put myself as Maintainer. shiver.
     - remove Mark Howard from uploaders, as he's trying to get galeon
       adopted.
     - remove build-dep on libc6-dev.
     - bump to debhelper (>= 4.2.23).

 -- Jordi Mallach <jordi@debian.org>  Fri, 19 Nov 2004 18:34:26 +0100

epiphany-browser (1.4.5-1) experimental; urgency=low

   * GNOME team upload.
   * New upstream release.
   * debian/{epiphany.1,epiphany-browser.mapages}: removed, included upstream.
   * debian/patches/03_ac_init.patch: update.

 -- Jordi Mallach <jordi@debian.org>  Tue, 16 Nov 2004 02:35:22 +0100

epiphany-browser (1.4.4-2) experimental; urgency=low

   * debian/control.in:
     - bump cdbs and debhelper requirements, to register epiphany in the
       MIME database.
     - drop libtool build dependency.
   * debian/postrm: remove, handled by debhelper.
   * debian/rules: don't relibtoolize on pre-build.

 -- Jordi Mallach <jordi@debian.org>  Tue, 9 Nov 2004 20:38:48 +0100

epiphany-browser (1.4.4-1) experimental; urgency=low

   * GNOME team upload.
   * New upstream release.
   * debian/rules:
     + remove extra configure flags which aren't needed anymore.
     + remove empty /usr/lib/epiphany.
   * debian/patches/03_ac_init.patch: update.

 -- Jordi Mallach <jordi@debian.org>  Wed, 13 Oct 2004 00:23:27 +0200

epiphany-browser (1.4.0-2) experimental; urgency=low

   * GNOME team upload.
   * debian/rules:
     + don't install /usr/bin/epiphany as a wrapper anymore, according
       to Crispin it's not needed anymore (closes: #271986).
     + configure with --with-mozilla-snapshot=1.7.2 to workaround a build
       failure.
   * debian/control.in: tighten mozilla dependencies to 1.7.3.

 -- Jordi Mallach <jordi@debian.org>  Fri, 24 Sep 2004 19:28:26 +0200

epiphany-browser (1.4.0-1) experimental; urgency=low

   * GNOME team upload.
   * New upstream release.
   * debian/control.in: update build-depends as per configure.in.
   * debian/patches/03_ac_init.patch: update.
   * debian/rules: epiphany's binary is now epiphany, not epiphany-bin.

 -- Jordi Mallach <jordi@debian.org>  Wed, 15 Sep 2004 23:30:24 +0200

epiphany-browser (1.2.9-2) unstable; urgency=low

   * GNOME team upload.
   * debian/rules: configure using --with-mozilla-snapshot=1.7.2.

 -- Jordi Mallach <jordi@debian.org>  Thu, 21 Oct 2004 11:29:46 +0200

epiphany-browser (1.2.9-1) unstable; urgency=low

   * GNOME team upload, by request of Edd.
   * New upstream release.
   * debian/patches/03_ac_init.patch: updated.
   * debian/epiphany.1: apply patch from Andrew Sobala to remove
     obsolete/unuseful options from the manpage, thanks! (Closes: #256504)
   * debian/rules: don't libtoolize the package automatically in pre-build.
   * debian/control.in: drop build-dependency on libtool.

 -- Jordi Mallach <jordi@debian.org>  Thu, 21 Oct 2004 00:13:39 +0200

epiphany-browser (1.2.8-1) unstable; urgency=high

   * New upstream release.
   * Really build against Mozilla 1.7.2. (Closes: #266265)
   * High urgency to ensure that middle- and right-mouse clicks
     work in the version that ships with sarge.
   * Retire 01_package_name.patch, add 03_ac_init.patch to adjust
     package name to epiphany-browser.

 -- Edd Dumbill <ejad@debian.org>  Mon, 23 Aug 2004 19:19:25 +0100

epiphany-browser (1.2.7-2) unstable; urgency=low

   * Force compile against mozilla 1.7.2, fixes mouse button problems
     (Closes: #264467)

 -- Edd Dumbill <ejad@debian.org>  Mon, 9 Aug 2004 09:43:04 +0100

epiphany-browser (1.2.7-1) unstable; urgency=low

   * New upstream release
     - build fine with mozilla 1.7.1.
   * debian/epiphany-browser.postinst:
     - removed the gconf and scrollkeeper parts, CDBS handles this.
   * debian/epiphany-browser.postrm:
     - removed, CDBS handles this too.
   * debian/patches/01_package_name.patch:
     - updated.
   * debian/rules:
     - changed the rules order to get dh_gconf used.
   * All the above from Sebastien Bacher <seb128@debian.org>, thanks!
     (Closes: #263841)
   * Removed mozilla-xft from Recommends, this now included in
     mozilla-browser.

 -- Edd Dumbill <ejad@debian.org>  Fri, 7 Aug 2004 00:47:03 +0100

epiphany-browser (1.2.6-3) unstable; urgency=low

   * Add note to README.Debian to explain about the printing snafu.
   * Move gtk-doc output into -dev package.

 -- Edd Dumbill <ejad@debian.org>  Fri, 25 Jun 2004 10:17:53 +0100

epiphany-browser (1.2.6-2) unstable; urgency=low

   * Build against Mozilla 1.7.

 -- Edd Dumbill <ejad@debian.org>  Thu, 24 Jun 2004 01:04:15 +0100

epiphany-browser (1.2.6-1) unstable; urgency=low

   * New upstream release.
     - Fixes LD_LIBRARY_PATH setting (Closes: #253443)

 -- Edd Dumbill <ejad@debian.org>  Mon, 14 Jun 2004 15:14:48 +0100

epiphany-browser (1.2.5-2) unstable; urgency=low

   * Upload to unstable.
     - Download behavior fixed (Closes: #223591)
     - Upload path remembered (Closes: #207829)
     - Bookmark searches now case insensitive (Closes: #192929)
     - Toolbars options in fullscreen not an issue now (Closes: #203018)
     - Import bookmarks dialog offers arbitrary file import (Closes: #209224)
     - Spinner no longer part of toolbar (Closes: #229548)
     - Closing windows asks for confirmation if they have unsubmitted form
       data (Closes: #229588)
   * Don't break x-www-browser alternative on uninstall (Closes: #241535)

 -- Edd Dumbill <ejad@debian.org>  Fri, 28 May 2004 07:55:32 +0100

epiphany-browser (1.2.5-1) experimental; urgency=low

   * New upstream release.
   * Added Section: devel to control file for the -dev package.

 -- Edd Dumbill <ejad@debian.org>  Wed, 5 May 2004 19:58:54 +0100

epiphany-browser (1.2.3-1) experimental; urgency=low

   * New upstream release.
   * Add missing libxml-parser-perl builddep.

 -- Edd Dumbill <ejad@debian.org>  Fri, 23 Apr 2004 18:24:54 +0100

epiphany-browser (1.2.2-3) experimental; urgency=low

   * Add missing gnome-pkg-tools builddep (Closes: #244053)
   * Tighten up libtool builddep.

 -- Edd Dumbill <ejad@debian.org>  Tue, 13 Apr 2004 10:11:52 +0100

epiphany-browser (1.2.2-2) experimental; urgency=low

   * Rebuild against gcc-3.3 not 3.4!

 -- Edd Dumbill <ejad@debian.org>  Tue, 13 Apr 2004 09:07:02 +0100

epiphany-browser (1.2.2-1) experimental; urgency=low

   * New upstream release.
   * Split into epiphany and epiphany-dev.
   * Remove alternative in prerm.

 -- Edd Dumbill <ejad@debian.org>  Mon, 12 Apr 2004 21:23:52 +0100

epiphany-browser (1.2.1-1) experimental; urgency=low

   * New upstream release.
   * Updated patches for executable path, removed 04_scrollkeeper_omf patch.
   * Remove libnautilus2-dev dependency for now, disable nautilus view
     building.

 -- Edd Dumbill <ejad@debian.org>  Wed, 24 Mar 2004 15:16:27 +0000

epiphany-browser (1.0.8-1) unstable; urgency=low

   * New upstream release.
   * Get path right for translated docs (Closes: #231731)
   * Make x-www-browser alternative greater than that of Mozilla's
     (Closes: #233607)
   * Drop yelp to a recommendation (Closes: #229061)

 -- Edd Dumbill <ejad@debian.org>  Thu, 18 Mar 2004 13:54:23 +0000

epiphany-browser (1.0.7-3) unstable; urgency=low

   * Add libxml2-dev build-dep (Closes: #222453). Tighten the libbonoboui-dev
     dependency as well.
   * Add simple manpage (Closes: #206702, #221710)

 -- Edd Dumbill <ejad@debian.org>  Sun, 25 Jan 2004 18:42:59 +0000

epiphany-browser (1.0.7-2) unstable; urgency=low

   * Add libxml-parser-perl as build-dep. Oops.

 -- Edd Dumbill <ejad@debian.org>  Fri, 23 Jan 2004 11:52:12 +0000

epiphany-browser (1.0.7-1) unstable; urgency=low

   * New upstream release.
   * Compile against Mozilla 1.6 (Closes: #229139)

 -- Edd Dumbill <ejad@debian.org>  Fri, 23 Jan 2004 09:59:47 +0000

2003

epiphany-browser (1.0.6-2) unstable; urgency=low

   * Add GNOME team maintainership stuff.

 -- Edd Dumbill <ejad@debian.org>  Tue, 18 Nov 2003 12:26:28 +0000

epiphany-browser (1.0.6-1) unstable; urgency=low

   * New upstream release.
   * Retire 05_file_uri_security.patch.

 -- Edd Dumbill <ejad@debian.org>  Mon, 17 Nov 2003 15:04:01 +0000

epiphany-browser (1.0.3-3) unstable; urgency=low

   * Added Conflicts: mozilla-browser >= 1.6 to avoid future snafus
     with Mozilla upgrades.

 -- Edd Dumbill <ejad@debian.org>  Wed, 22 Oct 2003 09:54:52 +0100

epiphany-browser (1.0.3-2) unstable; urgency=low

   * Re-libtoolize to get round breakage with Mozilla 1.5. (Thanks
   to Matt Biddulph for helping chase this down.)

 -- Edd Dumbill <ejad@debian.org>  Wed, 22 Oct 2003 00:36:52 +0100

epiphany-browser (1.0.3-1) unstable; urgency=low

   * New upstream release.

 -- Edd Dumbill <ejad@debian.org>  Sat, 18 Oct 2003 12:47:51 +0100

epiphany-browser (1.0.1-1) unstable; urgency=low

   * New upstream release.

 -- Edd Dumbill <ejad@debian.org>  Mon, 13 Oct 2003 23:10:00 +0100

epiphany-browser (1.0-1) unstable; urgency=low

   * New upstream release. Epiphany goes 1.0!
   * Add missing libgnome-desktop-dev build-dep (Closes: #211447)
   * Use perl instead of sed in debian/rules (Closes: #207735)
   * Remove glib2 autotools workaround, set specific libglib2.0-dev
     dependency.
   * Add in security fix from CVS so file:/// URIs can't be loaded
     by pages retrieved from the network (05_file_uri_security.patch).

 -- Edd Dumbill <ejad@debian.org>  Thu, 18 Sep 2003 15:41:56 +0100

epiphany-browser (0.9.2-2) unstable; urgency=low

   * Added Recommends: for mozilla-xft.
   * Added note about mozilla-xft in README.Debian.

 -- Edd Dumbill <ejad@debian.org>  Wed, 17 Sep 2003 09:33:52 +0100

epiphany-browser (0.9.2-1) unstable; urgency=low

   * New upstream release.
   * Depend on gnome-icon-theme >= 1.0.6 now it's released. Thanks Kitame.
     (Closes: #207368, #206297)
   * Ensure locale location bugfix won't break when glib 2.0 bug which is the
     root cause gets fixed.

 -- Edd Dumbill <ejad@debian.org>  Thu, 28 Aug 2003 14:45:03 +0100

epiphany-browser (0.8.4-2) unstable; urgency=low

   * Move locale .mo files to the right place (Closes: #205304)

 -- Edd Dumbill <ejad@debian.org>  Thu, 14 Aug 2003 08:51:06 +0100

epiphany-browser (0.8.4-1) unstable; urgency=low

   * New upstream release.
     - New tab doesn't grab focus (Closes: #204829)
   * Retire patches/05_sign_compile.patch.
   * Retire gcc-3.2 dependency, compiles OK with 3.3 now.

 -- Edd Dumbill <ejad@debian.org>  Wed, 13 Aug 2003 13:49:35 +0100

epiphany-browser (0.8.0-2) unstable; urgency=low

   * Depend on Mozilla 1.4 (Closes: #202069)

 -- Edd Dumbill <ejad@debian.org>  Sat, 19 Jul 2003 15:40:03 +0100

epiphany-browser (0.8.0-1) unstable; urgency=low

   * New upstream release.
     - No more "feeling lucky"
   * Move debconf notice into NEWS.Debian (Closes: #201477).  Updated
     corresponding debhelper dependency to >= 4.1.51.
   * Tweak wrapper script to change arguments to simply "$@".

 -- Edd Dumbill <ejad@debian.org>  Fri, 18 Jul 2003 17:20:35 +0100

epiphany-browser (0.7.3-1) unstable; urgency=low

   * New upstream release.
     - Fixes segfault on Mozilla bookmark import (Closes: #198556)
   * Build against Mozilla 1.4 (Closes: #190763)

 -- Edd Dumbill <ejad@debian.org>  Mon, 14 Jul 2003 21:52:03 +0100

epiphany-browser (0.7.1-1) unstable; urgency=low

   * New upstream release. (Closes: #198818)
     - Don't crash on adding bookmark without topics (Closes: #197493)
     - Search now works after smart bookmark use (Closes: #194208)
     - Adding bookmark topic now works properly (Closes: #197869)
     - Copy function works properly (Closes: #195357)
     - Middle-click paste of keyword now shows proper new URL in
       location bar (Closes: #195427)
     - Creating new tab now doesn't destroy X selection (Closes: #197227)
   * Download directory now remembered (Closes: #196927)
   * Retire 02_help_dtd_patch as cdbs makes these corrections now
     (Closes: #198181)
   * Compile with gcc-3.2, remove -Wno-strict-aliasing (Closes: #197102)
     I know this isn't the best-ever solution to this problem.  Working
     on sorting it out more permanently.
   * Retire 05_valist_patch_from_bugzilla.patch, now in upstream
   * Added debconf note: upstream have reorganized prefs schema, some of your
     preferences will need resetting.
   * Depend on gnome-icon-theme >= 1.0.4 (Closes: #197183). If you're still
     have trouble with the throbber missing, file a bug on the theme, as
     this seems to be theme dependent.

 -- Edd Dumbill <ejad@debian.org>  Fri, 27 Jun 2003 16:05:49 +0100

epiphany-browser (0.7.0-1) unstable; urgency=low

   * New upstream release.
     - Fixes crash on pause download (Closes: #193672)
     - Fix smart bookmark non-ASCII problem (Closes: #193981)
   * Incorporate 05_valist_patch_from_bugzilla.patch, which fixes
     valist usage problems on several platforms.

 -- Edd Dumbill <ejad@debian.org>  Sat, 7 Jun 2003 11:15:12 +0100

epiphany-browser (0.6.1-1) unstable; urgency=low

   * New upstream (Closes: #194423)
     - adds 'remove toolbar' context menu (Closes: #190817)
   * Get correct Mozilla dependency (Closes: #193999)
   * Change menu hint to "Web browsers" (Closes: #193451)
   * Update standards version to 3.5.9
   * Retire CVS Colin's Build System in favour of cdbs

 -- Edd Dumbill <ejad@debian.org>  Sun, 25 May 2003 16:49:06 +0100

epiphany-browser (0.6.0-3) unstable; urgency=low

   * 05_eel_gconf_ptrsize.patch, add another ia64 fix.  Hopefully
     this is the final one.

 -- Edd Dumbill <ejad@debian.org>  Wed, 14 May 2003 16:12:50 +0100

epiphany-browser (0.6.0-2) unstable; urgency=low

   * Moved mozilla-xft dependency to Recommends (Closes: #192895)
   * Distribute NEWS file (Closes: #192836)
   * Add 05_eel_gconf_ptrsize.patch from CVS to fix ia64 build error.

 -- Edd Dumbill <ejad@debian.org>  Tue, 13 May 2003 09:54:14 +0100

epiphany-browser (0.6.0-1) unstable; urgency=low

   * New upstream release.
     + Remote tab open raises window (Closes: #187663)
   * Removed 03_guint_fix_from_cvs.patch, obsoleted by new release.

 -- Edd Dumbill <ejad@debian.org>  Fri, 9 May 2003 14:53:25 +0100

epiphany-browser (0.5.0-rel-4) unstable; urgency=low

   * Really fix path of help docs in .omf file (Closes: #191282)

 -- Edd Dumbill <ejad@debian.org>  Sat, 3 May 2003 16:11:28 +0100

epiphany-browser (0.5.0-rel-3) unstable; urgency=low

   * 04_scrollkeeper_omf_path.patch: try to fix path of help file in .omf
     file
   * debian/rules: update to latest version of Colin's Build System
   * debian/rocks: add -fshort-wchar to CXXFLAGS, fixes problem with
     context menus on images.

 -- Edd Dumbill <ejad@debian.org>  Tue, 29 Apr 2003 20:44:06 +0100

epiphany-browser (0.5.0-rel-2) unstable; urgency=low

   * Fix missing bookmark editor icon problem.

 -- Edd Dumbill <ejad@debian.org>  Thu, 24 Apr 2003 16:53:58 +0100

epiphany-browser (0.5.0-rel-1) unstable; urgency=low

   * New upstream release.  I won't be tracking CVS snapshots any
     more. (Closes: #189413)
   * Compile against mozilla rather than mozilla-snapshot. (Closes: #182199)
   * Changed section to 'gnome'.
   * Adjusted alternatives priority for x-www-browser to 75.
   * 64-bit arch compile patch from CVS (Closes: #190011)

 -- Edd Dumbill <ejad@debian.org>  Tue, 22 Apr 2003 19:23:57 +0100

epiphany-browser (0.5.0+0.4.99.20030304-1) unstable; urgency=low

   * New CVS export.

 -- Edd Dumbill <ejad@debian.org>  Tue, 4 Mar 2003 23:38:46 +0000

epiphany-browser (0.5.0+0.4.99.20030220-3) unstable; urgency=low

   * Exchanged faulty gconf dependency for gconf2.

 -- Edd Dumbill <ejad@debian.org>  Fri, 21 Feb 2003 23:05:02 +0000

epiphany-browser (0.5.0+0.4.99.20030220-2) unstable; urgency=low

   * Added debian menu entry.

 -- Edd Dumbill <ejad@debian.org>  Fri, 21 Feb 2003 10:36:03 +0000

epiphany-browser (0.5.0+0.4.99.20030220-1) unstable; urgency=low

   * New CVS export.

 -- Edd Dumbill <ejad@debian.org>  Thu, 20 Feb 2003 15:28:02 +0000

epiphany-browser (0.5.0+0.4.99.20030214-6) unstable; urgency=low

   * Added www-browser to Provides:
   * Added to the x-www-browser alternatives selection.

 -- Edd Dumbill <ejad@debian.org>  Wed, 19 Feb 2003 13:07:26 +0000

epiphany-browser (0.5.0+0.4.99.20030214-5) unstable; urgency=low

   * Upload to Debian, co-maintained with Mark Howard (Closes: #173427)

 -- Edd Dumbill <ejad@debian.org>  Sun, 16 Feb 2003 21:40:49 +0000

epiphany-browser (0.5.0+0.4.99.20030214-4) unstable; urgency=low

   * Versioned various dependencies.
   * Added gconf dependency.
   * Moved epiphany binary to /usr/lib/epiphany/
   * Revert binary name to 'epiphany'
   * Clean up after intltool: -extract, -merge, -update
   * Added in location of CVS source into debian/copyright

 -- Edd Dumbill <ejad@debian.org>  Sun, 16 Feb 2003 14:19:01 +0000

epiphany-browser (0.5.0+0.4.99.20030214-3) unstable; urgency=low

   * Added mozilla-psm-snapshot as a dependency.

 -- Edd Dumbill <ejad@debian.org>  Sat, 15 Feb 2003 03:41:56 +0000

epiphany-browser (0.5.0+0.4.99.20030214-2) unstable; urgency=low

   * Changed package name to epiphany-browser in the configure
     script.

 -- Edd Dumbill <ejad@debian.org>  Sat, 15 Feb 2003 03:41:56 +0000

epiphany-browser (0.5.0+0.4.99.20030214-1) unstable; urgency=low

   * Initial packaging from CVS.

 -- Edd Dumbill <ejad@debian.org>  Fri, 14 Feb 2003 23:05:40 +0000