1searchandrescue (1.4.0)
2  [ Jesse Smith <jessefrgsmith@yahoo.ca> ]
3  * Fixed configure/build issue which would prevent either new
4    or old graphics drawing styles from being used properly.
5  * Added to platforms list, new platforms provided by
6    Nobuhiro.
7  * Crash sounds only play once inistead of looping.
8    (Patch provided by Hector)
9  * B-47 helicopter no longer hovers above the landing pad upon landing.
10
11
12searchandrescue (1.3.0)
13  [ Jesse Smith <jessefrgsmith@yahoo.ca> ]
14  * Cockpit HUD now displays both altitude above sea level
15    and above ground level (AGL).
16  * Updated v3dtex.c to use smooth edges, rather than blocks. Makes
17    objects and terrain look smoother.
18    Patch supplied by Hector.
19    This behaviour can be reverted to use the old blocks by
20    editing sar/Makefile and changing the NEW_GRAPHICS flag to
21    OLD_GRAPHICS (line 5).
22  * Made it possible to crash into fire.
23    Patch provided by Hector.
24  * Smoke now rises in more varied ways, rather than straight up.
25    Thanks to Hector for providing this patch.
26  * Improved SDL joystick support and removed old joystick library
27    code. Updated controller menu.
28    New joystick code provided by Hector.
29  * Replaced old mid music files with new wav files.
30    Thanks to Hector for performing the conversion.
31
32
33searchandrescue (1.2.0)
34  [ Jesse Smith <jessefrgsmith@yahoo.ca> ]
35  * Applied patch which will cause alert humans to
36    wave their arms, even if they do not need rescue.
37    This allows "friends" of unaware victims to wave
38    at the player.
39    Patch supplied by Hector.
40  * Applied patch which notifies the game if a passenger moves to,
41    and boards, the helicopter.
42    Patch supplied by Hector.
43  * No longer spam console with messages about creating fires.
44  * Updated data file with fix for B47 aircraft. Helicopter could
45    crash too easily.
46    Patch provided by Dennis.
47  * Disabled libjsw (JS_SUPPORT), the legacy joystick support.
48    We use SDL now and the two were conflicting.
49  * When engine is turned off, engine sounds stop. Turning engine
50    back on (with sound enabled) resumes engine sounds.
51
52
53searchandrescue (1.1.0)
54  [ Jesse Smith <jessefrgsmith@yahoo.ca> ]
55  * Added SDL joystick code. Provided by Phil.
56  * Fixed configure script to place defines for HAVE_SDL_MIXER
57    and to link to the SDL and SDL_mixer libraries.
58    This should work for Linux and UNIX systems.
59  * Default to using SDL sound if both Y and SDL options are available.
60  * Removed thrown exceptions in string.cpp which casused compile
61    issues on FreeBSD.
62  * Fixed some compiler warnings on FreeBSD.
63  * Full screen mode can be turned off using "--window" parameter
64    on the command line.
65  * Added new, larger window resolutions.
66  * New window resolutions are available from the Options menu.
67  * The game now allows keys to auto-repeat. Which is generally normal
68    behaviour on the operating system. If this causes game play issues,
69    key auto-repeating can be turned off using the command line
70    parameter "--no-keyrepeat".
71  * Screen now clears itself between menus to avoid clutter.
72  * Makefile now installs icon to correct directory.
73
74
75searchandrescue (1.0.0)
76  [ Jesse Smith <jessefrgsmith@yahoo.ca> ]
77  * Fixed Makefile, updates and typoes.
78    Fixes provided by Neil.
79  * Updated config.h file with proper spelling.
80    Provided by Neil
81  * Updated install and man documents.
82    Provided by Neil
83  * Added Data file install script (installsardata).
84    Script provided by Neil.
85  * Testing sound now works on the Options screen, even if
86    sounds were muted in the previous game.
87  * Added sound modes (on/off) support on the Sound options page.
88  * Disabled Map button in Campaign briefing to avoid
89    mixing the campaign with pre-set missions.
90  * Added installsardata script, which automates installing
91    Data files from the top-level directory.
92    Script provided by Neil.
93  * Fixed local string library to avoid compiler fault on FreeBSD.
94  * Fixed Makefile include statement to work on FreeBSD.
95
96
97searchandrescue (0.9.0)
98  [ Jesse Smith <jessefrgsmith@yahoo.ca> ]
99  * Created random campaign mode, which generates a random SAR mission.
100  * Added sarcamp.h and sarcamp.c to the source tree and Makefile.
101  * Added code to sound.h and sound.c which uses the SDL_Mixer library.
102    This allows SAR to use either the Yiff sound library or SDL_Mixer
103    library. SDL is preferred as Yiff appears to be discontinued.
104  * Added flares to campaign missions on Cataline island. Helps the pilot
105    find victims who are hidden in the hills.
106  * Victims near the Coast Guard ship should now be drawn as being in
107    the water, not on the water.
108  * Fixed reported position of coast guard ship.
109  * Fire now sits on top of the land, not under hills.
110
111
112searchandrescue (0.8.4)
113  [ Jesse Smith <jessefrgsmith@yahoo.ca> ]
114  * Added new, non-training, missions.
115  * Fixed compiler warning in cp.c
116  * Fixed compiler warning in gctl.c and cpfio.c
117  * Fixed pointer assignment warning in gwx.c and
118    commented out unused function.
119  * Fixed unused variable warning in sarmenuoptions.c
120  * Initialised variable in simulties.c
121  * Fixed compile warnings in string.cpp and disk.cpp
122  * Updated dialog code to take advantage of compiler optimisation.
123  * Updated title screen with new project URL.
124
125
126searchandrescue (0.8.3)
127  [ Jesse Smith <jessefrgsmith@yahoo.ca> ]
128  * Applied Ubuntu-specific patches.
129  * Fixed menuobjview code to make sure SAR compiles on karmic.
130  * Airplanes can now taxi to their helipad destination to
131    complete a mission. They do not need to land perfectly on the pad.
132  * Added four new missions.
133  * Added throttle short-cut keys. 1, 2, 3 ... 0 now set the throttle.
134  * Throttle pre-sets are now mentioned on Help screen.
135
136
137searchandrescue (0.8.2-10ubuntu1) karmic; urgency=low
138
139  [ Scott Kitterman ]
140  * Drop build-depend on libjsw-dev (being removed due to GTK 1.2 removal)
141    - Update package description and README.Debian to remove reference to
142      libjsw and joystick support
143  * Add missing #include <stdio.h> in sar/gctl.c
144
145  [ Stefan Potyra ]
146  * sar/string.cpp, include/string.h: Disable strcasestr if _GNU_SOURCE
147    is defined, as this function is already part of (e)glibc as a
148    _GNU_SOURCE extension.
149
150 -- Stefan Potyra <sistpoty@ubuntu.com>  Sun, 13 Sep 2009 02:17:31 +0200
151
152searchandrescue (0.8.2-10) unstable; urgency=low
153
154  * Add desktop file (closes: 476962).
155  * Remove old x-dev and libglu1 build-dependencies, added libglu1-mesa-dev.
156  * Bump standards-version to 3.8.0.
157
158 -- Phil Brooke <pjb@debian.org>  Fri, 18 Jul 2008 07:17:50 +0100
159
160searchandrescue (0.8.2-9) unstable; urgency=low
161
162  * Fixed broken clean target causing FTBFS (closes: #457346).
163  * Add better watch file, on suggestion from Raphael Geissert.
164
165 -- Phil Brooke <pjb@debian.org>  Thu, 27 Dec 2007 14:47:24 +0000
166
167searchandrescue (0.8.2-8) unstable; urgency=low
168
169  * Update to standards-version 3.7.3:
170      * Modified debian/menu.
171  * Applied patches:
172      * From Brian M. Carlson to fix FTBFS (closes: 387117).
173      * From Lior Kaplan to make binNMU safe (modifies depends to
174        source:Version) (closes: 435953).
175      * Thanks.
176  * Removed debian/watch (closes: 449876).
177  * Modified sar/Makefile.install.UNIX so that final binaries are not
178    stripped when using DEB_BUILD_OPTIONS=nostrip (closes: 438011).
179  * Replaced DH_COMPAT in debian/rules with debian/compat.
180  * No longer ignore errors in clean target in debian/rules.
181  * Homepage moved in debian/control.
182
183 -- Phil Brooke <pjb@debian.org>  Fri, 21 Dec 2007 12:59:41 +0000
184
185searchandrescue (0.8.2-7) unstable; urgency=low
186
187  * Modifying string.cpp to fix FTBFS with gcc-snapshot package
188    (pre-release of GCC 4.2) (closes: 377175).
189
190 -- Phil Brooke <pjb@debian.org>  Wed, 26 Jul 2006 20:40:17 +0000
191
192searchandrescue (0.8.2-6) unstable; urgency=low
193
194  * Applying patch from Daniel Schepler to fix FTBFS.  Removes linking
195    with Xi (closes: 370177).
196  * Bumped standards-version to 3.7.2.
197
198 -- Phil Brooke <pjb@debian.org>  Thu,  8 Jun 2006 11:40:52 +0000
199
200searchandrescue (0.8.2-5) unstable; urgency=low
201
202  * Replaced build-depends xlibs-dev with libx11-dev, libxext-dev,
203    libxpm-dev, libxxf86vm-dev, x-dev.
204  * Also added libsm-dev, libxmu-dev as build-depends.
205
206 -- Phil Brooke <pjb@debian.org>  Wed,  4 Jan 2006 16:38:10 +0000
207
208searchandrescue (0.8.2-4) unstable; urgency=low
209
210  * Added Recommends for yiff-server (closes: 332937).
211
212 -- Phil Brooke <pjb@debian.org>  Tue,  3 Jan 2006 21:34:04 +0000
213
214searchandrescue (0.8.2-3) unstable; urgency=low
215
216  * Changed build dependency from xlibmesa-dev to libglu1-xorg-dev
217    (closes: 328151).
218  * Bumped standards-version to 3.6.2.
219  * prerm now uses bash, not sh.
220
221 -- Phil Brooke <pjb@debian.org>  Wed, 14 Sep 2005 07:57:16 +0100
222
223searchandrescue (0.8.2-2) unstable; urgency=low
224
225  * Applied patch from Andreas Jochens to allow searchandrescue to build
226    on amd64 with gcc-4.0 (closes: 289495).
227  * Modified debian/control to adjust the version dependency on
228    searchandrescue-data.
229
230 -- Phil Brooke <pjb@debian.org>  Mon, 10 Jan 2005 20:40:01 +0000
231
232searchandrescue (0.8.2-1) unstable; urgency=low
233
234  * New upstream release (closes: 287351).
235  * Updated control file to be stricter about searchandrescue-data and
236    searchandrescue-common versions.
237  * Updated description to start with lowercase letter.
238  * Fixed menu entry.
239  * Moved xpm icon files to /usr/share/pixmaps.
240  * Updated copyright file.
241
242 -- Phil Brooke <pjb@debian.org>  Sat,  8 Jan 2005 15:36:48 +0000
243
244searchandrescue (0.8.1-4) unstable; urgency=low
245
246  * Removed explicit dependency on GCC/G++ 3.2 in favour of the
247    (default) 3.3 versions (closes: 236452).
248  * Changed package dependencies from xlibmesa3-glu to xlibmesa-glu.
249
250 -- Phil Brooke <pjb@debian.org>  Sat, 13 Mar 2004 16:05:59 +0000
251
252searchandrescue (0.8.1-3) unstable; urgency=low
253
254  * Patched menu.c (patch provided by upstream) to fix apparent
255    double-buffering problem in menus (closes: 215458).
256
257 -- Phil Brooke <pjb@debian.org>  Sun, 19 Oct 2003 10:57:06 +0100
258
259searchandrescue (0.8.1-2) unstable; urgency=low
260
261  * Didn't properly remove doc-base directory, hopefully it's really
262    gone this time (closes: 215461).
263
264 -- Phil Brooke <pjb@debian.org>  Mon, 13 Oct 2003 07:37:08 +0100
265
266searchandrescue (0.8.1-1) unstable; urgency=low
267
268  * New upstream release (closes: 204261).
269  * Required later release of YIFF sound server: change version of
270    build-depends on liby-dev.
271  * Newer standards-version (3.6.1.0).
272  * Upstream appears to have no docs directory now, so relevant
273    debian/rules removed.  This leaves searchandrescue-common a bit
274    empty -- but we'll keep it for now. .doc-base removed.
275
276 -- Phil Brooke <pjb@debian.org>  Sun, 12 Oct 2003 09:00:00 +0100
277
278searchandrescue (0.7.21-3) unstable; urgency=low
279
280  * Updated build-depends again for new libjsw (closes: #190984).
281
282 -- Phil Brooke <pjb@debian.org>  Wed, 30 Apr 2003 08:11:43 +0100
283
284searchandrescue (0.7.21-2) unstable; urgency=low
285
286  * Updated build-depends again to sort out FTBFS bug on some
287    architectures relating to libGLU.so (closes: #184702).
288
289 -- Phil Brooke <pjb@debian.org>  Fri, 28 Mar 2003 20:49:26 +0000
290
291searchandrescue (0.7.21-1) unstable; urgency=low
292
293  * New upstream release.
294  * searchandrescue-common now contains only a small amount of
295    documentation, because upstream now separately distribute a data
296    tgz, so we create a separate source package called
297    searchandrescue-data which generates a binary of the same name.
298  * Now build-depends on bzip2 so that we can bunzip2 the man page.
299  * Fixed typo in searchandrescue-common description (closes: #177121).
300  * Standards update to 3.5.9.0.
301  * Updated build-depends for libGLU.so (closes: #184702).
302
303 -- Phil Brooke <pjb@debian.org>  Fri, 21 Mar 2003 15:37:29 +0000
304
305searchandrescue (0.7.20-7) unstable; urgency=low
306
307  * Split this package into two: the main binary package, plus an
308    architecture independent searchandrescue-common. (closes: #168754).
309  * Changed rules to use debhelper compatibility level 4.
310  * Update to standards version 3.5.8.0.
311  * Overriding lintian warning: menu-icon-missing.
312  * Removed unnecessary Provides: sar.
313  * Fixed build-depends (xlibmesa-dev).
314
315 -- Phil Brooke <pjb@debian.org>  Sun, 12 Jan 2003 14:32:55 +0000
316
317searchandrescue (0.7.20-6) unstable; urgency=low
318
319  * Remove postinst /usr/doc/ symlink.
320  * Fixed problem when building in chroot (closes: #166596).
321
322 -- Phil Brooke <pjb@debian.org>  Wed, 30 Oct 2002 19:55:52 +0000
323
324searchandrescue (0.7.20-5) unstable; urgency=low
325
326  * Rebuilding using gcc/g++-3.2 (closes: #160106).
327  * Sorted out prerm and postinst for /usr/doc symlink.
328
329 -- Phil Brooke <pjb@debian.org>  Wed, 11 Sep 2002 15:55:55 +0100
330
331searchandrescue (0.7.20-4) unstable; urgency=low
332
333  * Changed build-depends so that nvidia-glx-dev can be used instead
334    of mesag-dev.
335  * libY2 and libjsw: clarified dependencies (closes: #152167).
336    Modified README and control files.
337
338 -- Phil Brooke <pjb@debian.org>  Tue, 16 Jul 2002 12:32:15 +0100
339
340searchandrescue (0.7.20-3) unstable; urgency=low
341
342  * Now using gcc/g++ -3.1 so that we build correctly on arm.
343    (closes: #146253)
344
345 -- Phil Brooke <pjb@debian.org>  Thu, 30 May 2002 10:21:41 +0000
346
347searchandrescue (0.7.20-2) unstable; urgency=low
348
349  * Folded in bug fix after advice from upstream, using patch from Adam
350    Majer.  Also added g++-3.0 as build-dependency. (closes: #144704)
351
352 -- Phil Brooke <pjb@debian.org>  Sun, 28 Apr 2002 06:46:25 +0000
353
354searchandrescue (0.7.20-1) unstable; urgency=low
355
356  * New upstream release
357  * Folded in previous NMU changes (closes: #140752)
358  * New maintainer (closes: #116578)
359  * Added comment about yiff-server to README.Debian (closes: #136032)
360  * Change to sarsimbegin.c to allow compilation
361
362 -- Phil Brooke <pjb@debian.org>  Thu, 18 Apr 2002 15:35:54 +0000
363
364searchandrescue (0.7.15-3.1) unstable; urgency=low
365
366  * NMU
367  * rebuild against liby2-12.
368  * stricter versioned build-depends on liby2-dev
369
370 -- Junichi Uekawa <dancer@debian.org>  Mon,  1 Apr 2002 14:42:08 +0900
371
372searchandrescue (0.7.15-3) unstable; urgency=low
373
374  * rebuild against new version of libjsw (closes: #129718)
375  * put url on control
376
377 -- David Kimdon <dwhedon@debian.org>  Sat, 26 Jan 2002 23:30:41 -0800
378
379searchandrescue (0.7.15-2) unstable; urgency=low
380
381  * Remove i486 and up x86 optimization flags, fixes Illegal
382  instruction on AMD k6 (closes: #116056)
383  * remove emacs cruft from changelog (fixes lintian error)
384
385 -- David Kimdon <dwhedon@debian.org>  Tue, 27 Nov 2001 23:50:49 -0800
386
387searchandrescue (0.7.15-1) unstable; urgency=low
388
389  * New upstream release
390
391 -- David Kimdon <dwhedon@debian.org>  Mon,  8 Oct 2001 21:32:43 -0700
392
393searchandrescue (0.7e-4) unstable; urgency=low
394
395  * fix build failure on hppa (closes: #104870)
396
397 -- David Kimdon <dwhedon@debian.org>  Wed, 25 Jul 2001 08:16:23 -0600
398
399searchandrescue (0.7e-3) unstable; urgency=low
400
401  * don't build-depend on libc6-dev, it is build-essential
402  * upstream source location has moved, update debian/watch
403  * SearchAndRescue.xpm was in wrong place
404
405 -- David Kimdon <dwhedon@debian.org>  Sat, 14 Jul 2001 10:33:10 -0700
406
407searchandrescue (0.7e-2) unstable; urgency=low
408
409  * don't try to install into / fs during build (closes: #101384)
410  * fix some misspellings
411
412 -- David Whedon <dwhedon@debian.org>  Mon, 18 Jun 2001 21:13:44 -0700
413
414searchandrescue (0.7e-1) unstable; urgency=low
415
416  * New upstream release
417
418 -- David Whedon <dwhedon@debian.org>  Sun, 17 Jun 2001 19:52:05 -0700
419
420searchandrescue (0.7d-2) unstable; urgency=low
421
422  * move menu to proper dir, make colors and size policy compliant.
423
424 -- David Whedon <dwhedon@debian.org>  Thu, 10 May 2001 17:55:47 -0700
425
426searchandrescue (0.7d-1) unstable; urgency=low
427
428  * New upstream release.
429  * Not sure why it wasn't working, it works now (closes: #93709)
430
431 -- David Whedon <dwhedon@debian.org>  Thu, 12 Apr 2001 00:05:01 -0700
432
433searchandrescue (0.6-4) unstable; urgency=low
434
435  * typo fix in debian/doc-base (closes: #79457)
436
437 -- David Whedon <dwhedon@gordian.com>  Tue, 12 Dec 2000 12:09:48 -0800
438
439searchandrescue (0.6-3) unstable; urgency=low
440
441  * remove dh_dhelp from rules (wasn't needed anyway) (closes: #79417)
442
443 -- David Whedon <dwhedon@gordian.com>  Tue, 12 Dec 2000 09:50:09 -0800
444
445searchandrescue (0.6-2) unstable; urgency=low
446
447  * Change name (closes: #77513)
448  * Compile with debugging symbols when debug is in DEB_BUILD_OPTIONS
449    (closes: #77393)
450
451 -- David Whedon <dwhedon@gordian.com>  Sun, 26 Nov 2000 18:38:22 -0800
452
453sar (0.6-1) unstable; urgency=low
454
455  * New upstream release
456  * removed INSTALL and README from dos as they weren't relevant
457
458 -- David Whedon <dwhedon@gordian.com>  Thu, 16 Nov 2000 19:20:19 -0800
459
460sar (0.4-1) unstable; urgency=low
461
462  * Initial Release. (closes: #71719)
463
464 -- David Whedon <dwhedon@gordian.com>  Sat, 14 Oct 2000 23:16:15 -0700
465
466