source: debian/changelog @ 35200e7

debian
Last change on this file since 35200e7 was 35200e7, checked in by Sam Hartman <hartmans@mit.edu>, 15 years ago
* Correctly send zephyr login at startup, pull 619d8649e7 from upstream
  • Property mode set to 100644
File size: 6.8 KB
Line 
1barnowl (1.1-3) UNRELEASED; urgency=low
2
3  * Correctly send zephyr login at startup, pull 619d8649e7 from upstream
4
5 -- Sam Hartman <hartmans@debian.org>  Wed, 18 Mar 2009 11:40:26 -0400
6
7barnowl (1.1-2) unstable; urgency=low
8
9  * Add barnowl-irc dependencies, Thanks Evan and Anders, Closes: #520031
10
11 -- Sam Hartman <hartmans@debian.org>  Mon, 16 Mar 2009 22:42:34 -0400
12
13barnowl (1.1-1) unstable; urgency=low
14
15  * fold IRC support into main package
16  * New upstream release
17  * Pull in post-release change 1810558433d183e to avoid a bogus error
18    message from zephyr subscriptions
19  * Fix lintian warnings
20
21 -- Sam Hartman <hartmans@debian.org>  Mon, 16 Mar 2009 11:05:29 -0400
22
23barnowl (1.0.5-2) unstable; urgency=low
24
25  * Use new mechanism for running -fstack-protector that works back to etch; pulled from upstream
26  * Do not link against libkrb4 or libkrb5; we use none of their symbols
27  * Support openssl DES for zcrypt so that we continue to have zcrypt after libdes425 goes away
28  * Standards version 3.8.0 (no changes needed)
29
30 -- Sam Hartman <hartmans@debian.org>  Tue, 24 Feb 2009 23:56:33 -0500
31
32barnowl (1.0.5-1) unstable; urgency=high
33
34  * New upstream release
35  * Fix use of sprintf  in zwrite.c and zcrypt.c that is likely to be
36    exploitable
37  * Enable fortify_source and stack protector to reduce impact of similar
38    problems in the future.
39  * Together, fixes: CVE-2009-0363
40
41 -- Sam Hartman <hartmans@debian.org>  Wed, 11 Feb 2009 11:08:36 -0500
42
43barnowl (1.0.3-1) unstable; urgency=low
44
45  * New upstream release
46  * Call perl_sys_init3; Closes: #495056
47
48 -- Sam Hartman <hartmans@debian.org>  Sat, 13 Dec 2008 18:40:42 -0500
49
50barnowl (1.0.1-3) unstable; urgency=low
51
52  * Rebuild with clean pbuilder
53
54 -- Sam Hartman <hartmans@debian.org>  Mon, 09 Jun 2008 18:40:59 -0400
55
56barnowl (1.0.1-2) unstable; urgency=low
57
58  * Don't include LGPL in debian/copyright
59  * Fix description line
60
61 -- Sam Hartman <hartmans@debian.org>  Sat, 31 May 2008 10:55:08 -0400
62
63barnowl (1.0.1-1) unstable; urgency=low
64
65  * New Upstream version
66  * Upload to Debian, Closes: #483382
67      - The IRC module is split into its own package at the request of
68    upstream.  They believe it is less stable than the rest of the
69    project. 
70
71 -- Sam Hartman <hartmans@debian.org>  Fri, 30 May 2008 19:38:19 -0400
72
73barnowl (1.0.0-1) unstable; urgency=low
74
75  * First upstream release
76
77 -- Sam Hartman <hartmans@debian.org>  Wed, 28 May 2008 10:40:54 -0400
78
79barnowl (1.0-0debathena1) unstable; urgency=low
80
81  * New upstream version - 1.0 release
82
83 -- Evan Broder <broder@mit.edu>  Tue, 27 May 2008 14:22:05 -0400
84
85barnowl (0.0.r1048-0debathena1) unstable; urgency=low
86
87  * Add the IRC module as a separate package
88
89 -- Evan Broder <broder@mit.edu>  Fri, 23 May 2008 16:16:40 -0400
90
91barnowl (0.0.r1046-0debathena1) unstable; urgency=low
92
93  * New upstream version
94
95 -- Evan Broder <broder@mit.edu>  Fri, 16 May 2008 15:27:17 -0400
96
97barnowl (0.0.r1017-0debathena1) unstable; urgency=low
98
99  * new build
100  * use cdbs
101
102 -- Gregory Nathan Price <price@mit.edu>  Sun,  6 Apr 2008 17:24:37 -0400
103
104barnowl (0.0.r650-1) unstable; urgency=low
105
106  * new build
107
108 -- Sam Hartman <hartmans@debian.org>  Thu,  5 Apr 2007 10:35:13 -0400
109
110barnowl (0.0.r643-1) unstable; urgency=low
111
112  * Fork of owl.
113
114 -- Sam Hartman <hartmans@debian.org>  Thu,  5 Apr 2007 10:34:47 -0400
115
116owl (2.1.8-2.1) unstable; urgency=low
117
118  * Non-maintainer upload.
119  * Include a patch from Andreas Jochens to fix compilation with gcc-4.0.
120    Closes: #287891
121  * Add some prototypes to perlglue.xs to avoid the implicit conversion of
122    return pointers from owl_zephyr_get_realm() & owl_zephyr_get_sender().
123    Closes: #326106
124
125 -- dann frazier <dannf@debian.org>  Tue, 11 Oct 2005 20:47:51 -0600
126
127owl (2.1.8-2) unstable; urgency=low
128
129  * zcrypt.c: use kerberosIV/des.h, not the openafs one. Closes: #189108.
130  * configure.in: change it in the test, too.
131
132 -- Mark W. Eichin <eichin@thok.org>  Sun, 29 Aug 2004 16:25:03 -0400
133
134owl (2.1.8-1) unstable; urgency=low
135
136  * New upstream release.  Kept debian/*, dropped all old patches
137    (everything that mattered was already upstream.)
138  * debian/copyright: new upstream location and mailing lists
139  * configure.in: don't look for libdes, it breaks kerberized zephyr.
140  * zephyr.c: actually record error_message in owl_function_error calls.     
141
142 -- Mark W. Eichin <eichin@thok.org>  Sun, 29 Aug 2004 13:21:53 -0400
143
144owl (1.2.9-1.1) unstable; urgency=low
145
146  * NMU
147  * Fix compile error, patch in BTS.  Closes: #189108
148
149 -- LaMont Jones <lamont@debian.org>  Sun,  3 Aug 2003 18:54:07 -0600
150
151owl (1.2.9-1) unstable; urgency=low
152
153  * New upstream release
154  * update fixes resize problem (Closes: #182897)
155  * upstream also took changes for perl multithreading, thanks Bas
156    Zoetekouw and Lamont Jones for the NMU (Closes: #159123)
157       
158 -- Mark W. Eichin <eichin@thok.org>  Sun, 13 Apr 2003 21:04:52 -0400
159
160owl (1.1.3-1.1) unstable; urgency=low
161
162  * NMU
163  * Fix perl 5.8 build problem.  Closes: #159123
164
165 -- LaMont Jones <lamont@debian.org>  Tue,  8 Oct 2002 18:21:44 -0600
166
167owl (1.1.3-1) unstable; urgency=low
168
169  * New upstream release
170
171 -- Mark W. Eichin <eichin@thok.org>  Fri,  5 Jul 2002 14:33:23 -0400
172
173owl (1.0.1-4) unstable; urgency=low
174
175  * debian/control: build-depend on a version of libzephyr late enough to
176    have #110486 fixed.  (Closes: #148404)
177
178 -- Mark W. Eichin <eichin@thok.org>  Thu, 30 May 2002 14:19:18 -0400
179
180owl (1.0.1-3) unstable; urgency=low
181
182  * debian/shlibs.local: override libzephyr3-krb's shlibs file until
183    #148175 is fixed.  (Closes: #148107)
184
185 -- Mark W. Eichin <eichin@thok.org>  Sat, 25 May 2002 18:35:09 -0400
186
187owl (1.0.1-2) unstable; urgency=low
188
189  * update README.debian from pre-release.
190  * configure.in: ditch the explicit krb tests, so we can get the right
191    libs. Crudely done, improvements sought.
192
193 -- Mark W. Eichin <eichin@thok.org>  Sat, 25 May 2002 02:19:47 -0400
194
195owl (1.0.1-1) unstable; urgency=low
196
197  * New upstream release.  Includes the 1.0.1 fixes below.
198  * debian/watch: new file, lets us use uscan and be very lazy :-)
199
200 -- Mark W. Eichin <eichin@thok.org>  Fri, 24 May 2002 17:42:44 -0400
201
202owl (1.0-1) unstable; urgency=low
203
204  * New upstream release (first public deb.) (Closes: #147980)
205  * zephyr.c (loadloginsubs, loadsubs): use free correctly.  (pre-1.0.1 fix)
206  * util.c (owl_free): void, don't return.  (pre-1.0.1 fix)
207
208 -- Mark W. Eichin <eichin@thok.org>  Fri, 24 May 2002 01:27:28 -0400
209
210owl (0.10-1) unstable; urgency=low
211
212  * New upstream release.
213
214 -- Mark W. Eichin <eichin@thok.org>  Tue,  7 May 2002 17:25:28 -0400
215
216owl (0.9-1) unstable; urgency=low
217
218  * New upstream release.
219
220 -- Mark W. Eichin <eichin@thok.org>  Sun, 28 Apr 2002 22:29:02 -0400
221
222owl (0.8.1-1) unstable; urgency=low
223
224  * New upstream release.
225
226 -- Mark W. Eichin <eichin@thok.org>  Wed, 24 Apr 2002 19:19:29 -0400
227
228owl (0.7-1) unstable; urgency=low
229
230  * Initial Release.
231
232 -- Mark W. Eichin <eichin@thok.org>  Tue, 23 Apr 2002 01:58:14 -0400
233
Note: See TracBrowser for help on using the repository browser.