[Bug 229720] Re: Please sync kazehakase 0.5.4-2 (universe) from Debian unstable (main).
Miguel Ruiz
mruiz at ubuntu.com
Mon May 12 22:09:08 UTC 2008
** Description changed:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
affects ubuntu/kazehakase
status new
importance wishlist
subscribe ubuntu-universe-sponsors
Please sync kazehakase 0.5.4-2 (universe) from Debian unstable (main).
Explanation of the Ubuntu delta and why it can be dropped:
Ubuntu changes included by Debian.
Changelog since current intrepid version 0.5.2-0ubuntu1:
kazehakase (0.5.4-2) unstable; urgency=low
* Add a Replaces: kazehakase to kazehakase-gecko, as the older version of
kazehakase also has a gecko.so (closes: #477755).
* Fix package descriptions (closes: #478128).
* Stop kazehakase rendering engines from depending upon kazehakase, thereby
eliminating a circular dependency (closes: #478691).
-- Andres Salomon <dilinger at debian.org> Mon, 05 May 2008 04:12:46
+0000
kazehakase (0.5.4-1) unstable; urgency=low
* New upstream release.
* Upstream release fixes FTBFS with gcc-4.3 (closes: #474858).
* Add webkit support, which means libwebkit-dev as a build-dep,
an updated description, and kazehakase-gecko/kazehakase-webkit
packages (closes: #470088).
-- Andres Salomon <dilinger at debian.org> Wed, 16 Apr 2008 17:33:32
+0000
kazehakase (0.5.3-1) unstable; urgency=low
* New upstream release (closes: #469784).
* Upstream included implicit-pointer-conversion patch (closes: #466934).
* Upstream also fixed a bug that was triggering a crash when opening
up the prefs window (closes: #465967, #454107).
* Drop 80_NSIBADCERTLISTNER; merged upstream.
-- Andres Salomon <dilinger at debian.org> Fri, 07 Mar 2008 18:05:30
+0000
kazehakase (0.5.2-1) unstable; urgency=high
* New upstream release (closes: #430613).
* Add myself as a co-maintainer. I was originally going to just NMU,
but I don't feel right about NMU'ing a new upstream version.
* Add a versioned build-dep for libgtk2.0-dev (>= 2.12.0).
* ACK NMU (closes: #460742).
* Drop libtool and automake1.7 build-deps, and no longer regenerate
autotools scripts during build. It's no longer necessary.
* Update 20_user_agent_tag.dpatch for the new location/file.
* Rediff 50_passwordmgr.dpatch.
* No longer use 05_add_missing.dpatch or 70_enable_gtk_deprecated.dpatch.
* Add build-dep on libxml-parser-perl.
* Add missing --with-ruby to configure line in rules file; necessary
for telling the build that the ruby interpreter is named 'ruby1.8'.
* Don't ignore 'make distclean' errors. This pleases lintian.
* Don't run dh_makeshlibs during build. libkazehakase.so is in a
private directory, makeshlibs does nothing for us.
* Update debian/copyright; add copyright lines, include the MPL
exception clause, etc.
* Update menu to show up as 'Kazehakase Web Browser' (and stick it in
the proper section).
* Fix other minor lintian warnings.
* Add patches/80_NSIBADCERTLISTNER.dpatch to fix a bug with the wrong
certificate dialog coming up on domain mismatches.
-- Andres Salomon <dilinger at debian.org> Wed, 20 Feb 2008 17:57:38
+0000
- kazehakase (0.4.3-1.2) unstable; urgency=high
-
- * Non-maintainer upload to fix RC bug.
- * Depend (and use) on ruby1.8, not ruby. Closes: #460742.
-
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net> Mon, 11 Feb 2008 10:34:56
- +0100
-
- kazehakase (0.4.3-1.1) unstable; urgency=low
-
- * Non-maintainer upload to fix RC bug.
- * Unset GTK_DISABLE_DEPRECATED to handle with obsolte GTK stuff.
- Slightly modified patch made by Arnaud Renevier <arenevier at fdn.fr>.
- (Closes: #444513)
-
- -- Ana Beatriz Guerrero Lopez <ana at debian.org> Mon, 22 Oct 2007
- 04:58:53 +0200
-
- kazehakase (0.4.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/debian/patches/50_passwordmgr.dpatch: Change the default value
- of signon.rememberSignons to false. The password manager of kazehakase
- is broken and if signon.rememberSignons is set true, input forms which
- require password does not work. (closes: #389954)
- * debian/patches/70_fix_certificate_overview.dpatch: Removed
- because this is already fixed by upstream.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 21 Jan 2007 08:40:07 +0900
-
- kazehakase (0.4.2-2) unstable; urgency=low
-
- * debian/rules: Remove -Wall option from CXXFLAGS to fix FTBFS.
- debian/patches/60_fix_ftbfs.dpatch is not needed any more.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 11 Nov 2006 19:58:46 +0900
-
- kazehakase (0.4.2-1) unstable; urgency=low
-
- * New upstream release
- * debian/patches/60_fix_ftbfs.dpatch: Fixed FTBFS bug due to the new
- gecko API checking code.
- * debian/patches/70_fix_certificate_overview.dpatch: Fix wrong labels
- in Certificate Properties dialog (closes: #394029).
- Thanks to Jan Jeronym Zvanovec <jero at email.cz> fot the patch.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 11 Nov 2006 18:30:02 +0900
-
- kazehakase (0.4.1-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Tue, 7 Nov 2006 23:26:05 +0900
-
- kazehakase (0.4.0-1) unstable; urgency=low
-
- * New upstream release
- * Acknowledge NMU (closes: #380466). Thanks to Gerfried Fuchs,
- Yavor Doganov, Mike Hommey, and Andreas Barth!
- * My first upload without sponsor. Thanks to Fimitoshi UKAI for
- sponsoring me over the past two years.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Tue, 7 Nov 2006 22:55:18 +0900
-
- kazehakase (0.3.9-1.1) unstable; urgency=low
-
- * Non-maintainer upload.
- * debian/patches/50_passwordmgr.dpatch: Fixed crasher in
- GtkPromptService.cpp when signon.rememberSignons is not set, which
- happens to be the case with xulrunner but not with mozilla. Also
- set it if not already user set. Closes:#380466
- Thanks to Gerfried Fuchs and Yavor Doganov for their help.
- Thanks to Mike Hommey for the fix.
-
- -- Andreas Barth <aba at not.so.argh.org> Sat, 9 Sep 2006 12:46:39 +0200
-
- kazehakase (0.3.9-1) unstable; urgency=low
-
- * New upstream release.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 6 Aug 2006 03:33:07 +0900
-
- kazehakase (0.3.8-3) unstable; urgency=low
-
- * Changed to use xulrunner instead of mozilla-browser
- (Thanks to Mike Hommey <glandium at debian.org>) (closes: #352084)
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka IWAI <tyuyu at debian.or.jp> Wed, 26 Jul 2006 23:03:12 +0900
-
- kazehakase (0.3.8-2) unstable; urgency=low
-
- * Rebuilt against mozilla-1.7.13
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 25 Jun 2006 15:57:29 +0900
-
- kazehakase (0.3.8-1) unstable; urgency=low
-
- * New upstream release
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 4 Jun 2006 23:58:02 +0900
-
- kazehakase (0.3.7-1) unstable; urgency=low
-
- * New upstream release
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 1 May 2006 23:14:05 +0900
-
- kazehakase (0.3.6-1) unstable; urgency=low
-
- * New upstream release
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 29 Mar 2006 02:29:32 +0900
-
- kazehakase (0.3.5-1) unstable; urgency=low
-
- * New upstream release
- * debian/control:
- - Added ruby extension stuffs.
- - Added hyperestraier to Suggests: field instead of estraier.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 9 Feb 2006 18:59:47 +0900
-
- kazehakase (0.3.4-1) unstable; urgency=low
-
- * New upstream release
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 22 Jan 2006 18:37:15 +0900
-
- kazehakase (0.3.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Removed the build-depencency on automake-1.6.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 30 Nov 2005 09:56:50 +0900
-
- kazehakase (0.3.2-1) unstable; urgency=low
-
- * New upstream release
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 29 Oct 2005 14:22:12 +0900
-
- kazehakase (0.3.1-2) unstable; urgency=high
-
- * Rebuilt against mozilla-1.7.12.
- * debian/control: Removed Build-Conflicts with mozilla-dev.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 12 Oct 2005 18:18:09 +0900
-
- kazehakase (0.3.1-1) unstable; urgency=low
-
- * New upstream release
- * Changed to use GNU TLS.
- * debian/control: Added dependency on libgnutls-dev.
- * Now gtk fileshooder dialog save previous directory for
- saving (closes: #316061).
- * (Already) Rebuilt with mozilla-1.7.11 (closes: #328404).
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 29 Sep 2005 18:37:48 +0900
-
- kazehakase (0.3.0-3) unstable; urgency=high
-
- * Rebuilt against mozilla-1.7.11.
- * debian/patches/40_mozilla_1.7.8.dpatch: Removed because
- this patch is no more needed with mozilla-1.7.11.
- * Dropped the OpenSSL support due to the license issue (closes: 327724).
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 18 Sep 2005 08:48:05 +0900
-
- kazehakase (0.3.0-2) unstable; urgency=high
-
- * debian/patches/40_mozilla_1.7.8.dpatch: Fix a crash bug on startup with
- mozilla-1.7.10. Thanks to Alexander Sack <asac at debian.org> (closes: #325124).
- * debian/copyright: Changed to new FSF address.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Tue, 6 Sep 2005 23:39:16 +0900
-
- kazehakase (0.3.0-1) unstable; urgency=low
-
- * New upstream release
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Tue, 30 Aug 2005 04:24:27 +0900
-
- kazehakase (0.2.9-2) unstable; urgency=low
-
- * debian/control: Added libssl to the Build-Depends field (closes: #321815).
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 8 Aug 2005 11:45:01 +0900
-
- kazehakase (0.2.9-1) unstable; urgency=low
-
- * New upstream release
- * Rebuilt against mozilla-1.7.10.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 6 Aug 2005 09:57:16 +0900
-
- kazehakase (0.2.8-1) unstable; urgency=low
-
- * New upstream release
- * debian/control:
- - Bump to new policy version 3.6.2
- - Added estraier to the Recommends field.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 30 Jun 2005 22:58:04 +0900
-
- kazehakase (0.2.7-2) unstable; urgency=low
-
- * Rebuilt against mozilla-1.7.8.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Tue, 24 May 2005 02:28:22 +0900
-
- kazehakase (0.2.7-1) unstable; urgency=low
-
- * New upstream release
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 30 Apr 2005 23:13:59 +0900
-
- kazehakase (0.2.6-2) unstable; urgency=low
-
- * Rebuilt against mozilla-1.7.7 (closes: #305696).
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 22 Apr 2005 00:33:52 +0900
-
- kazehakase (0.2.6-1) unstable; urgency=low
-
- * New upstream release
- * debian/patches/40_mozilla_firefox_bookmark.dpatch: Removed
- because this is already fixed by upstream.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Tue, 29 Mar 2005 23:26:28 +0900
-
- kazehakase (0.2.5-2) unstable; urgency=low
-
- * debian/patches/40_mozilla_firefox_bookmark.dpatch:
- Fixed the path of the bookmark of mozilla-firefox (closes: #295338).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 19 Feb 2005 00:17:43 +0900
-
- kazehakase (0.2.5-1) unstable; urgency=low
-
- * New upstream release.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 11 Feb 2005 19:41:59 +0900
-
- kazehakase (0.2.4-1) unstable; urgency=low
-
- * New upstream release (closes: #292852).
- * Fixed the remote bookmark of dsa (closes: #293119).
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 11 Feb 2005 19:41:30 +0900
-
- kazehakase (0.2.3-2) unstable; urgency=high
-
- * Rebuilt against mozilla-1.7.5 (closes: #289196).
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 8 Jan 2005 21:55:43 +0900
-
- kazehakase (0.2.3-1) unstable; urgency=low
-
- * New upstream release
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 29 Dec 2004 16:13:46 +0900
-
- kazehakase (0.2.2-1) unstable; urgency=low
-
- * New upstream release
- * debian/kazehakase.postinst: Added --slave to handle a manpage correctly (closes: #281675).
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 25 Nov 2004 00:54:48 +0900
-
- kazehakase (0.2.1-1) unstable; urgency=low
-
- * New upstream release
- * debian/patches/40_dialog_button.dpatch: Deleted because this is
- already fixed by upstream.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 30 Oct 2004 13:55:15 +0900
-
- kazehakase (0.2.0-2) unstable; urgency=low
-
- * debian/patches/40_dialog_button.dpatch: Fix wrong button labels
- of dialogs.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 30 Sep 2004 15:21:20 +0900
-
- kazehakase (0.2.0-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Added (build) dependencies on mozilla-1.7.3.
- * debian/patches/40_history_search.dpatch: Deleted because this is
- already fixed by upstream.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 29 Sep 2004 00:43:15 +0900
-
- kazehakase (0.1.9-2) unstable; urgency=low
-
- * debian/patches/40_history_search.dpatch: Fix to update
- ~/.kazehakase/history* when create_thumnail=no.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 12 Sep 2004 09:40:35 +0900
-
- kazehakase (0.1.9-1) unstable; urgency=low
-
- * New upstream release
- * Deleted kazehakase-migemo package because kazehakase has a native
- migemo support now, and kzmigemo script isn't needed any more.
- * debian/patches/40_kzmigemo.dpatch: Deleted because of the above reason.
- * debian/kazehakase.xml: Updated a manpage.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 29 Aug 2004 01:18:14 +0900
-
- kazehakase (0.1.8.1-2) unstable; urgency=high
-
- * Rebuild against mozilla-1.7.2 and conflicts with mozilla-1.7.3
- (closes: #264591).
- * debian/patches/50_mozilla_1.7.2.dpatch: Add to compile against
- mozilla-1.7.2 (closes: #260958).
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 21 Aug 2004 13:09:16 +0900
-
- kazehakase (0.1.8.1-1.1) unstable; urgency=low
-
- * NMU
- * to avoid segfault with mozilla-1.7.2 (Bug#264591)
- conflicts with mozilla-1.7.2
-
- -- Fumitoshi UKAI <ukai at debian.or.jp> Wed, 11 Aug 2004 21:47:21 +0900
-
- kazehakase (0.1.8.1-1) unstable; urgency=low
-
- * New upstream release
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>
- * 10_use_GETTEXT_PACKAGE.dpatch: Removed because it is no longer necessary.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 30 Jul 2004 22:53:45 +0900
-
- kazehakase (0.1.8-1) unstable; urgency=low
-
- * New upstream release
- * 50_remote_bookmarks.dpatch: Deleted because this is already fixed
- in the upstream source.
- * Upstream fixed kazehakase to be compiled with mozilla-1.7.1
- (closes: #260958)
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 30 Jul 2004 22:42:25 +0900
-
- kazehakase (0.1.7-1) unstable; urgency=low
-
- * New upstream release.
- * Enabled migemo.
- * debian/control: Splitted the package and added migemo to the
- suggests field.
- * debian/patches/40_kzmigemo.dpatch: Fixed to use ruby1.8.
- * debian/50_mozilla_1.7.dpatch: Deleted because this is already fixed
- in the upstream source.
- * debian/patches/50_remote_bookmarks.dpatch: Fixed the behaviour of
- remote bookmarkbar when a middle button of mouse is clicked.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 1 Jul 2004 07:22:32 +0900
-
- kazehakase (0.1.6-2) unstable; urgency=medium
-
- * debian/control: Added conflicts and build-conflicts to mozilla-1.8.
- * debian/50_mozilla_1.7.dpatch: Fixed to be compiled with mozilla-1.7
- (closes: #256121).
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 25 Jun 2004 18:16:46 +0900
-
- kazehakase (0.1.6-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Changed to provide www-browser (closes: #247001).
- * debian/kazehakase.xml: Added a manpage.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 30 May 2004 02:04:57 +0900
-
- kazehakase (0.1.5-1) unstable; urgency=low
-
- * New upstream release
- * Now work with gtk+-2.4. (closes: #241639)
- * debian/kazehakase.postinst, debian/kazehakase.prerm: add kazehakase to
- the x-www-browser alternatives.
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 1 May 2004 14:03:53 +0900
-
- kazehakase (0.1.4-1) unstable; urgency=low
-
- * New upstream release
- * Sponsored by Fumitoshi UKAI <ukai at debian.or.jp>
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 1 Apr 2004 07:53:40 +0900
-
- kazehakase (0.1.3+cvs20040320-2.1) unstable; urgency=low
-
- * debian/patches/30_bookmarkbar_DSA.dpatch: add DSA
- * debian/rules:
- configure: chmod +x configure mkinstalldirs
- clean: rm -f po/*.gmo
- * Upload to Debian.
- closes: Bug#238286
- * Sponsored by Fumitoshi UKAI
-
- -- Fumitoshi UKAI <ukai at debian.or.jp> Sun, 21 Mar 2004 02:33:00 +0900
-
- kazehakase (0.1.3+cvs20040320-2) unstable; urgency=low
-
- * First upload to Debian. Close wnpp bug. (closes: #238286)
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 21 Mar 2004 01:43:28 +0900
-
- kazehakase (0.1.3+cvs20040320-1) unstable; urgency=low
-
- * CVS update(trunk)
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 20 Mar 2004 20:06:50 +0900
-
- kazehakase (0.1.3+cvs20040319-1) unstable; urgency=low
-
- * CVS update(trunk)
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 19 Mar 2004 23:45:32 +0900
-
- kazehakase (0.1.3+cvs20040318-1) unstable; urgency=low
-
- * CVS update(trunk)
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 18 Mar 2004 08:28:15 +0900
-
- kazehakase (0.1.3+cvs20040316-1) unstable; urgency=low
-
- * CVS update(trunk)
- * debian/patches/30_location_entry.dpatch: Changed the category of
- the configuration "LocationEntryRegex" to "LocationEntry"
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 17 Mar 2004 06:44:19 +0900
-
- kazehakase (0.1.3+cvs20040313-2) unstable; urgency=low
-
- * debian/patches/50_location_entry.dpatch: add UI to change the
- behaviour of the location entry.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 14 Mar 2004 13:21:30 +0900
-
- kazehakase (0.1.3+cvs20040313-1) unstable; urgency=low
-
- * CVS update(trunk)
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 13 Mar 2004 18:06:11 +0900
-
- kazehakase (0.1.3-1) unstable; urgency=low
-
- * New upstream release
- * debian/control: Update policy to 3.6.1.0
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 29 Feb 2004 17:13:52 +0900
-
- kazehakase (0.1.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 29 Jan 2004 21:59:58 +0900
-
- kazehakase (0.1.1+cvs20040124-1) unstable; urgency=low
-
- * CVS update(trunk).
- * Build against mozilla-1.6.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 24 Jan 2004 19:03:31 +0900
-
- kazehakase (0.1.1+cvs20040116-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 16 Jan 2004 00:36:40 +0900
-
- kazehakase (0.1.1+cvs20040109-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 9 Jan 2004 13:09:27 +0900
-
- kazehakase (0.1.1+cvs20040105-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 5 Jan 2004 06:26:11 +0900
-
- kazehakase (0.1.1+cvs20040103-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 3 Jan 2004 13:39:39 +0900
-
- kazehakase (0.1.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 29 Dec 2003 03:10:35 +0900
-
- kazehakase (0.1.0+cvs20031206-2) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 6 Dec 2003 20:22:43 +0900
-
- kazehakase (0.1.0+cvs20031206-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 6 Dec 2003 06:23:02 +0900
-
- kazehakase (0.1.0+cvs20031205-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 5 Dec 2003 05:37:56 +0900
-
- kazehakase (0.1.0-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 29 Nov 2003 19:59:03 +0900
-
- kazehakase (0.0.9+cvs20031127-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 27 Nov 2003 20:59:56 +0900
-
- kazehakase (0.0.9+cvs20031119-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 19 Nov 2003 01:07:33 +0900
-
- kazehakase (0.0.9+cvs20031117-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 17 Nov 2003 08:10:20 +0900
-
- kazehakase (0.0.9+cvs20031114-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 15 Nov 2003 00:09:43 +0900
-
- kazehakase (0.0.9+cvs20031113-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 14 Nov 2003 01:43:10 +0900
-
- kazehakase (0.0.9+cvs20031112-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 13 Nov 2003 03:10:30 +0900
-
- kazehakase (0.0.9+cvs20031111-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Tue, 11 Nov 2003 00:04:47 +0900
-
- kazehakase (0.0.9+cvs20031107-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 7 Nov 2003 00:11:55 +0900
-
- kazehakase (0.0.9+cvs20031105-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 5 Nov 2003 06:05:09 +0900
-
- kazehakase (0.0.9+cvs20031103-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 3 Nov 2003 07:43:37 +0900
-
- kazehakase (0.0.9+cvs20031101-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 1 Nov 2003 02:26:30 +0900
-
- kazehakase (0.0.9+cvs20031031-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 30 Oct 2003 23:59:40 +0900
-
- kazehakase (0.0.9+cvs20031030-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 30 Oct 2003 00:53:48 +0900
-
- kazehakase (0.0.9-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 30 Oct 2003 00:53:20 +0900
-
- kazehakase (0.0.8+cvs20031028-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Tue, 28 Oct 2003 04:22:53 +0900
-
- kazehakase (0.0.8+cvs20031027-1) unstable; urgency=low
-
- * CVS update(trunk).
- * Fix some "mojibake" in debian/changelog. Something wrong with
- my vim...
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 27 Oct 2003 00:59:50 +0900
-
- kazehakase (0.0.8+cvs20031026-1) unstable; urgency=low
-
- * CVS update(trunk).
- * Name of the RSS configuration file and its format are changed
- (filename toolbar.xml -> bookmarkbar.xml
- format <metabar> -> <bookmarkbar>, <rss> -> <item>) See
- http://lists.sourceforge.jp/pipermail/kazehakase-devel/2003-October/000271.html
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 26 Oct 2003 05:39:16 +0900
-
- kazehakase (0.0.8+cvs20031024-2) unstable; urgency=low
-
- * debian/control
- - Change to specify the mozilla version used to build.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 25 Oct 2003 01:33:14 +0900
-
- kazehakase (0.0.8+cvs20031024-1) unstable; urgency=low
-
- * CVS update(trunk).
- * Build with mozilla-1.5.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 25 Oct 2003 01:04:53 +0900
-
- kazehakase (0.0.8+cvs20031023-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 24 Oct 2003 01:54:24 +0900
-
- kazehakase (0.0.8+cvs20031022-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 22 Oct 2003 23:59:43 +0900
-
- kazehakase (0.0.8+cvs20031020-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 20 Oct 2003 04:10:01 +0900
-
- kazehakase (0.0.8+cvs20031015-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 15 Oct 2003 06:48:51 +0900
-
- kazehakase (0.0.8+cvs20031012-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 12 Oct 2003 23:59:23 +0900
-
- kazehakase (0.0.8+cvs20031008-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 8 Oct 2003 23:34:34 +0900
-
- kazehakase (0.0.8-1) unstable; urgency=low
-
- * New upstream release
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 29 Sep 2003 20:23:38 +0900
-
- kazehakase (0.0.7+cvs20030918-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 18 Sep 2003 00:41:29 +0900
-
- kazehakase (0.0.7+cvs20030917-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 17 Sep 2003 20:03:14 +0900
-
- kazehakase (0.0.7+cvs20030915-1) unstable; urgency=low
-
- * CVS update(trunk).
- * debian/control
- - Add Build-Depends: libtool
- * Remote 50_kz_rss_parsing.dpatch(upstream fixed).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 15 Sep 2003 13:09:39 +0900
-
- kazehakase (0.0.7+cvs20030904-2) unstable; urgency=low
-
- * debian/patches/50_kz_rss_parsing.dpatch
- - Fix segfault with wrong RSS files.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 14 Sep 2003 21:23:56 +0900
-
- kazehakase (0.0.7+cvs20030904-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 4 Sep 2003 15:14:31 +0900
-
- kazehakase (0.0.7+cvs20030903-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 3 Sep 2003 17:25:30 +0900
-
- kazehakase (0.0.7+cvs20030902-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 3 Sep 2003 02:16:12 +0900
-
- kazehakase (0.0.7+cvs20030901-1) unstable; urgency=low
-
- * CVS update(trunk).
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 1 Sep 2003 18:09:39 +0900
-
- kazehakase (0.0.7+cvs20030830-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 30 Aug 2003 14:56:34 +0900
-
- kazehakase (0.0.7-1) unstable; urgency=low
-
- * New upstream release
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 30 Aug 2003 04:12:35 +0900
-
- kazehakase (0.0.6+cvs20030828-1) unstable; urgency=low
-
- * CVS current release.
- * debian/patches/05_FSH.dpatch
- - Fix system configuration files' path.
- * debian/patches/30_fix_gesture.dpatch
- - Fix typo for gestures to work.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 28 Aug 2003 06:34:09 +0900
-
- kazehakase (0.0.6+cvs20030822-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 22 Aug 2003 15:09:22 +0900
-
- kazehakase (0.0.6+cvs20030819-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Tue, 19 Aug 2003 10:12:24 +0900
-
- kazehakase (0.0.6+cvs20030818-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 18 Aug 2003 09:35:55 +0900
-
- kazehakase (0.0.6+cvs20030817-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 17 Aug 2003 20:01:40 +0900
-
- kazehakase (0.0.6+cvs20030813-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 13 Aug 2003 05:59:06 +0900
-
- kazehakase (0.0.6+cvs20030812-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Tue, 12 Aug 2003 07:54:21 +0900
-
- kazehakase (0.0.6+cvs20030811-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 11 Aug 2003 00:29:47 +0900
-
- kazehakase (0.0.6+cvs20030810-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 10 Aug 2003 04:02:59 +0900
-
- kazehakase (0.0.6+cvs20030808-1) unstable; urgency=low
-
- * CVS current release.
- * Now "kazehakase" shell script available in upstream source,
- so "kz" shell script is obsolete. Please run "kazehakase" to run
- kazehakase.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 8 Aug 2003 03:22:51 +0900
-
- kazehakase (0.0.6+cvs20030807-1) unstable; urgency=low
-
- * CVS current release.
- * debian/control
- - Add Build-Depends: automake1.6 | automake1.7
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Thu, 7 Aug 2003 04:40:05 +0900
-
- kazehakase (0.0.6+cvs20030806-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 6 Aug 2003 01:38:17 +0900
-
- kazehakase (0.0.6+cvs20030805-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 4 Aug 2003 02:20:05 +0900
-
- kazehakase (0.0.6+cvs20030802-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 2 Aug 2003 23:49:49 +0900
-
- kazehakase (0.0.6-1) unstable; urgency=low
-
- * New upstream release
- * debian/control
- - bump to new policy version 3.6.0
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sat, 2 Aug 2003 00:40:32 +0900
-
- kazehakase (0.0.5-1) unstable; urgency=low
-
- * New upstream release
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 29 Jun 2003 06:48:05 +0900
-
- kazehakase (0.0.4+cvs20030601-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 1 Jun 2003 16:56:19 +0900
-
- kazehakase (0.0.4-1) unstable; urgency=low
-
- * New upstream release
- * debian/patches/20_user_agent_tag.dpatch
- - Add to make the browser string recognizeable as Debian.
- * debian/control
- - Modify the descriptions.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 30 May 2003 01:49:57 +0900
-
- kazehakase (0.0.3+cvs20030526-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Mon, 26 May 2003 16:07:51 +0900
-
- kazehakase (0.0.3+cvs20030523-1) unstable; urgency=low
-
- * CVS current release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Fri, 23 May 2003 20:02:04 +0900
-
- kazehakase (0.0.3+cvs20030409-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Wed, 9 Apr 2003 22:33:20 +0900
-
- kazehakase (0.0.3-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Hidetaka Iwai <tyuyu at debian.or.jp> Sun, 6 Apr 2003 20:50:12 +0900
-
-
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIKKfqdoYiJQ0/2KkRAktGAKCbLnqlUibfWt+WhWBU0MYF8Hz3SgCfbTgI
pt5oPO0yAxFmgnz99s6yCUY=
=NH+3
-----END PGP SIGNATURE-----
--
Please sync kazehakase 0.5.4-2 (universe) from Debian unstable (main).
https://bugs.launchpad.net/bugs/229720
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to kazehakase in ubuntu.
More information about the Ubuntu-mozillateam-bugs
mailing list