Debian package: Reformat debian/control in wrap-and-sort style
[conkeror.git] / debian / changelog
blob15ff4e4a400f00e63e45912d92b3b3853472f36a
1 conkeror (1.0~~pre+git131116-2) UNRELEASED; urgency=low
3   * Reformat debian/control in wrap-and-sort style.
5  -- Axel Beckert <abe@debian.org>  Sun, 17 Nov 2013 14:43:47 +0100
7 conkeror (1.0~~pre+git131116-1) unstable; urgency=low
9   * New upstream snapshot
10     + Fixes scroll-top-left issue (Closes: #726245)
11   * Add support for xulrunner 26 and 27.
12   * Follow Debian Unstable and switch default xulrunner dependency from 17
13     to 24.
15  -- Axel Beckert <abe@debian.org>  Sat, 16 Nov 2013 17:38:11 +0100
17 conkeror (1.0~~pre+git130817-1) unstable; urgency=low
19   * New upstream snapshot
20   * Add support for xulrunner 25.
22  -- Axel Beckert <abe@debian.org>  Sat, 17 Aug 2013 15:42:01 +0200
24 conkeror (1.0~~pre+git130522-2) unstable; urgency=low
26   * Add support for xulrunner 24.
28  -- Axel Beckert <abe@debian.org>  Sat, 06 Jul 2013 22:13:48 +0200
30 conkeror (1.0~~pre+git130522-1) unstable; urgency=low
32   * New upstream snapshot
33   * Upload to unstable again
34   * Add support for xulrunner 23
35   * Make xulrunner-17.0 the default xulrunner dependency as that's the
36     version currently in Debian unstable.
38  -- Axel Beckert <abe@debian.org>  Thu, 06 Jun 2013 02:09:43 +0200
40 conkeror (1.0~~pre+git130407-1) experimental; urgency=low
42   * New upstream snapshot
43     - Properly passes CFLAGS, fully enables dpkg build flags
44   * Add support for xulrunner 18 to 22 (Closes: #699239)
45   * Bump debhelper compatibility to 9
46     - Remove inclusion of buildflags.mk from debian/rules, no more needed
47   * Bump Standards-Version to 3.9.4 (no changes)
48   * Clean up debian/rules:
49     - Use dh_auto_build and dh_auto_clean.
50     - Don't clean up stamp files manually; this is already done by
51       dh_clean plus debhelper compatibility level >= 7.
52     - Use more debhelper magic, no more manual cp, ln, or mkdir.
53     - Finally switch to a dh style debian/rules.
55  -- Axel Beckert <abe@debian.org>  Sun, 07 Apr 2013 03:47:35 +0200
57 conkeror (1.0~~pre+git120901-1) experimental; urgency=low
59   * New upstream snapshot
60   * Add support for xulrunner 17
62  -- Axel Beckert <abe@debian.org>  Sat, 01 Sep 2012 11:20:23 +0200
64 conkeror (1.0~~pre+git120804-1) experimental; urgency=low
66   * Add support for xulrunner 15 and 16 with according versioned
67     dependencies plus conflicts for earlier package versions (See #683157
68     and https://bugzilla.mozilla.org/show_bug.cgi?id=756786)
69   * Add Lintian overrides for using Conflicts instead of Breaks as
70     Conkeror fails if these versions are just only unpacked.
71   * Use `seq 13.0 -1 5.0` instead of `seq 5.0 13.0 | tac` in conkeror.bin
73  -- Axel Beckert <abe@debian.org>  Wed, 08 Aug 2012 02:11:58 +0200
75 conkeror (1.0~~pre+git120527-1) unstable; urgency=low
77   * New upstream snapshot
78     - Update debian patches to fit new module API
79     - Synced debian/NEWS with http://conkeror.org/BreakingChanges
80   * Don't pass locale settings to seq in /usr/bin/conkeror (Closes: #674171)
81   * Update buildd-ports webjump. Thanks Christoph Egger!
82   * Add debpopcon webjump.
83   * Also install new file content-policy.manifest. Thanks Joseph Gay!
84   * Support xulrunner 12.0 and 13.0
85     - Update search list in debian/conkeror.bin
86     - Add alternative dependency on xulrunner-12.0 and xulrunner-13.0
87     - xulrunner-14.0 and newer not yet supported due to
88       https://bugzilla.mozilla.org/show_bug.cgi?id=756786
89   * Make 10.0 (ESR) first xulrunner dependency.
90   * Expand sensible-editor.diff to also patch modules/mime.js, replace
91     hardcoded application names with xdg-open. (Closes: #570086)
92     - Rename patch to sensible-editor-xdg-open.diff
93     - Recommend xdg-utils
94   * Reformat long list of alternative xulrunner dependencies to one
95     alternative per line for better readability and better diffing.
96   * debian/conkeror.bin: Generate long list of consecutive versioned
97     xulrunner binary names with seq and tac.
98   * debian/rules: Enable hardening options for conkeror-spawn-helper
99     - Add build-dependency on dpkg-dev (>= 1.16.1~).
100     - Consistently use "$(MAKE)" instead of "make".
101   * Bump Standards-Version to 3.9.3 (no changes)
102   * Switch source format to "3.0 (quilt)"
103     - Remove quilt usage from debian/rules
104     - Drop build dependency on quilt
105   * Rename debian/NEWS to debian/conkeror.NEWS so it no more gets included
106     in the conkeror-spawn-process-helper package.
108  -- Axel Beckert <abe@debian.org>  Sun, 27 May 2012 17:07:33 +0200
110 conkeror (1.0~~pre+git120102-1) unstable; urgency=low
112   [ Axel Beckert ]
113   * Upstream version bump
114   * Upstream changed minimum xulrunner requirement to 1.9.1: Update
115     debian/control and debian/conkeror.bin accordingly.
116   * Reorder xulrunner alternative dependencies so the current xulrunner
117     from unstable (9.0) is chosen by default.
118   * Make package usable on Ubuntu again despite their xulrunner removal.
119     - debian/control: Add alternative dependencies on firefox instead of
120       xulrunner
121     - debian/conkeror.bin: If no xulrunner is found, look for firefox
122       instead
123     - debian/control: Update long description to mention Firefox, too.
124   * Add alternative dependencies on xulrunner-11.0, -10.0, and -9.0.
125   * Support xulrunner 11.0 in debian/conkeror.bin
127   [ Luca Capello ]
128   * Support xulrunner 10.0 and 9.0 in debian/conkeror.bin, drop support
129     for unversioned xulrunner binaries. (Closes: #649199)
131  -- Axel Beckert <abe@debian.org>  Mon, 02 Jan 2012 20:12:01 +0100
133 conkeror (0.9.4-1) unstable; urgency=low
135   * New upstream milestone
136   * Add support for xulrunner-7.0 and xulrunner-8.0
137   * Reorder xulrunner dependencies in debian/control:
138     + xulrunner-6.0 is the first dependency as that's the highest version
139       currently in Debian unstable.
140     + All other versions are sorted descending by their version, the
141       non-versioned xulrunner being the last one.
143  -- Axel Beckert <abe@debian.org>  Sun, 04 Sep 2011 22:32:03 +0200
145 conkeror (0.9.3+git110719-1) unstable; urgency=low
147   * New upstream snapshot
148     - Fullscreen toggling support, use F11 or M-S-Return
149   * Make reportbug helper script to work with any installed xulrunner
150     package. Thanks to Luca Capello!
151   * Change versioned dependency on "xulrunner" to a non-versioned
152     dependency, because xulrunner 1.8 is really history (last seen in
153     Etch) and it should work with a potential virtual "xulrunner"
154     package. (See #567169)
155   * debian/control: Prefer xulrunner-5.0 over xulrunner-1.9.1 as 5.0 is
156     now in unstable and 1.9.1 will probably vanish soon.
157   * Add alternative dependency on xulrunner-6.0 which was missing in the
158     last upload.
160  -- Axel Beckert <abe@debian.org>  Tue, 19 Jul 2011 23:13:57 +0200
162 conkeror (0.9.3+git110602-1) unstable; urgency=low
164   * New upstream snapshot
165   * Add alternative dependencies on (upcoming) xulrunner-5.0 and -6.0
166     packages
167   * Bump Standards-Version to 3.9.2 (no changes)
169  -- Axel Beckert <abe@debian.org>  Fri, 27 May 2011 03:07:21 +0200
171 conkeror (0.9.3+git110307-2) unstable; urgency=low
173   * debian/conkeror.bin: Change search order for searching xulrunner
174     binaries from the confusing current state of "squeeze/sid, (former)
175     experimental, lenny, experimental, generic/sarge" to descending
176     "highest, most specific versions first; lowest, generic versions
177     last", so it should take the newest xulrunner version which is
178     installed.
180  -- Axel Beckert <abe@debian.org>  Tue, 08 Mar 2011 16:28:38 +0100
182 conkeror (0.9.3+git110307-1) unstable; urgency=low
184   * New upstream snapshot
185     - Fixes network and SSL error pages under xulrunner-2.0
187  -- Axel Beckert <abe@debian.org>  Mon, 07 Mar 2011 18:05:33 +0100
189 conkeror (0.9.3+git110224-1) unstable; urgency=low
191   * New upstream snapshot
192     - Further xulrunner-2.0 fixes
193   * Add missing alternative dependency on xulrunner-2.0 (Thanks to Micah
194     Gersten!)
195   * Also look for xulrunner-2.0 in debian/conkeror.bin aka /usr/bin/conkeror
197  -- Axel Beckert <abe@debian.org>  Thu, 24 Feb 2011 19:46:28 +0100
199 conkeror (0.9.3+git110219-1) unstable; urgency=low
201   * The Works-with-2.0 Package
202   * New upstream snapshot
203     - Minor fixes for xulrunner-2.0 support
204   * debian/rules: Include chrome.manifest which is necessary for
205     xulrunner-2.0 support.
207  -- Axel Beckert <abe@debian.org>  Sat, 19 Feb 2011 08:02:05 +0100
209 conkeror (0.9.3+git110213-1) unstable; urgency=low
211   * New upstream snapshot
212     - Sorts keybindings and command line options alphabetically. Thanks
213       Jari Aalto for the patches. (Closes: #606878, #606880)
214   * Upload to unstable again since the Squeeze Release Freeze is over.
216  -- Axel Beckert <abe@debian.org>  Sun, 13 Feb 2011 14:20:11 +0100
218 conkeror (0.9.3+git101015-1) experimental; urgency=low
220   * New upstream snapshot
221   * Also ship contrib/modules with the binary package to allow usage of
222     the mode line buttons module.
224  -- Axel Beckert <abe@debian.org>  Fri, 15 Oct 2010 00:27:47 +0200
226 conkeror (0.9.3-1) experimental; urgency=low
228   * New upstream milestone
229     - Supports XULRunner 2
230     - New minibuffer handling, no more input-modes
231     - Offers a Twitter page mode
232   * Fix (.deb package specific) ubuntubugs webjump
233   * debian/patches/deb-webumps.diff no more modifies
234     defaults/preferences/default-modules.js but creates a new file named
235     defaults/preferences/debian-default-modules.js instead. This should
236     make the patch much more robust against changes in upstream's default
237     modules list. Thanks to John J. Foerch for the suggestion.
239  -- Axel Beckert <abe@debian.org>  Wed, 06 Oct 2010 20:59:43 +0200
241 conkeror (0.9.2+git100804-1) unstable; urgency=low
243   * New upstream snapshot
244   * Bump Standards-Version to 3.9.1
245     - Use "Breaks" instead of "Conflicts".
247  -- Axel Beckert <abe@debian.org>  Wed, 04 Aug 2010 23:04:35 +0200
249 conkeror (0.9.2+git100420-2) unstable; urgency=low
251   * The "forgotten details" upload
252   * Add appropriate NEWS entry with breaking changes for last upload.
253   * Renamed NEWS.Debian in the source package so that it will be
254     automatically installed as NEWS.Debian.
255   * Add "mentions Conkeror in the user agent string" to last changelog entry.
257  -- Axel Beckert <abe@debian.org>  Tue, 20 Apr 2010 23:34:00 +0200
259 conkeror (0.9.2+git100420-1) unstable; urgency=low
261   * New upstream snapshot
262     - many xulrunner 1.9.2 compatibility fixes
263     - minibuffer overhaul
264     - mentions "Conkeror" in the user agent string
266  -- Axel Beckert <abe@debian.org>  Tue, 20 Apr 2010 17:42:01 +0200
268 conkeror (0.9.2+git100324-2) unstable; urgency=low
270   * Further adaptions of the debian webjumps to the new module system as
271     suggested by John J. Foerch. Includes renaming the webjumps' file from
272     modules/debian/webjumps.js to modules/debian/debian-webjumps.js.
274  -- Axel Beckert <abe@debian.org>  Wed, 24 Mar 2010 23:45:50 +0100
276 conkeror (0.9.2+git100324-1) unstable; urgency=low
278   * New upstream snapshot
279     - some minor bug fixes
280   * Refresh quilt patches (should have been done already for the last
281     upload)
282   * Adapt debian webjumps module to new module system (fixes lost default
283     webjumps in the previous upload). Thanks to gzeus for noticing!
284   * Add debian/source/format to silence lintian.
286  -- Axel Beckert <abe@debian.org>  Wed, 24 Mar 2010 01:27:57 +0100
288 conkeror (0.9.2-1) unstable; urgency=low
290   * New upstream release
291     - Contains a new module system providing the capability for modules to
292       have their own namespace.
294  -- Axel Beckert <abe@debian.org>  Mon, 22 Mar 2010 19:11:32 +0100
296 conkeror (0.9.1+git100317-1) unstable; urgency=low
298   * New upstream snapshot
299     - venkman support
300     - noscript support overhaul, now enabled by default
301     - fixes building conkeror-spawn-process-helper with clang compiler
302     - several new page modes
303     - many cosmetic changes and minor bugfixes
304     - outdated emacswiki webjump removed
305   * [debian/rules] Also install contrib/art
307  -- Axel Beckert <abe@debian.org>  Wed, 17 Mar 2010 01:49:54 +0100
309 conkeror (0.9.1+git100220-1) unstable; urgency=low
311   * New upstream snapshot
312     - Honors cmdline.preventDefault as used since xulrunner 1.9.1.6-2
313   * Add support for the reportbug-helper-script of Debian's xulrunner
314     - Raise build-deps to debhelper >= 7.2.3~ due to dh_bugfiles
315   * Add alternative dependency on upcoming experimental xulrunner-1.9.2.
316   * Reorder xulrunner dependencies to have the current and preferred
317     versions first instead of sorting by package name. (Fixes piuparts
318     warning "dependency-does-not-exist".)
319   * Add a lintian override for the non-standard Xb-Xul-AppId header
320   * Removed Luca from the uploaders list (on his request)
322  -- Axel Beckert <abe@debian.org>  Sat, 20 Feb 2010 01:07:48 +0100
324 conkeror (0.9.1+git100131-1) unstable; urgency=low
326   * New upstream snapshot
327   * Make package working on Ubuntu again by reverting debian/conkeror.bin
328     to not using xulrunner-stub symbolic links anymore since Ubuntu doesn't
329     support this feature. Meh.
330   * Fix new Lintian 2.3.x warnings:
331     - debhelper-but-no-misc-depends
332     - obsolete-relation-form-in-source
333   * Add new Debian related webjumps:
334     - debpopcon
335     - buildd
336     - buildd-ports
337     - debqa
338   * Add Xb-Xul-AppId header to conkeror binary package for use with
339     mozilla-devscripts. (Closes: #562986)
340   * Bumped Standards-Version to 3.8.4 (no changes)
341   * Changed my e-mail address to my debian.org address
343  -- Axel Beckert <abe@debian.org>  Sun, 31 Jan 2010 17:52:43 +0100
345 conkeror (0.9.1-1) unstable; urgency=low
347   * New upstream version
348     + Closes: #542252 (YouTube download broken)
349   * Added alternative dependency on xulrunner-1.9.1
350   * Moved from directly calling "xulrunner application.ini" to calling a
351     symlinked xulrunner-stub (symlinking xulrunner-stub only works with
352     Debian's xulrunner-stub, thanks Mike Hommey :-), so that xulrunner can
353     decide which version of xulrunner is actually used.
354   * Refreshed debian/patches/sensible-editor.diff after upstream
355     whitespace changes.
356   * Changed debian/rules to not use the old $CONKEROR_VERSION$ macro
357     anymore.
358   * Do not include the whole contrib subdirectory in the binary
359     package. (Closes: #547896) Only include the xrev debugging tool for
360     now.
361   * A few Debian and Ubuntu webjumps have been added and enabled by
362     default. (Closes: #547908)
363   * Bumped Standards-Version to 3.8.3 (no changes)
365  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 24 Sep 2009 02:35:02 +0200
367 conkeror (0.9~git090624-1) unstable; urgency=low
369   * Based on new snapshot (tagged with debian-0.9--git090624-1)
370     - Session saving support has been added, but not loaded by default
371     - Theming support has been removed (native GUI theming should be used
372       instead, e.g. GTK theming)
373   * Bumped Standards-Version to 3.8.2 (no changes)
374   * Replaced deprecated dh_clean -k by dh_prep and bumped debhelper
375     compatibility to 7.
376   * Removed deprecated dh_desktop. May cause not immediately registered
377     .desktop files on Debian Lenny.
378   * Moved MPL from debian/copyright to debian/MPL to allow compression in
379     the installed binary packages (as with the xulrunner-1.9 packages)
381  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 25 Jun 2009 01:02:45 +0200
383 conkeror (0.9~git090223-1) unstable; urgency=low
385   * Debian packaging is now hosted in the upstream repository at
386     http://repo.or.cz/w/conkeror.git:
387     - Adjusted the Vcs-* headers in debian/control.
388     - Changed the build id to contain username and hostname instead of
389       commit id.
390   * Based on new snapshot (tagged with debian-0.9--git090223-1)
391     - spawn-process-helper has been renamed upstream to
392       conkeror-spawn-helper -- package names remain unchanged, conflict to
393       earlier versions of conkeror-spawn-process-helper
394     - Links on mouse over images now shown
395     - command switch -uu for universal-arg of following -f command
396   * Added NEWS.Debian to list changes relevant for users.
397   * Added README.source which documents how to build a Debian (source)
398     package from a Git working copy.
399   * Changed licencing of packaging from GPLv2 to the same licencing terms
400     as Conkeror itself.
401   * Updated debian/copyright to reflect current state of the project
402   * man page conkeror.1 now part of upstream.
403   * Added a call to dh_desktop (Thanks, Lintian 2.x!)
404   * Added a description to patches/sensible-editor.diff (Thanks, Lintian 2.x!)
405   * Replaced lintian overrides by an empty watch file with comment.
407  -- Axel Beckert <abe@deuxchevaux.org>  Mon, 23 Feb 2009 19:19:19 +0100
409 conkeror (0.9~git080629-2) unstable; urgency=low
411   * Don't suppress conkeror's output if we don't have to change it in the
412     wrapper [conkeror.bin]. (Closes: #498515)
414  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 25 Sep 2008 01:40:07 +0200
416 conkeror (0.9~git080629-1) unstable; urgency=low
418   * Based on new snapshot (commit
419     6944096a1af033d0aa70d8b4cc19b271e0d832b1)
420   * Uses now quilt for patch management, added appropriate build-deps.
421   * Use sensible-editor instead of emacs by default.
422   * Changed default desktop icon from "web-browser.png" to
423     "browser". (Closes: #491880; fixes a desktop-file-validate warning)
424   * Made M-x conkeror-version show the Debian version instead of
425     '$CONKEROR_VERSION$'.
426   * Remove suggestion of zile since conkeror currently can't handle
427     text-mode only editors. Suggest the virtual package emacsen instead.
428   * Depends now on "xulrunner (>= 1.9~) | xulrunner-1.9" instead of solely
429     "xulrunner-1.9".
430   * Added a lintian override for debian-watch-file-is-missing since there
431     are no upstream releases to watch (yet).
433  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 24 Jul 2008 00:49:28 +0200
435 conkeror (0.9~git080522-2) unstable; urgency=low
437   * Initial release for Debian (Closes: #394566)
438   * Cleaned up and removed files and directories not in the upstream git
439     repository.
440   * Unified file names in the debian directory.
441   * Bumped standards version to 3.8.0.
442   * Removed -height and -width options from man page and --help since them
443     being documented but not working is an open bug in Mozilla since 2000.
444     (See #267344 and https://bugzilla.mozilla.org/show_bug.cgi?id=50201)
445   * Added some more details to the man page.
446   * Added a CREDITS.Debian file.
447   * Added an automatically generated build id to application.ini. (See
448     http://developer.mozilla.org/en/docs/application.ini#The_.5BApp.5D_section)
449   * Added the Debian version to the version string in application.ini.
450   * Added a desktop file for conkeror.
451   * Made several several cosmetic changes to docs, etc.
452   * Added Luca Capello as co-maintainer.
453   * conkeror-spawn-process-helper now suggests conkeror.
455  -- Axel Beckert <abe@deuxchevaux.org>  Thu, 26 Jun 2008 01:31:32 +0200
457 conkeror (0.9~git080522-1) unstable; urgency=low
459   * Initial release for beta testers
460   * Based on commit fead87b7fa1156e750dcb01f903e6b8a35e43a37
462  -- Axel Beckert <abe@deuxchevaux.org>  Sun, 08 Jun 2008 23:08:34 +0200