/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk
237.2.23 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.10".
1
mandos (1.0.10-1) unstable; urgency=low
2
3
  * New upstream release.
4
  * debian/mandos-client.postinst (update_initramfs): Fix permissions of
5
    old initrd.img-*.bak files.
6
7
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sun, 17 May 2009 04:56:35 +0200
8
237.2.20 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.9".
9
mandos (1.0.9-1) unstable; urgency=low
10
11
  * New upstream release.
12
13
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sun, 17 May 2009 02:59:45 +0200
14
237.2.18 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.8".
15
mandos (1.0.8-1) unstable; urgency=low
16
17
  * New upstream release.
18
19
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Wed, 25 Feb 2009 02:26:57 +0100
20
237.2.16 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.7".
21
mandos (1.0.7-1) unstable; urgency=low
22
23
  * New upstream release.
24
25
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 24 Feb 2009 12:58:06 +0100
26
237.2.14 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.6".
27
mandos (1.0.6-1) unstable; urgency=low
28
29
  * New upstream release.
30
  * debian/mandos-client.postinst: Converted to Bourne shell.  Also
31
    minor message change.
32
  * debian/mandos-client.postrm: Minor message change.
33
  * debian/mandos.postinst: Converted to Bourne shell.  Also minor
34
    message change.
35
  * debian/mandos.prerm: Minor message change.
36
  * debian/rules (install-indep): Removed "--no-start" from
37
    dh_installinit.
38
  * debian/mandos-client.lintian-overrides: Remove obsolete override for
39
    unbreakable line in plugin-runner manual page.
40
  * debian/control (mandos/Depends): Added "python-gobject".
41
  * debian/mandos-client.dirs: Change
42
    "usr/share/initramfs-tools/scripts/local-top" to
43
    "usr/share/initramfs-tools/scripts/init-premount".
44
  * debian/mandos-client.README.Debian: Add reference to initramfs.conf
45
    and nfsroot.txt.  New section about the new non-local connection
46
    feature.
47
48
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Fri, 13 Feb 2009 09:27:25 +0100
49
237.2.11 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.5".
50
mandos (1.0.5-1) unstable; urgency=low
51
52
  * New upstream release.
53
54
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Sat, 17 Jan 2009 02:26:00 +0100
55
237.2.9 by Teddy Hogeborn
* debian/changelog (1.0.4-1): New entry.
56
mandos (1.0.4-1) unstable; urgency=low
57
58
  * New upstream release.
59
  * debian/watch: New file.
60
  * debian/mandos-client.README.Debian: Document new "mandos=off" kernel
61
    parameter.
62
63
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Thu, 15 Jan 2009 05:49:22 +0100
64
237.2.6 by Teddy Hogeborn
* debian/changelog (1.0.3-2): New entry.
65
mandos (1.0.3-2) unstable; urgency=low
66
67
  * Removed some now-unused debconf files.
68
  * Changed postinst scripts to not source debconf/confmodule.
69
  * Removed po-debconf from build-depends.
70
71
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 06 Jan 2009 21:28:20 +0100
72
237.2.2 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.3".
73
mandos (1.0.3-1) unstable; urgency=low
74
75
  * New upstream release.
251 by Teddy Hogeborn
* debian/changelog: Changes suggested by Andreas Henriksson: Do not
76
  * Add -Xlinker to linker flags to fix FTBFS for some architectures.
77
    Thanks to Thiemo Seufer <ths@networkno.de> for the report and
78
    fix. (Closes:  #509398)
79
  * Remove debconf use altogether, thereby stopping debconf abuse.  Thanks
80
    to Christian Perrier <bubulle@debian.org>. (Closes:  #509653)
237.2.2 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.3".
81
  * Add NEWS file to /usr/share/doc directories.
82
  * Use and create "_mandos" user+group.  Rename old user+group created by
83
    older versions of this package.
84
  * Fix manual pages by adding build-depend on "docbook-xml".
85
86
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 06 Jan 2009 01:21:20 +0100
87
232 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.2".
88
mandos (1.0.2-1) unstable; urgency=low
89
90
  * New upstream release.
91
  * debian/copyright: Rewritten to conform to
92
    <http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=233>.
93
94
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Fri, 17 Oct 2008 20:42:12 +0200
95
229 by Teddy Hogeborn
* Makefile (version): Changed to "1.0.1".
96
mandos (1.0.1-1) unstable; urgency=low
97
98
  * New upstream release.
99
  * Separate /usr/share/doc/mandos-client/README.Debian into sections with
100
    headlines.  Add instructions on how to test the server and verify the
101
    password.
102
103
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 07 Oct 2008 23:07:23 +0200
104
222 by Teddy Hogeborn
* debian/changelog: Add Debian revision number to old revision too.
105
mandos (1.0-2) unstable; urgency=low
221 by Teddy Hogeborn
* debian/changelog: New Debian revision.
106
107
  * Added comments in debian/*.lintian-overrides files.  Added Debian
108
    revison number to version number.
109
110
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Wed, 01 Oct 2008 17:23:35 +0200
111
222 by Teddy Hogeborn
* debian/changelog: Add Debian revision number to old revision too.
112
mandos (1.0-1) unstable; urgency=low
185 by Teddy Hogeborn
* .bzr-builddeb/default.conf: New.
113
220 by Teddy Hogeborn
* debian/changelog: Initial release closes ITP bug.
114
  * Initial Release. (Closes: #500727).
185 by Teddy Hogeborn
* .bzr-builddeb/default.conf: New.
115
220 by Teddy Hogeborn
* debian/changelog: Initial release closes ITP bug.
116
 -- Teddy Hogeborn <teddy@fukt.bsnet.se>  Tue, 30 Sep 2008 21:58:43 +0200