1 iodine (0.4.2-3) UNRELEASED; urgency=low
3 * Add Swedish debconf translation, thanks to Martin Bagge (closes: #504247).
4 * Fix "Init script starts iodined even if it is already running"
5 by removing the "--pidfile" option from the start-stop-daemon calls;
6 doesn't work for a forking process. Thanks to Michael Goetzefor the bug
7 report (closes: #511887).
9 -- gregor herrmann <gregoa@debian.org> Sun, 02 Nov 2008 13:56:18 +0100
11 iodine (0.4.2-2) unstable; urgency=low
13 * debian/postinst: only try to create /dev/net/tun if it doesn't exist and
14 if /dev/MAKEDEV is available; thanks to Lucas Nussbaum for the bug report
15 and to Lucas, Adeodato Simó, Matthew Johnson, and Alexander Wirt for their
16 help (closes: #502823).
18 -- gregor herrmann <gregoa@debian.org> Wed, 22 Oct 2008 23:35:25 +0200
20 iodine (0.4.2-1) unstable; urgency=low
22 * New upstream release:
23 - new command line switch "-s" to skip configration of the tun interface
25 - drop patches 01_mandir.patch and 02_make.patch, included upstream
26 - refresh patches 03_cflags.patch and 04_base64.patch
27 * debian/rules: separate DESTDIR and prefix on make install.
28 * Add the packages needed by the example script to Suggests: and don't
29 compress the example script any more.
31 -- gregor herrmann <gregoa@debian.org> Fri, 08 Aug 2008 16:33:26 -0300
33 iodine (0.4.1-4) unstable; urgency=low
35 * Add Czech debconf translation, thanks to Daniel Kavan
37 * Add note for translators to debconf template and change back localized
38 versions of ".example" to the original as mandated by RFC 2606.
39 * Convert de.po from ISO-8859-1 to UTF-8.
40 * debian/control: change my email address.
41 * Switch patch system from dpatch to quilt.
42 * Add example script iodine-jigger (script to set up an iodine tunnel and
43 route traffic through it) by Barak A. Pearlmutter (closes: #491294).
44 Thanks, Barak! Add copyright/license information about the script to
45 debian/copyright. Mention the example script in README.Debian.
46 * debian/copyright: wrap a long line, update years of packing copyright and
48 * Set Standards-Version to 3.8.0; add debian/README.source to document
51 -- gregor herrmann <gregoa@debian.org> Thu, 24 Jul 2008 18:35:59 +0200
53 iodine (0.4.1-3) unstable; urgency=low
55 * Fix LSB header in init.d script, thanks to Petter Reinholdtsen for the
56 report and the patch (closes: #468653).
57 * Set debhelper compatibility level to 6.
58 * New patch 04_base64: don't build/test {src,tests}/base64* anymore, causes
59 a FBTFS on hppa, and isn't actually used anyway (closes: #468404).
61 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 01 Mar 2008 19:01:22 +0100
63 iodine (0.4.1-2) unstable; urgency=low
65 * Set Standards-Version to 3.7.3 (no changes required).
66 * Create install-stamp target in debian/rules and adjust target
68 * Change debian/copyright to the new machine-readable format.
69 * Add patch 03_cflags.dpatch: use CFLAGS from debian/rules in upstream
72 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 05 Feb 2008 17:31:25 +0100
74 iodine (0.4.1-1) unstable; urgency=low
76 * New upstream release:
77 - hides password from ps and stdin (closes: #432719).
78 - uses /etc/resolv.conf (closes: #432867).
79 - incorporates patch to daemonize before chrooting and dropping
80 privileges, therefore dropping 02_detach.dpatch.
81 - uses $(MAKE) in Makefile, except in one case, therefore adding patch
83 - fixes the install dir for the manpage, therefore adapting patch
85 * debian/copyright: update years of copyright.
86 * debian/rules: use $(DPATCH_STAMPFN) and $@.
87 * Mention (improved) manpage in README.Debian.
89 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 01 Dec 2007 02:30:51 +0100
91 iodine (0.4.0-5) unstable; urgency=low
93 * Apply patch for "init script fails to restart", thanks to Horst
94 Schirmeier (closes: #453001).
95 * debian/rules: make configure-stamp depend on patch.
97 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 26 Nov 2007 20:36:41 +0100
99 iodine (0.4.0-4) unstable; urgency=low
101 * Add French debconf translation, thanks to Christian Perrier
103 * Add Dutch debconf translation, thanks to Bart Cornelis
105 * Clean up debian/rules.
106 * Don't install TODO anymore, and remove debian/docs.
107 * Move upstream URL from the description to the new Homepage field.
108 * Change XS-Vcs-* fields to Vcs-*.
109 * Add patch to daemonize before chrooting and dropping privileges, thanks
110 to Matthew William Solloway Bell (closes: #450759).
112 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 16 Nov 2007 12:48:50 +0100
114 iodine (0.4.0-3) unstable; urgency=low
116 * Add Portuguese translation for debconf messages, thanks to Américo
117 Monteiro and Miguel Figueiredo (closes: #433041).
118 * Add German debconf translation, thanks to Helge Kreutzmann
120 * Fix typo in debconf template, thanks to Helge Kreutzmann
122 * Add debconf-updatepo to debian/rule's clean target.
123 * Convert debian/changelog to UTF-8.
124 * Fix usage of MAKEDEV, thanks to Marco d'Itri (closes: #434160).
126 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 22 Jul 2007 16:27:51 +0200
128 iodine (0.4.0-2) unstable; urgency=low
130 * Change mode of /etc/default/iodine to 600, thanks to Lennart Poettering
133 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 11 Jul 2007 18:10:12 +0200
135 iodine (0.4.0-1) unstable; urgency=low
137 * Initial upload to the Debian archive (closes: #430206).
138 * New upstream release.
140 * Don't create manpages anymore, now included in upstream tarball.
141 * Change debian/rules; upstream Makefile now includes install and test targets.
142 * Move makedev from Build-Depends to Depends.
143 * Add password option to debconf questions and /etc/default/iodine.
144 * Change order in postinst.
145 * Add user iodine and run iodined in a chroot as this user.
147 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 23 Jun 2007 14:49:46 +0200
149 iodine (0.3.4-1) unstable; urgency=low
153 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 26 Jan 2007 14:03:30 +0100