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