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