Prepare new Debian package
[conkeror/arlinius.git] / debian / changelog
blob0f6adf0e9795871f5349498a7d24c6a05c813473
1 conkeror (0.9.1+git100220-1) unstable; urgency=low
3   * New upstream snapshot
4     - Honors cmdline.preventDefault as used since xulrunner 1.9.1.6-2
5   * Add support for the reportbug-helper-script of Debian's xulrunner
6     - Raise build-deps to debhelper >= 7.2.3~ due to dh_bugfiles
7   * Add alternative dependency on upcoming experimental xulrunner-1.9.2.
8   * Reorder xulrunner dependencies to have the current and preferred
9     versions first instead of sorting by package name. (Fixes piuparts
10     warning "dependency-does-not-exist".)
11   * Add a lintian override for the non-standard Xb-Xul-AppId header
12   * Removed Luca from the uploaders list (on his request)
14  -- Axel Beckert <abe@debian.org>  Sat, 20 Feb 2010 01:07:48 +0100
16 conkeror (0.9.1+git100131-1) unstable; urgency=low
18   * New upstream snapshot
19   * Make package working on Ubuntu again by reverting debian/conkeror.bin
20     to not using xulrunner-stub symbolic links anymore since Ubuntu doesn't
21     support this feature. Meh.
22   * Fix new Lintian 2.3.x warnings:
23     - debhelper-but-no-misc-depends
24     - obsolete-relation-form-in-source
25   * Add new Debian related webjumps:
26     - debpopcon
27     - buildd
28     - buildd-ports
29     - debqa
30   * Add Xb-Xul-AppId header to conkeror binary package for use with
31     mozilla-devscripts. (Closes: #562986)
32   * Bumped Standards-Version to 3.8.4 (no changes)
33   * Changed my e-mail address to my debian.org address
35  -- Axel Beckert <abe@debian.org>  Sun, 31 Jan 2010 17:52:43 +0100
37 conkeror (0.9.1-1) unstable; urgency=low
39   * New upstream version
40     + Closes: #542252 (YouTube download broken)
41   * Added alternative dependency on xulrunner-1.9.1
42   * Moved from directly calling "xulrunner application.ini" to calling a
43     symlinked xulrunner-stub (symlinking xulrunner-stub only works with
44     Debian's xulrunner-stub, thanks Mike Hommey :-), so that xulrunner can
45     decide which version of xulrunner is actually used.
46   * Refreshed debian/patches/sensible-editor.diff after upstream
47     whitespace changes.
48   * Changed debian/rules to not use the old $CONKEROR_VERSION$ macro
49     anymore.
50   * Do not include the whole contrib subdirectory in the binary
51     package. (Closes: #547896) Only include the xrev debugging tool for
52     now.
53   * A few Debian and Ubuntu webjumps have been added and enabled by
54     default. (Closes: #547908)
55   * Bumped Standards-Version to 3.8.3 (no changes)
57  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 24 Sep 2009 02:35:02 +0200
59 conkeror (0.9~git090624-1) unstable; urgency=low
61   * Based on new snapshot (tagged with debian-0.9--git090624-1)
62     - Session saving support has been added, but not loaded by default
63     - Theming support has been removed (native GUI theming should be used
64       instead, e.g. GTK theming)
65   * Bumped Standards-Version to 3.8.2 (no changes)
66   * Replaced deprecated dh_clean -k by dh_prep and bumped debhelper
67     compatibility to 7.
68   * Removed deprecated dh_desktop. May cause not immediately registered
69     .desktop files on Debian Lenny.
70   * Moved MPL from debian/copyright to debian/MPL to allow compression in
71     the installed binary packages (as with the xulrunner-1.9 packages)
73  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 25 Jun 2009 01:02:45 +0200
75 conkeror (0.9~git090223-1) unstable; urgency=low
77   * Debian packaging is now hosted in the upstream repository at
78     http://repo.or.cz/w/conkeror.git:
79     - Adjusted the Vcs-* headers in debian/control.
80     - Changed the build id to contain username and hostname instead of
81       commit id.
82   * Based on new snapshot (tagged with debian-0.9--git090223-1)
83     - spawn-process-helper has been renamed upstream to
84       conkeror-spawn-helper -- package names remain unchanged, conflict to
85       earlier versions of conkeror-spawn-process-helper
86     - Links on mouse over images now shown
87     - command switch -uu for universal-arg of following -f command
88   * Added NEWS.Debian to list changes relevant for users.
89   * Added README.source which documents how to build a Debian (source)
90     package from a Git working copy.
91   * Changed licencing of packaging from GPLv2 to the same licencing terms
92     as Conkeror itself.
93   * Updated debian/copyright to reflect current state of the project
94   * man page conkeror.1 now part of upstream.
95   * Added a call to dh_desktop (Thanks, Lintian 2.x!)
96   * Added a description to patches/sensible-editor.diff (Thanks, Lintian 2.x!)
97   * Replaced lintian overrides by an empty watch file with comment.
99  -- Axel Beckert <abe@deuxchevaux.org>  Mon, 23 Feb 2009 19:19:19 +0100
101 conkeror (0.9~git080629-2) unstable; urgency=low
103   * Don't suppress conkeror's output if we don't have to change it in the
104     wrapper [conkeror.bin]. (Closes: #498515)
106  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 25 Sep 2008 01:40:07 +0200
108 conkeror (0.9~git080629-1) unstable; urgency=low
110   * Based on new snapshot (commit
111     6944096a1af033d0aa70d8b4cc19b271e0d832b1)
112   * Uses now quilt for patch management, added appropriate build-deps.
113   * Use sensible-editor instead of emacs by default.
114   * Changed default desktop icon from "web-browser.png" to
115     "browser". (Closes: #491880; fixes a desktop-file-validate warning)
116   * Made M-x conkeror-version show the Debian version instead of
117     '$CONKEROR_VERSION$'.
118   * Remove suggestion of zile since conkeror currently can't handle
119     text-mode only editors. Suggest the virtual package emacsen instead.
120   * Depends now on "xulrunner (>= 1.9~) | xulrunner-1.9" instead of solely
121     "xulrunner-1.9".
122   * Added a lintian override for debian-watch-file-is-missing since there
123     are no upstream releases to watch (yet).
125  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 24 Jul 2008 00:49:28 +0200
127 conkeror (0.9~git080522-2) unstable; urgency=low
129   * Initial release for Debian (Closes: #394566)
130   * Cleaned up and removed files and directories not in the upstream git
131     repository.
132   * Unified file names in the debian directory.
133   * Bumped standards version to 3.8.0.
134   * Removed -height and -width options from man page and --help since them
135     being documented but not working is an open bug in Mozilla since 2000.
136     (See #267344 and https://bugzilla.mozilla.org/show_bug.cgi?id=50201)
137   * Added some more details to the man page.
138   * Added a CREDITS.Debian file.
139   * Added an automatically generated build id to application.ini. (See
140     http://developer.mozilla.org/en/docs/application.ini#The_.5BApp.5D_section)
141   * Added the Debian version to the version string in application.ini.
142   * Added a desktop file for conkeror.
143   * Made several several cosmetic changes to docs, etc.
144   * Added Luca Capello as co-maintainer.
145   * conkeror-spawn-process-helper now suggests conkeror.
147  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 26 Jun 2008 01:31:32 +0200
149 conkeror (0.9~git080522-1) unstable; urgency=low
151   * Initial release for beta testers
152   * Based on commit fead87b7fa1156e750dcb01f903e6b8a35e43a37
154  -- Axel Beckert <abe@deuxchevaux.org>  Sun, 08 Jun 2008 23:08:34 +0200