chiark / gitweb /
Changelog for 4.38
[bible-kjv.git] / debian / changelog
1 bible-kjv (4.38) unstable; urgency=medium
2
3   * Patches from Vagrant Cascadian to use -ffile-prefix-map to make build
4     reproducible (Closes: #1020813)
5
6  -- Matthew Vernon <matthew@debian.org>  Fri, 30 Sep 2022 15:22:50 +0100
7
8 bible-kjv (4.37) unstable; urgency=medium
9
10   * Correct function signature of shortuniv_assign (Closes: #983989)
11
12  -- Matthew Vernon <matthew@debian.org>  Tue, 12 Oct 2021 08:59:18 +0100
13
14 bible-kjv (4.36) unstable; urgency=medium
15
16   * Add tests for use with autopkgtest
17
18  -- Matthew Vernon <matthew@debian.org>  Sun, 22 Aug 2021 12:23:02 +0100
19
20 bible-kjv (4.35) unstable; urgency=medium
21
22   * Fix off-by-one error in line numbers (and thus concordance)
23   * Update release_version
24
25  -- Matthew Vernon <matthew@debian.org>  Sat, 21 Aug 2021 18:02:31 +0100
26
27 bible-kjv (4.34) unstable; urgency=medium
28
29   * Check for error return value
30
31  -- Matthew Vernon <matthew@debian.org>  Mon, 19 Jul 2021 12:36:43 +0100
32
33 bible-kjv (4.33) unstable; urgency=medium
34
35   * Make the build not run in parallel 
36   * Use bible.rawtext to build concordance (Closes: #991133)
37
38  -- Matthew Vernon <matthew@debian.org>  Mon, 19 Jul 2021 12:10:28 +0100
39
40 bible-kjv (4.32) unstable; urgency=medium
41
42   * Patch from Helmut Grohne to fix FTCBFS: (Closes: #947616)
43     + Let dh_auto_build pass cross tools to make.
44     + Additionally override LD.
45     + Keep building the build tools for the build architecture.
46     + Seed the compiler used for randverse from dpkg's buildtools.mk.
47     + Use dh_strip as it uses the correct cross tool.
48
49  -- Matthew Vernon <matthew@debian.org>  Sun, 21 Feb 2021 16:05:00 +0000
50
51 bible-kjv (4.31) unstable; urgency=medium
52
53   * Relicence GPL-2 code to GPL-2+ (my code and that of Oliver
54     Elphick, who has agreed) (Closes: #977639)
55   * Bump standards-version
56
57  -- Matthew Vernon <matthew@debian.org>  Thu, 24 Dec 2020 13:26:42 +0000
58
59 bible-kjv (4.30) unstable; urgency=medium
60
61   * Fix string overflow bug found by gcc-8 (Closes: #897712)
62
63  -- Matthew Vernon <matthew@debian.org>  Sat, 12 May 2018 10:03:54 +0100
64
65 bible-kjv (4.29) unstable; urgency=low
66
67   * Add mandatory build-{arch,indep} targets to debian/rules (Closes: #821966)
68
69  -- Matthew Vernon <matthew@debian.org>  Thu, 07 Jul 2016 08:23:41 +0100
70
71 bible-kjv (4.28) unstable; urgency=low
72
73   * patch from Adam Borowski to fix FTBFS on x32 (Closes: #700012)
74
75  -- Matthew Vernon <matthew@debian.org>  Thu, 18 Feb 2016 18:34:45 +0000
76
77 bible-kjv (4.27) unstable; urgency=low
78
79   * Make build reproducible (patch from Chris Lamb) (Closes: #777294)
80
81  -- Matthew Vernon <matthew@debian.org>  Sun, 17 May 2015 13:44:48 +0100
82
83 bible-kjv (4.26) unstable; urgency=low
84
85   * add format strings to two *printf statements, patch from Andreas Moog
86     (Closes: #631685)
87
88  -- Matthew Vernon <matthew@debian.org>  Mon, 04 Jul 2011 17:50:50 +0100
89
90 bible-kjv (4.25) unstable; urgency=low
91
92   * correct text of Psa50:17 (closes: #623629)
93   * correct case of Psa70:1 (closes: #630153)
94   * add LDADD (Ubuntu patch from Andreas Moog) (closes: #631606)
95   * make bible-kjv-text only Recommend bible-kjv rather than depending on
96     it, to remove the circular dependency (closes: #626321)
97
98  -- Matthew Vernon <matthew@debian.org>  Sat, 25 Jun 2011 13:28:02 +0100
99
100 bible-kjv (4.24) unstable; urgency=low
101
102   * change build-depends to libreadline-dev (closes: #553733)
103
104  -- Matthew Vernon <matthew@debian.org>  Sat, 28 Nov 2009 13:57:13 +0000
105
106 bible-kjv (4.23) unstable; urgency=low
107
108   * Remove obsolete Local variables section
109   * #include <string.h> in bible.c - fixes Mac OS compilation failure
110     (closes: #439735)
111
112  -- Matthew Vernon <matthew@debian.org>  Tue, 11 Mar 2008 20:50:03 +0000
113
114 bible-kjv (4.22) unstable; urgency=low
115
116   * Replace old sort +1 syntax with POSIX sort -k 2 (closes: #464267)
117   * deal with nostrip DEB_BUILD_OPTION in debian/rules (closes: #436581)
118
119  -- Matthew Vernon <matthew@debian.org>  Thu,  7 Feb 2008 20:50:11 +0000
120
121 bible-kjv (4.21) unstable; urgency=low
122   
123   * Note to NMUers - please number your versions -1,-2 etc...
124   * fix capitalisation of Psa 92:1 (Closes: #458290)
125   * Improve randverse(1) (thanks to Kevin Ryde) (Closes: #50126)
126   
127  -- Matthew Vernon <matthew@debian.org>  Tue, 15 Jan 2008 21:18:45 +0000
128   
129 bible-kjv (4.20) unstable; urgency=low
130
131   * Non-maintainer upload.
132   * Get rid of the /usr/doc link (Closes: #359367, #359369). 
133
134  -- Amaya Rodrigo Sastre <amaya@debian.org>  Wed, 12 Jul 2006 14:25:06 +0200
135
136 bible-kjv (4.19) unstable; urgency=low
137
138   * Non-maintainer upload.
139   - Applied patch to fix FTBFS with gcc-4.0 from Andreas Jochens
140     <aj@andaco.de>. (closes: #292956)
141   - Changed build-dependency to libncurses5-dev since libncurses4-dev is no
142     longer available.
143
144  -- Rob Bradford <robster@debian.org>  Wed, 17 Aug 2005 21:36:05 +0100
145
146 bible-kjv (4.18) unstable; urgency=high
147
148   * #include more header files (Closes: #291782)
149
150  -- Matthew Vernon <matthew@debian.org>  Sun, 23 Jan 2005 11:29:56 +0000
151         
152 bible-kjv (4.17) unstable; urgency=high
153
154   * Remove -Wtraditional, since it behaves differently on newer versions
155     of gcc (Closes: #291750)
156
157  -- Matthew Vernon <matthew@debian.org>  Sat, 22 Jan 2005 23:34:15 +0000
158         
159 bible-kjv (4.16) unstable; urgency=low
160
161   * Prototype the tsl functions properly
162   * Remove some nested comments
163   * Prototype all of bible.c, make main return int, etc.
164   * Remove unused rcs_ident variables from several places
165   * Move function prototypes into header files
166   * #include system headers where needed (string.h, unistd.h, etc)
167   * Return int for the length of uncompressed buffer not char
168   * Remove the one instance of writing over a string (Closes: #285505)
169   * Remove duplicate declarations of libc functions (Closes: #258508)
170   * Code is now much more like ANSI, less like K+R
171         
172  -- Matthew Vernon <matthew@debian.org>  Sat, 22 Jan 2005 19:03:01 +0000
173         
174 bible-kjv (4.15) unstable; urgency=medium
175
176   * Use newer stdarg.h instead of varargs.h (Closes: #195193)
177   * Correct a few format-string errors
178   * Remove debian/substvars in debian/rules clean target
179
180  -- Matthew Vernon <matthew@debian.org>  Sat, 26 Jul 2003 10:28:31 +0100
181         
182 bible-kjv (4.14) unstable; urgency=medium
183  
184   * Fix prototype of main() in buildcmp.c, and cause it to return
185     correctly (Closes: #181986)
186
187  -- Matthew Vernon <matthew@debian.org>  Sat, 22 Feb 2003 15:45:01 +0000
188         
189 bible-kjv (4.13) unstable; urgency=medium
190
191   * Make a couple of main()s return int (Closes: #178641)
192   * include <stdlib.h> for malloc() (Closes: #179292)
193
194  -- Matthew Vernon <matthew@debian.org>  Sat,  1 Feb 2003 02:47:32 +0000
195         
196 bible-kjv (4.12) unstable; urgency=medium
197
198   * Correct the failure to comment some things out after #endif 
199     (Closes: #176998)
200
201  -- Matthew Vernon <matthew@debian.org>  Tue, 16 Jan 2003 14:31:04 +0000
202         
203 bible-kjv (4.11) unstable; urgency=medium
204
205   * Turn makeindex2 into a bash script (Closes: #176550)
206
207  -- Matthew Vernon <matthew@debian.org>  Mon, 13 Jan 2003 17:35:32 +0000
208         
209 bible-kjv (4.10) unstable; urgency=low
210
211   * Upstream have gone away, so take over this package
212   * Include the bible.rawtext file in the source distribution and fix the
213     brain-damage in the build system, so the data and concodence files are
214     generated at build-time (Closes: #175780)
215   * Fix typo in description (Closes: #124448)
216   * Standardise to loving-kindness, since that's in the OED and the BCP
217     (Closes: #120156) 
218
219  -- Matthew Vernon <matthew@debian.org>  Wed,  8 Jan 2003 16:46:20 +0000
220         
221 bible-kjv (4.00-13) unstable; urgency=low
222
223   * Fixed bug in handling open-ended ranges (e.g. 4-); closes #152272
224   * Implemented readline() support. Closes: #152273
225     [Thanks to Daniel Martin <dtmartin2@earthlink.net> for the patches for
226     both those bugs.]
227   * Added Build-Depends line (dependency on libreadline4-dev).
228   * Updated standards version to 3.5.6
229
230  -- Oliver Elphick <olly@lfix.co.uk>  Mon,  8 Jul 2002 16:27:13 +0100
231
232 bible-kjv (4.00-12) unstable; urgency=low
233
234   * Corrected bug in interpretation of "Phil" as Philippians - it was
235     losing the chapter number.  Closes: #96580
236   * bible-kjv now depneds on bible-kjv-text. Closes: #74621
237   * Changed all "long" decalarations to "int" to avoic problems on
238     Alpha.  Closes: #74910
239   * Changed '\?' to '?' in the man page.  Closes: #50122
240   * Added menu entry. Closes: #50123
241
242  -- Oliver Elphick <olly@lfix.co.uk>  Mon,  7 May 2001 07:58:42 +0100
243
244 bible-kjv (4.00-11) unstable; urgency=low
245
246   * Changed section from misc to doc. (The override file already did
247     this.)
248
249  -- Oliver Elphick <olly@lfix.co.uk>  Mon, 22 Jan 2001 20:04:28 +0000
250
251 bible-kjv (4.00-10) unstable; urgency=low
252
253   * Fixed bug in corcordance for unique references where no search range is
254     specified.  Closes: bug#63716
255
256  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Sun,  7 May 2000 17:50:15 +0100
257
258 bible-kjv (4.00-9) frozen unstable; urgency=low
259
260   * Increased a buffer size which was causing very long verses to be truncated.
261     Closes: bug#53701
262
263  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Thu, 30 Dec 1999 17:38:18 +0000
264
265 bible-kjv (4.00-8) unstable; urgency=low
266
267   * Moved randverse program from verse package into this one
268     Fixes bug#30863
269
270  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Sat, 19 Dec 1998 02:15:24 +0000
271
272 bible-kjv (4.00-7) frozen unstable; urgency=low
273
274   * Edited manpage to change /usr/local/lib to /usr/lib. Fixes bug#22365.
275
276  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Tue, 12 May 1998 17:44:11 +0100
277
278 bible-kjv (4.00-6) unstable; urgency=low
279
280   * Applied patch from James Troup <J.J.Troup@scm.brad.ac.uk> to make the
281     text package _properly_ architecture-independent. Fixes bug#17663
282   * Fixed syntax error in control file.
283
284  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Tue, 27 Jan 1998 22:56:08 +0000
285
286 bible-kjv (4.00-5) unstable; urgency=low
287
288   * Split into bible-kjv-text and bible-kjv (static text and the program);
289     fixes bug#14838
290   * Uncompressed /usr/doc/bible-kjv/copyright;  fixes bug#14392
291
292  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Thu,  8 Jan 1998 22:48:54 +0000
293
294 bible-kjv (4.00-4) unstable; urgency=low
295
296   * New maintainer
297
298  -- Oliver Elphick <Oliver.Elphick@lfix.co.uk>  Thu, 11 Dec 1997 17:35:24 +0000
299
300 bible-kjv (4.00-3) unstable; urgency=low
301
302   * Build under hamm.
303   * Retake package since I am still listed as maintainer.
304
305  -- Christoph Lameter <clameter@debian.org>  Wed, 29 Oct 1997 16:04:45 -0800
306
307 bible-kjv (4.00-2) unstable; urgency=low
308
309   * New maintainer
310   * removed outdated location for copyright file
311   * compressed docs and man pages
312
313  -- Dale Scheetz <dwarf@polaris.net>  Sat, 19 Oct 1996 17:01:32 -0400
314
315 bible-kjv (4.00-1) unstable; urgency=high
316
317   * Initial Release
318
319  -- Christoph Lameter <clameter@debian.org>  Tue, 20 Sep 1996 14:51:46 +0800
320
321
322