chiark / gitweb /
44284314890fdae989c23ddf47b6f1940702ce08
[bible-kjv.git] / debian / changelog
1 bible-kjv (4.25) unstable; urgency=low
2
3   * correct text of Psa50:17 (closes: #623629)
4   * correct case of Psa70:1 (closes: #630153)
5   * add LDADD (Ubuntu patch from Andreas Moog) (closes: #631606)
6   * make bible-kjv-text only Recommend bible-kjv rather than depending on
7     it, to remove the circular dependency (closes: #626321)
8
9  -- Matthew Vernon <matthew@debian.org>  Sat, 25 Jun 2011 13:28:02 +0100
10
11 bible-kjv (4.24) unstable; urgency=low
12
13   * change build-depends to libreadline-dev (closes: #553733)
14
15  -- Matthew Vernon <matthew@debian.org>  Sat, 28 Nov 2009 13:57:13 +0000
16
17 bible-kjv (4.23) unstable; urgency=low
18
19   * Remove obsolete Local variables section
20   * #include <string.h> in bible.c - fixes Mac OS compilation failure
21     (closes: #439735)
22
23  -- Matthew Vernon <matthew@debian.org>  Tue, 11 Mar 2008 20:50:03 +0000
24
25 bible-kjv (4.22) unstable; urgency=low
26
27   * Replace old sort +1 syntax with POSIX sort -k 2 (closes: #464267)
28   * deal with nostrip DEB_BUILD_OPTION in debian/rules (closes: #436581)
29
30  -- Matthew Vernon <matthew@debian.org>  Thu,  7 Feb 2008 20:50:11 +0000
31
32 bible-kjv (4.21) unstable; urgency=low
33   
34   * Note to NMUers - please number your versions -1,-2 etc...
35   * fix capitalisation of Psa 92:1 (Closes: #458290)
36   * Improve randverse(1) (thanks to Kevin Ryde) (Closes: #50126)
37   
38  -- Matthew Vernon <matthew@debian.org>  Tue, 15 Jan 2008 21:18:45 +0000
39   
40 bible-kjv (4.20) unstable; urgency=low
41
42   * Non-maintainer upload.
43   * Get rid of the /usr/doc link (Closes: #359367, #359369). 
44
45  -- Amaya Rodrigo Sastre <amaya@debian.org>  Wed, 12 Jul 2006 14:25:06 +0200
46
47 bible-kjv (4.19) unstable; urgency=low
48
49   * Non-maintainer upload.
50   - Applied patch to fix FTBFS with gcc-4.0 from Andreas Jochens
51     <aj@andaco.de>. (closes: #292956)
52   - Changed build-dependency to libncurses5-dev since libncurses4-dev is no
53     longer available.
54
55  -- Rob Bradford <robster@debian.org>  Wed, 17 Aug 2005 21:36:05 +0100
56
57 bible-kjv (4.18) unstable; urgency=high
58
59   * #include more header files (Closes: #291782)
60
61  -- Matthew Vernon <matthew@debian.org>  Sun, 23 Jan 2005 11:29:56 +0000
62         
63 bible-kjv (4.17) unstable; urgency=high
64
65   * Remove -Wtraditional, since it behaves differently on newer versions
66     of gcc (Closes: #291750)
67
68  -- Matthew Vernon <matthew@debian.org>  Sat, 22 Jan 2005 23:34:15 +0000
69         
70 bible-kjv (4.16) unstable; urgency=low
71
72   * Prototype the tsl functions properly
73   * Remove some nested comments
74   * Prototype all of bible.c, make main return int, etc.
75   * Remove unused rcs_ident variables from several places
76   * Move function prototypes into header files
77   * #include system headers where needed (string.h, unistd.h, etc)
78   * Return int for the length of uncompressed buffer not char
79   * Remove the one instance of writing over a string (Closes: #285505)
80   * Remove duplicate declarations of libc functions (Closes: #258508)
81   * Code is now much more like ANSI, less like K+R
82         
83  -- Matthew Vernon <matthew@debian.org>  Sat, 22 Jan 2005 19:03:01 +0000
84         
85 bible-kjv (4.15) unstable; urgency=medium
86
87   * Use newer stdarg.h instead of varargs.h (Closes: #195193)
88   * Correct a few format-string errors
89   * Remove debian/substvars in debian/rules clean target
90
91  -- Matthew Vernon <matthew@debian.org>  Sat, 26 Jul 2003 10:28:31 +0100
92         
93 bible-kjv (4.14) unstable; urgency=medium
94  
95   * Fix prototype of main() in buildcmp.c, and cause it to return
96     correctly (Closes: #181986)
97
98  -- Matthew Vernon <matthew@debian.org>  Sat, 22 Feb 2003 15:45:01 +0000
99         
100 bible-kjv (4.13) unstable; urgency=medium
101
102   * Make a couple of main()s return int (Closes: #178641)
103   * include <stdlib.h> for malloc() (Closes: #179292)
104
105  -- Matthew Vernon <matthew@debian.org>  Sat,  1 Feb 2003 02:47:32 +0000
106         
107 bible-kjv (4.12) unstable; urgency=medium
108
109   * Correct the failure to comment some things out after #endif 
110     (Closes: #176998)
111
112  -- Matthew Vernon <matthew@debian.org>  Tue, 16 Jan 2003 14:31:04 +0000
113         
114 bible-kjv (4.11) unstable; urgency=medium
115
116   * Turn makeindex2 into a bash script (Closes: #176550)
117
118  -- Matthew Vernon <matthew@debian.org>  Mon, 13 Jan 2003 17:35:32 +0000
119         
120 bible-kjv (4.10) unstable; urgency=low
121
122   * Upstream have gone away, so take over this package
123   * Include the bible.rawtext file in the source distribution and fix the
124     brain-damage in the build system, so the data and concodence files are
125     generated at build-time (Closes: #175780)
126   * Fix typo in description (Closes: #124448)
127   * Standardise to loving-kindness, since that's in the OED and the BCP
128     (Closes: #120156) 
129
130  -- Matthew Vernon <matthew@debian.org>  Wed,  8 Jan 2003 16:46:20 +0000
131         
132 bible-kjv (4.00-13) unstable; urgency=low
133
134   * Fixed bug in handling open-ended ranges (e.g. 4-); closes #152272
135   * Implemented readline() support. Closes: #152273
136     [Thanks to Daniel Martin <dtmartin2@earthlink.net> for the patches for
137     both those bugs.]
138   * Added Build-Depends line (dependency on libreadline4-dev).
139   * Updated standards version to 3.5.6
140
141  -- Oliver Elphick <olly@lfix.co.uk>  Mon,  8 Jul 2002 16:27:13 +0100
142
143 bible-kjv (4.00-12) unstable; urgency=low
144
145   * Corrected bug in interpretation of "Phil" as Philippians - it was
146     losing the chapter number.  Closes: #96580
147   * bible-kjv now depneds on bible-kjv-text. Closes: #74621
148   * Changed all "long" decalarations to "int" to avoic problems on
149     Alpha.  Closes: #74910
150   * Changed '\?' to '?' in the man page.  Closes: #50122
151   * Added menu entry. Closes: #50123
152
153  -- Oliver Elphick <olly@lfix.co.uk>  Mon,  7 May 2001 07:58:42 +0100
154
155 bible-kjv (4.00-11) unstable; urgency=low
156
157   * Changed section from misc to doc. (The override file already did
158     this.)
159
160  -- Oliver Elphick <olly@lfix.co.uk>  Mon, 22 Jan 2001 20:04:28 +0000
161
162 bible-kjv (4.00-10) unstable; urgency=low
163
164   * Fixed bug in corcordance for unique references where no search range is
165     specified.  Closes: bug#63716
166
167  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Sun,  7 May 2000 17:50:15 +0100
168
169 bible-kjv (4.00-9) frozen unstable; urgency=low
170
171   * Increased a buffer size which was causing very long verses to be truncated.
172     Closes: bug#53701
173
174  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Thu, 30 Dec 1999 17:38:18 +0000
175
176 bible-kjv (4.00-8) unstable; urgency=low
177
178   * Moved randverse program from verse package into this one
179     Fixes bug#30863
180
181  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Sat, 19 Dec 1998 02:15:24 +0000
182
183 bible-kjv (4.00-7) frozen unstable; urgency=low
184
185   * Edited manpage to change /usr/local/lib to /usr/lib. Fixes bug#22365.
186
187  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Tue, 12 May 1998 17:44:11 +0100
188
189 bible-kjv (4.00-6) unstable; urgency=low
190
191   * Applied patch from James Troup <J.J.Troup@scm.brad.ac.uk> to make the
192     text package _properly_ architecture-independent. Fixes bug#17663
193   * Fixed syntax error in control file.
194
195  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Tue, 27 Jan 1998 22:56:08 +0000
196
197 bible-kjv (4.00-5) unstable; urgency=low
198
199   * Split into bible-kjv-text and bible-kjv (static text and the program);
200     fixes bug#14838
201   * Uncompressed /usr/doc/bible-kjv/copyright;  fixes bug#14392
202
203  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Thu,  8 Jan 1998 22:48:54 +0000
204
205 bible-kjv (4.00-4) unstable; urgency=low
206
207   * New maintainer
208
209  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Thu, 11 Dec 1997 17:35:24 +0000
210
211 bible-kjv (4.00-3) unstable; urgency=low
212
213   * Build under hamm.
214   * Retake package since I am still listed as maintainer.
215
216  -- Christoph Lameter <clameter@debian.org>  Wed, 29 Oct 1997 16:04:45 -0800
217
218 bible-kjv (4.00-2) unstable; urgency=low
219
220   * New maintainer
221   * removed outdated location for copyright file
222   * compressed docs and man pages
223
224  -- Dale Scheetz <dwarf@polaris.net>  Sat, 19 Oct 1996 17:01:32 -0400
225
226 bible-kjv (4.00-1) unstable; urgency=high
227
228   * Initial Release
229
230  -- Christoph Lameter <clameter@debian.org>  Tue, 20 Sep 1996 14:51:46 +0800
231
232
233