source: debian/changelog @ e729e3b

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