1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
urlscan (0.8.2-1) unstable; urgency=medium
* New upstream release
* New maintainer (Closes: #738901)
* Switch to dpkg-source 3.0 (quilt) format
* enables compatibility with python3
-- David Carlos de Araujo Silva <ddavidcarlos1392@gmail.com> Tue, 12 Jan 2016 15:56:59 -0200
urlscan (0.5.6-0.2) unstable; urgency=low
* Non-maintainer upload.
* Convert to dh_python2, thanks to Dan Chen (Closes: #617138).
-- Andrea Colangelo <warp10@ubuntu.com> Sun, 09 Jun 2013 09:13:53 +0200
urlscan (0.5.6-0.1) unstable; urgency=low
* Non-maintainer upload.
* Move XS-Python-Version to the source section (Closes: #445424).
* Bump required python-central version to 0.6 (due to new modules location).
* Duplicated python-central and debhelper entries removed from build
dependencies to satisfy Lintian
-- Piotr Ożarowski <piotr@debian.org> Sun, 16 Mar 2008 00:37:40 +0100
urlscan (0.5.6) unstable; urgency=low
* Render HTML entities #8212 and "apos" sensibly.
* Recognize braces as valid URL characters (Closes: #407423).
* Add an option to allow the browser to be invoked in the background
(Closes: #406083).
* Guess that FOO.tld is probably a URL (Closes: #408684).
-- Daniel Burrows <dburrows@debian.org> Sun, 4 Feb 2007 08:41:55 -0800
urlscan (0.5.5) unstable; urgency=low
* Add support for accepting a single message to scan on the command-line.
* Add a --compact option that suppresses URL context. (Closes: #404605)
-- Daniel Burrows <dburrows@debian.org> Thu, 4 Jan 2007 21:29:25 -0800
urlscan (0.5.4) unstable; urgency=low
* Don't crash on ordered lists. (Closes: #404137)
* Make the URL detection regexp cover more cases. (Closes: #403713)
* Spawn the browser in the foreground, needed for text browsers that run
in the same terminal (Closes: #403644).
* Recognize … as an ellipsis.
* Merge immediately adjacent references to the same URL (the HTML parser
tends to generate these if <a> contains markup or entities).
-- Daniel Burrows <dburrows@debian.org> Sun, 24 Dec 2006 08:07:13 -0800
urlscan (0.5.3) unstable; urgency=low
* Recognize URLs containing internal colons.
-- Daniel Burrows <dburrows@debian.org> Sun, 17 Dec 2006 21:02:20 -0800
urlscan (0.5.2) unstable; urgency=low
* Fix dumb typo in copyright notice.
(famous last words: "I'm just changing a comment. What
could POSSIBLY go wrong with that?)
(Closes: #403179)
-- Daniel Burrows <dburrows@debian.org> Sun, 17 Dec 2006 20:55:01 -0800
urlscan (0.5.1) unstable; urgency=low
* Add explicit copyright notices.
* Suggest mutt and www-browser.
-- Daniel Burrows <dburrows@debian.org> Sun, 10 Dec 2006 17:13:49 -0800
urlscan (0.5) unstable; urgency=low
* Initial Upload.
-- Daniel Burrows <dburrows@debian.org> Sun, 10 Dec 2006 14:47:05 -0800
|