source: debian/changelog @ 2f205a7

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