]> the.earth.li Git - onak.git/blob - debian/changelog
Fix up Debian systemd control file to allow non-socket activation
[onak.git] / debian / changelog
1 onak (0.4.6-1+git) UNRELEASED; urgency=low
2
3   * Remove Ross Burton from Uploaders.
4   * Bump Debian Standards-Version to 3.9.8.0
5   * Fix up systemd control file to allow non-socket activation.
6
7  -- Jonathan McDowell <noodles@earth.li>  Sun, 17 Jan 2016 14:14:00 +0000
8
9 onak (0.4.6-1) unstable; urgency=low
10
11   * New upstream release
12     * Re-order linking for backend plugins to cope with ld --as-needed.
13       (Closes: #772433)
14     * Update debian/watch file to deal with non-gz compressed tarballs.
15
16  -- Jonathan McDowell <noodles@earth.li>  Tue, 25 Aug 2015 16:18:12 +0100
17
18 onak (0.4.5-2) unstable; urgency=low
19
20   * Don't build-depend on systemd dev packages for non-Linux architectures.
21     Thanks to Pino Toscano for the patch. (Closes: #763924)
22
23  -- Jonathan McDowell <noodles@earth.li>  Sun, 05 Oct 2014 14:41:08 +0100
24
25 onak (0.4.5-1) unstable; urgency=low
26
27   * New upstream release
28     * Fix detection of systemd support with new versions of systemd.
29
30  -- Jonathan McDowell <noodles@earth.li>  Fri, 03 Oct 2014 17:30:00 +0100
31
32 onak (0.4.4-1) unstable; urgency=low
33
34   * New upstream release
35     * Fixes key lookups using onak CLI tool on 32 bit platforms.
36
37  -- Jonathan McDowell <noodles@earth.li>  Tue, 30 Sep 2014 22:36:34 +0100
38
39 onak (0.4.3-1) unstable; urgency=low
40
41   * New upstream release
42   * Fix issue with pre-seeding key database on install.
43   * Add systemd service files using new systemd socket activation support.
44   * Bump Debian Standards-Version to 3.9.6.0
45   * Switch to debhelper.
46
47  -- Jonathan McDowell <noodles@earth.li>  Tue, 30 Sep 2014 10:09:28 +0100
48
49 onak (0.4.2-1) unstable; urgency=low
50
51   * New upstream release
52     * Prevent splitkeys crash with malformed key input. (Closes: #716350)
53   * Switch to source format 3.0 (quilt).
54   * Only seed initial database if key file is available. (Closes: #710665)
55   * Bump Debian Standards-Version to 3.9.4.0
56     * Update year in copyright file
57   * Updated Vcs fields to point to git repository
58
59  -- Jonathan McDowell <noodles@earth.li>  Tue, 01 Oct 2013 11:56:55 +0100
60
61 onak (0.4.1-1) unstable; urgency=low
62
63   * New upstream release
64     * Fix onak-mail race condition. (Closes: #650557)
65   * Drop HISTORY file in /usr/share/doc; it's already present as changelog.gz
66
67  -- Jonathan McDowell <noodles@earth.li>  Tue, 24 Apr 2012 21:29:17 -0700
68
69 onak (0.4.0-1) unstable; urgency=low
70
71   * Only seed empty database for if we're using default config
72   * Use generic db dependencies rather than 4.8 versioned ones.
73     (Closes: #621426)
74   * Bump Debian Standards-Version to 3.9.2.0
75   * Add ${perl:Depends} to dependencies
76   * Add init.d file for keyd
77   * Add logrotate config snippet
78
79  -- Jonathan McDowell <noodles@earth.li>  Tue, 19 Apr 2011 21:59:28 -0700
80
81 onak (0.3.8-1) unstable; urgency=low
82
83   * New upstream release
84     * Correct formatting of some places we output a keyid. (Closes: #540196)
85     * Don't add a key to the stats hash if it doesn't have any sigs.
86       (Closes: #542187)
87   * Add Homepage and Vcs-Bzr fields to Debian control file
88   * Bump debhelper compat level to 7
89   * Bump Debian Standards-Version to 3.8.3.0
90   * Change to build against libdb4.8
91
92  -- Jonathan McDowell <noodles@earth.li>  Tue, 29 Dec 2009 16:42:23 +0000
93
94 onak (0.3.7-1) unstable; urgency=low
95
96   * New upstream release
97     * Fix escaping of : in HKP output. (Closes: #487284)
98     * Build with libdb4.7 (Closes: #520117)
99
100  -- Jonathan McDowell <noodles@earth.li>  Tue, 02 Jun 2009 15:51:09 +0100
101
102 onak (0.3.6-1) unstable; urgency=low
103
104   * New upstream release
105     * Fix lookup display for more than one photo id. (Closes: #467020)
106     * Build with libdb4.6 (Closes: #421951)
107
108  -- Jonathan McDowell <noodles@earth.li>  Sat, 07 Jun 2008 13:29:01 +0100
109
110 onak (0.3.5-1) unstable; urgency=low
111
112   * New upstream release
113     * Fixes stupid db4 backend mistake (Closes: #460575)
114
115  -- Jonathan McDowell <noodles@earth.li>  Wed, 16 Jan 2008 21:30:40 +0000
116
117 onak (0.3.4-1) unstable; urgency=low
118
119   * New upstream release
120     * Fix config passing to backends (Closes: #413762)
121   * Lintian cleanups
122     * Add #DEBHELPER# tokens to postinst/postrm.
123     * Update FSF address in copyright file.
124     * Remove bashism from postrm.
125     * Update Standards-Version to 3.7.3.0 (no changes)
126   * Update Apache recommendation to Apache2
127
128  -- Jonathan McDowell <noodles@earth.li>  Sat, 29 Dec 2007 10:50:33 +0000
129
130 onak (0.3.3-1) unstable; urgency=low
131
132   * New upstream release
133     * Check signature creation times for merging (Closes: #410796)
134     * Don't assume direct signature is revocation (Closes: #334715)
135     * Gracefully fail when we can't open a DB4 DB (Closes: #370440)
136   * Cleanup logfile upon package purge (Closes: #338516)
137   * Add suggests on db4.2-utils (Closes: #317459)
138   * Acknowledge NMU (Closes: #408270)
139
140  -- Jonathan McDowell <noodles@earth.li>  Sun, 04 Mar 2007 22:55:54 +0000
141
142 onak (0.3.2-1.1) unstable; urgency=high
143
144   * Non-maintainer upload.
145   * Added missing dep on adduser (Closes: #408270)
146   * Urgency high due RCness of the bug
147
148  -- Bastian Venthur <venthur@debian.org>  Thu,  1 Feb 2007 10:38:37 +0100
149
150 onak (0.3.2-1) unstable; urgency=low
151
152   * New upstream release.
153
154  -- Jonathan McDowell <noodles@earth.li>  Fri, 25 Mar 2005 11:17:44 +0000
155
156 onak (0.3.1-1) unstable; urgency=low
157
158   * New upstream release
159     - Add onak-mail.pl man page (Closes: #276879)
160     - Add links to HTML index output. (Closes: #275227)
161
162  -- Jonathan McDowell <noodles@earth.li>  Sat, 23 Oct 2004 18:01:39 +0100
163
164 onak (0.3.0-1) unstable; urgency=low
165
166   * Initial Release. (closes: #254425)
167
168  -- Ross Burton <ross@debian.org>  Thu, 17 Jun 2004 11:59:00 +0100