changelog 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905
  1. bsdgames (2.17-24) UNRELEASED; urgency=medium
  2. [ Ben Finney ]
  3. * adventure:
  4. * Declare “Provides: adventure” as this is one possible implementation
  5. of the Colossal Cave Adventure.
  6. * Use Debian alternatives system to present ‘bsdgames-adventure’ as an
  7. implementation of ‘adventure’.
  8. --
  9. bsdgames (2.17-23) unstable; urgency=medium
  10. * Update to Standards-Version 3.9.6, no changes needed
  11. -- Dr. Tobias Quathamer <toddy@debian.org> Wed, 13 Jan 2016 17:38:52 +0100
  12. bsdgames (2.17-22) unstable; urgency=medium
  13. * Update Vcs-URLs
  14. * Update Standards-Version to 3.9.5, no changes needed
  15. -- Tobias Quathamer <toddy@debian.org> Tue, 08 Jul 2014 21:25:35 +0200
  16. bsdgames (2.17-21) unstable; urgency=low
  17. * Switch to debhelper v9
  18. * Use all hardening features in DEB_BUILD_MAINT_OPTIONS
  19. -- Tobias Quathamer <toddy@debian.org> Mon, 26 Mar 2012 11:52:07 +0200
  20. bsdgames (2.17-20) unstable; urgency=low
  21. * Set maintainer to Debian Games Team, add myself as uploader
  22. * Add git repository to debian/control
  23. * rain: Update default delay. Closes: #579062
  24. * quiz: Add answers to adults/babies. Closes: #659528
  25. * primes: Document maximum number in manpage. Closes: #636569
  26. * primes: Updated to NetBSD CVS as of 2012-02-16
  27. * wtf: Add NMU. Closes: #574036
  28. * hangman: Error out on 1000 unsuitable words. Closes: #610270
  29. * Rename files in debian/patches, managed now with gbp-pq
  30. * Remove Conflicts/Replaces on bsdgames-nonfree (<< 2.14) from
  31. debian/control, that version is long gone now
  32. * Remove Build-Depends on dpkg-dev (>= 1.9.0)
  33. * Use set -e in postinst, postrm, and preinst
  34. * Fix some typos spotted by Lintian
  35. * Update to Standards-Version 3.9.3
  36. -- Tobias Quathamer <toddy@debian.org> Sat, 25 Feb 2012 17:11:48 +0100
  37. bsdgames (2.17-19) unstable; urgency=low
  38. * debian/patches/define-dead.diff:
  39. - Define __dead in include/sys/cdefs.h
  40. * debian/patches/wump-update.diff:
  41. - Update wump sources to NetBSD CVS as of 2010-01-14. This fixes
  42. several bugs, including the over-crowded cave. Thanks to
  43. Jörg Neulist for the bug report and patch. Closes: #564891
  44. -- Tobias Quathamer <toddy@debian.org> Fri, 15 Jan 2010 23:31:41 +0100
  45. bsdgames (2.17-18) unstable; urgency=low
  46. * debian/patches/sort-acronyms.comp.diff:
  47. - Sort acronyms.comp with LC_ALL=C. Thanks to Jonas Kölker for the
  48. patch. Closes: #367689
  49. - Add JFGI to acronyms.comp. Thanks to Muthu for the suggestion.
  50. Closes: #475044
  51. * debian/patches/refresh-robots-screen.diff:
  52. - Properly refresh screen of robots game with CTRL-L. Thanks to
  53. tdenniston and Jonathan Davies for the patch and bug report.
  54. Closes: #562523, LP: #465530
  55. * debian/patches/anne-boleyn.diff:
  56. - Fix spelling error of Anne Boleyn in murders quizfile. Thanks
  57. to Dean Menezes for the bug report. Closes: #562231
  58. * debian/patches/capitals.diff:
  59. - Update african capitals and countries in quiz game. Thanks to
  60. Ulf Schaper for the bug report. Closes: #296027
  61. - Update american capitals and countries in quiz game.
  62. - Update asian capitals and countries in quiz game.
  63. - Update european capitals and countries in quiz game.
  64. -- Tobias Quathamer <toddy@debian.org> Sat, 02 Jan 2010 21:59:41 +0100
  65. bsdgames (2.17-17) unstable; urgency=low
  66. * New maintainer. Closes: #487466
  67. * Switch to dpkg source format 3.0 (quilt)
  68. * debian/control:
  69. - Little changes to the description
  70. - Bump Standards-Version to 3.8.3
  71. - Remove Git-Vcs line as it isn't up to date
  72. * debian/patches/replace-getline.diff:
  73. - Fix FTBFS by renaming the function getline() to get_line().
  74. Closes: #552840, LP: #439394
  75. * debian/patches/quiz-presidents.diff:
  76. - Add Barack Obama to the list of US presidents, thanks to
  77. Dean Bob and Joseph Smidt. Closes: #522352, LP: #319415
  78. * debian/patches/add-acronyms.diff:
  79. - Add DD, DDPO, FTBFS, GIYF, LGPL, MOTU, MPL, RFS, RTSL, SRU and UTSL
  80. to acronyms.comp. Closes: #271786, #363945, #367688.
  81. - Add IANADD, NIMB/NIMBY, NTFS, SIYH, TINASOTODP, TINLA, WIR to
  82. acronyms. Closes: #440168, #474629, #523442.
  83. - Change all occurencies of "gnu" to uppercase, as it's a name
  84. (to match "XML" and "SCSI").
  85. -- Tobias Quathamer <toddy@debian.org> Mon, 16 Nov 2009 22:03:56 +0100
  86. bsdgames (2.17-16) unstable; urgency=low
  87. * trek: Fix spin on powerpc due to char signdness issue.
  88. Thanks, Wouter Verhelst. Closes: #234448
  89. * Orphan the package, guess I forgot to earlier.
  90. -- Joey Hess <joeyh@debian.org> Thu, 13 Nov 2008 13:46:27 -0500
  91. bsdgames (2.17-15) unstable; urgency=low
  92. * Include rot13 in package description. Closes: #477141
  93. * adventure: Fix crc code to not segfault on 64 bit architectures.
  94. Closes: #477768
  95. * Use debhelper v7, rules file minimisation.
  96. -- Joey Hess <joeyh@debian.org> Fri, 25 Apr 2008 16:03:59 -0400
  97. bsdgames (2.17-14) unstable; urgency=low
  98. * Fix missing bracket in quiz poetry data file. Closes: #474594
  99. * Update menu file to current policy.
  100. * Fixed some man page markup.
  101. -- Joey Hess <joeyh@debian.org> Sun, 06 Apr 2008 13:33:55 -0400
  102. bsdgames (2.17-13) unstable; urgency=low
  103. * Patch from Aaron Denney, fixing pluralization of singular fractions.
  104. Closes: #471762
  105. -- Joey Hess <joeyh@debian.org> Thu, 20 Mar 2008 21:47:24 -0400
  106. bsdgames (2.17-12) unstable; urgency=low
  107. * Fix a bad cast in hunt that caused it to refuse to run on amd64 and likely
  108. also other 64 bit architectures. Closes: #342025
  109. -- Joey Hess <joeyh@debian.org> Sat, 22 Dec 2007 22:47:26 -0500
  110. bsdgames (2.17-11) unstable; urgency=low
  111. * gcc 4.3 duplicate function parameter name fixes. Closes: #455662
  112. -- Joey Hess <joeyh@debian.org> Tue, 11 Dec 2007 00:26:57 -0500
  113. bsdgames (2.17-10) unstable; urgency=low
  114. * Fix menu entry for worms.
  115. -- Joey Hess <joeyh@debian.org> Thu, 02 Aug 2007 13:03:11 -0400
  116. bsdgames (2.17-9) unstable; urgency=low
  117. * De-hardcode paths to /usr/games in menu file.
  118. * Menu section transition.
  119. * Current policy version.
  120. -- Joey Hess <joeyh@debian.org> Sun, 08 Jul 2007 16:17:43 -0400
  121. bsdgames (2.17-8) unstable; urgency=low
  122. * Patch from Alan Curry to backgammon to fix a bug that caused the computer
  123. player to skip a turn near the end of the game. Closes: #368771
  124. * Also some tutorial grammar fixes.
  125. * Patch from Alan Curry to backgammon to make movallow() try again with dice
  126. swapped when it finds that there is no possible move with the second die
  127. after the first die was used to move a man off the bar. Closes: #185100
  128. -- Joey Hess <joeyh@debian.org> Wed, 24 May 2006 20:23:25 -0400
  129. bsdgames (2.17-7) unstable; urgency=medium
  130. * sail: Fix a scanf buffer overrun in initial broadside prompt code,
  131. possibly exploitable. Closes: #360989
  132. * dm: Fix some other, non exploitable scanf buffer overruns.
  133. -- Joey Hess <joeyh@debian.org> Thu, 6 Apr 2006 19:59:35 -0400
  134. bsdgames (2.17-6) unstable; urgency=medium
  135. * tetris-bsd: Apply patch from gentoo to fix input validation in score
  136. reading code to avoid stack overflow, and . Closes: # (CVE-2006-1539)
  137. -- Joey Hess <joeyh@debian.org> Thu, 6 Apr 2006 18:58:10 -0400
  138. bsdgames (2.17-5) unstable; urgency=low
  139. * Deal with removal of wenglish package. Closes: #345975
  140. -- Joey Hess <joeyh@debian.org> Wed, 4 Jan 2006 12:41:16 -0500
  141. bsdgames (2.17-4) unstable; urgency=low
  142. * Manu file quoting improvmenets.
  143. * Current standards version.
  144. -- Joey Hess <joeyh@debian.org> Sun, 18 Dec 2005 17:35:38 -0500
  145. bsdgames (2.17-3) unstable; urgency=low
  146. * Rebuilt for g++ transition.
  147. -- Joey Hess <joeyh@debian.org> Wed, 12 Oct 2005 16:09:58 -0400
  148. bsdgames (2.17-2) unstable; urgency=low
  149. * Rename fish to go-fish, since fish is also the command name of
  150. the fish shell. Closes: #314460
  151. -- Joey Hess <joeyh@debian.org> Fri, 17 Jun 2005 13:51:14 -0400
  152. bsdgames (2.17-1) unstable; urgency=low
  153. * New upstream release.
  154. -- Joey Hess <joeyh@debian.org> Fri, 18 Feb 2005 13:12:51 -0500
  155. bsdgames (2.16-5) unstable; urgency=low
  156. * Apply hack patch from Andreas Jochens to support building under gcc 4.0
  157. which does stricter checking for static variables. Closes: #284750
  158. -- Joey Hess <joeyh@debian.org> Wed, 8 Dec 2004 14:39:12 -0500
  159. bsdgames (2.16-4) unstable; urgency=low
  160. * Fixed a null pointer de-reference in hunt if run on a
  161. system with an interface with no link level address. Closes: #279903
  162. -- Joey Hess <joeyh@debian.org> Thu, 25 Nov 2004 11:23:09 -0500
  163. bsdgames (2.16-3) unstable; urgency=low
  164. * Add docdir to config.params and don't unstall trek.me manually.
  165. -- Joey Hess <joeyh@debian.org> Sun, 7 Mar 2004 15:50:16 -0900
  166. bsdgames (2.16-2) unstable; urgency=low
  167. * FIx primes(6). Closes: #234515
  168. -- Joey Hess <joeyh@debian.org> Tue, 24 Feb 2004 11:26:42 -0500
  169. bsdgames (2.16-1) unstable; urgency=low
  170. * New upstream release.
  171. -- Joey Hess <joeyh@debian.org> Sat, 14 Feb 2004 16:34:08 -0500
  172. bsdgames (2.15-1) unstable; urgency=low
  173. * New upstream release.
  174. - Fix backgammon scoring bug related to peices on the bar and gammons.
  175. Closes: #185101
  176. - Fix backgammon tutorial text. Closes: #212478
  177. - Advertising clause is gone from most, but not all licenses.
  178. - Apparently better fix for boggle man page.
  179. - Incorporates nearly all changes in Debian diff.
  180. -- Joey Hess <joeyh@debian.org> Fri, 19 Dec 2003 18:04:24 -0500
  181. bsdgames (2.14-8) unstable; urgency=low
  182. * Update for POSIX chown. Closes: #214043
  183. * atc: Note in man page that pressing return will do an immediate update.
  184. Closes: #216980
  185. -- Joey Hess <joeyh@debian.org> Sat, 25 Oct 2003 18:16:33 -0400
  186. bsdgames (2.14-7) unstable; urgency=low
  187. * Fix left/right confusion on worm man page. Closes: #209034
  188. -- Joey Hess <joeyh@debian.org> Sat, 6 Sep 2003 23:01:13 -0400
  189. bsdgames (2.14-6) unstable; urgency=low
  190. * Move menu item to new policy-compliant Apps/Education. Closes: #194782
  191. -- Joey Hess <joeyh@debian.org> Sun, 13 Jul 2003 22:02:55 +0200
  192. bsdgames (2.14-5) unstable; urgency=low
  193. * Fix rounding error in caesar due to too small data type. Caused it to
  194. sometimes make incorrect guesses. Thanks to Jan Vornberger for analysis
  195. and patch. Also forwarded upstream. Closes: #197816
  196. -- Joey Hess <joeyh@debian.org> Tue, 17 Jun 2003 19:36:44 -0400
  197. bsdgames (2.14-4) unstable; urgency=low
  198. * Move atc and sail to Games/Strategy in menu, cf #194782
  199. * Move rain and worms to Games/Toys, calling them screen savers is too much
  200. of a long shot.
  201. -- Joey Hess <joeyh@debian.org> Wed, 28 May 2003 12:46:48 -0400
  202. bsdgames (2.14-3) unstable; urgency=low
  203. * Corrected Bornes typo in menu entry. It's all the bash shell's fault. :-)
  204. Closes: #193126
  205. -- Joey Hess <joeyh@debian.org> Tue, 13 May 2003 10:19:41 -0400
  206. bsdgames (2.14-2) unstable; urgency=low
  207. * My patch to bcd.6 is no longer necessary.
  208. * hack: Consistently refer to O as options key, not o. Closes: #191452
  209. -- Joey Hess <joeyh@debian.org> Thu, 1 May 2003 11:31:52 -0400
  210. bsdgames (2.14-1) unstable; urgency=low
  211. * New upstream release, whivh includes hack, back fron bsdgames-nonfree.
  212. * Conflict and replace with old versions of bsdgames-nonfree that include
  213. hack.
  214. * Add hack to package description and menu file.
  215. * Add in hack's two READ_ME files to binay package.
  216. * Patched hack config.h as it is patched in bsdgames-nonfree.
  217. * Unlike bsdgames-nonfree, put the help, hh, rumors, and data files in
  218. /usr/share/games/bsdgames/hack, as the patched config.h makes it look
  219. there.
  220. * postinst moves over hack state files to new directory
  221. * Patched phantasia to use strerror and not segfault if it cannot open the
  222. var files. Closes: #187251 (patch sent upstream)
  223. -- Joey Hess <joeyh@debian.org> Wed, 2 Apr 2003 20:44:19 -0500
  224. bsdgames (2.13-11) unstable; urgency=low
  225. * Fixed silly typo in wargames man page. Closes: #169307
  226. -- Joey Hess <joeyh@debian.org> Sat, 16 Nov 2002 18:58:22 -0500
  227. bsdgames (2.13-10) unstable; urgency=low
  228. * Updated to debhelper v4.
  229. -- Joey Hess <joeyh@debian.org> Sat, 1 Jun 2002 22:26:40 -0400
  230. bsdgames (2.13-9) unstable; urgency=low
  231. * Moved wtf acronym list into /usr/share/games. Closes: #144804
  232. -- Joey Hess <joeyh@debian.org> Wed, 22 May 2002 13:17:37 -0400
  233. bsdgames (2.13-8) unstable; urgency=low
  234. * COrrected primes (really factor) man page. Closes: #144738
  235. -- Joey Hess <joeyh@debian.org> Sat, 27 Apr 2002 11:00:25 -0400
  236. bsdgames (2.13-7) unstable; urgency=low
  237. * Make sure boggle is always built with the same wordlist, and use the union
  238. of wenglish and wbristish for that list. Building with web2 resulted in
  239. too many scrabble-words..
  240. -- Joey Hess <joeyh@debian.org> Sun, 7 Apr 2002 20:27:57 -0400
  241. bsdgames (2.13-6) unstable; urgency=low
  242. * Fixed man page warnings, Closes: #139414
  243. -- Joey Hess <joeyh@debian.org> Thu, 21 Mar 2002 22:24:53 -0500
  244. bsdgames (2.13-4) unstable; urgency=low
  245. * Corrected hint => hints, Closes: #134120
  246. -- Joey Hess <joeyh@debian.org> Fri, 15 Feb 2002 16:36:20 -0500
  247. bsdgames (2.13-3) unstable; urgency=low
  248. * Added -m option to hangman to set MINLEN. Closes: #129998
  249. -- Joey Hess <joeyh@debian.org> Sat, 19 Jan 2002 18:04:06 -0500
  250. bsdgames (2.13-2) unstable; urgency=low
  251. * Fixed bad merge (that's why sail was broken).
  252. -- Joey Hess <joeyh@debian.org> Sat, 29 Dec 2001 13:37:00 -0500
  253. bsdgames (2.13-1) unstable; urgency=low
  254. * New upstream release.
  255. * Patched sail/sync.c to build (lots of missing includes and other trivial
  256. mistakes).
  257. -- Joey Hess <joeyh@debian.org> Fri, 28 Dec 2001 18:15:41 -0500
  258. bsdgames (2.12-11) unstable; urgency=low
  259. * Added menu hints for backgammon and gomoku, Closes: #121012, #121012
  260. NB: holding off on changing menu titles until I see evidence it's really
  261. necessary.
  262. -- Joey Hess <joeyh@debian.org> Sun, 25 Nov 2001 21:48:03 -0500
  263. bsdgames (2.12-10) unstable; urgency=low
  264. * Fixed tetris on sun systems to not lag 3 keystrokes behind, patch from
  265. upstream. Closes: #97033
  266. -- Joey Hess <joeyh@debian.org> Sun, 18 Nov 2001 17:19:18 -0500
  267. bsdgames (2.12-9) unstable; urgency=low
  268. * Corrected cost of slime. Closes: #110782
  269. * Added '-' to character class, so wargames can launch moon-buggy.
  270. This is clearly a vital fix, but I hesitate to increase the severity of
  271. this upload. Closes: #93638
  272. -- Joey Hess <joeyh@debian.org> Mon, 17 Sep 2001 00:51:07 -0400
  273. bsdgames (2.12-8) unstable; urgency=low
  274. * Applied a patch from Igor Khavkine <i_khavki@alcor.concordia.ca> to
  275. make the package build on the Hurd. Closes: #98562
  276. -- Joey Hess <joeyh@debian.org> Wed, 23 May 2001 22:49:26 -0400
  277. bsdgames (2.12-7) unstable; urgency=low
  278. * Modified all the rest of the menu items that need a pause after
  279. running. Also fixed bashisms in the pause code..
  280. -- Joey Hess <joeyh@debian.org> Fri, 11 May 2001 16:19:13 -0400
  281. bsdgames (2.12-6) unstable; urgency=low
  282. * Pause after tetris-bsd exits when run from the menu, to give a chance
  283. for the high scores to be seen. Closes: #96999
  284. -- Joey Hess <joeyh@debian.org> Thu, 10 May 2001 21:49:37 -0400
  285. bsdgames (2.12-5) unstable; urgency=low
  286. * Added AIUI, Closes: #90973
  287. -- Joey Hess <joeyh@debian.org> Sat, 24 Mar 2001 14:27:16 -0800
  288. bsdgames (2.12-4) unstable; urgency=low
  289. * Added real dependancy alternate (lintian).
  290. * Debhelper v3.
  291. -- Joey Hess <joeyh@debian.org> Sat, 10 Feb 2001 00:24:27 -0800
  292. bsdgames (2.12-3) unstable; urgency=low
  293. * Corrected snake's usage message, Closes: #84852
  294. * Patch from Malcolm Parsons <malcolm@ivywell.screaming.net> to fix
  295. snake scoring problem, Closes: #80549
  296. * Statoverride transition.
  297. -- Joey Hess <joeyh@debian.org> Sun, 4 Feb 2001 14:06:28 -0800
  298. bsdgames (2.12-2) unstable; urgency=low
  299. * Depends on wordlist, Closes: #76331
  300. -- Joey Hess <joeyh@debian.org> Sun, 5 Nov 2000 15:25:06 -0800
  301. bsdgames (2.12-1) unstable; urgency=low
  302. * New upstream release, fixing problems in battlestar. Closes: #70465
  303. -- Joey Hess <joeyh@debian.org> Tue, 26 Sep 2000 09:21:22 -0700
  304. bsdgames (2.11-4) unstable; urgency=low
  305. * Updated to debhelper v2.
  306. -- Joey Hess <joeyh@debian.org> Mon, 25 Sep 2000 14:14:51 -0700
  307. bsdgames (2.11-3) unstable; urgency=low
  308. * Fixed a typo in bcd's man page.
  309. -- Joey Hess <joeyh@debian.org> Thu, 31 Aug 2000 21:33:33 -0700
  310. bsdgames (2.11-2) unstable; urgency=low
  311. * Patch from pmaydell@chiark.greenend.org.uk to fix a segfault in
  312. battlestar if you say "wear knfo" or similar nonsensical things.
  313. (Patch also sent upstream.) Closes: #70465
  314. -- Joey Hess <joeyh@debian.org> Mon, 28 Aug 2000 17:16:27 -0700
  315. bsdgames (2.11-1) unstable; urgency=low
  316. * New upstream.
  317. -- Joey Hess <joeyh@debian.org> Wed, 19 Apr 2000 14:30:22 -0700
  318. bsdgames (2.10-3) unstable; urgency=low
  319. * Modified asian capitals quiz with some corrections. Closes: #62078
  320. -- Joey Hess <joeyh@debian.org> Sun, 9 Apr 2000 15:16:40 -0700
  321. bsdgames (2.10-2) unstable; urgency=low
  322. * Fixed countmail man page, Closes: #61846
  323. -- Joey Hess <joeyh@debian.org> Wed, 5 Apr 2000 13:42:58 -0700
  324. bsdgames (2.10-1) unstable; urgency=low
  325. * New upstream release.
  326. -- Joey Hess <joeyh@debian.org> Sat, 12 Feb 2000 16:35:11 -0800
  327. bsdgames (2.9-4) unstable; urgency=low
  328. * Built with ncurses5, Closes: #55448
  329. -- Joey Hess <joeyh@debian.org> Fri, 21 Jan 2000 15:26:56 -0800
  330. bsdgames (2.9-3) unstable; urgency=low
  331. * Download directory update.
  332. -- Joey Hess <joeyh@debian.org> Tue, 11 Jan 2000 15:53:35 -0800
  333. bsdgames (2.9-2) unstable; urgency=low
  334. * Build deps. Boggle is now forced to always build with wgenlish as it's
  335. word list, for consitency. Unfortunatly, it cannot use the currnetly
  336. install word list because it hashes it at install time.
  337. -- Joey Hess <joeyh@debian.org> Sat, 4 Dec 1999 00:13:01 -0800
  338. bsdgames (2.9-1) unstable; urgency=low
  339. * New upstream version.
  340. * Patch from Malcolm to fix tetris-bsd score formatting if there are more
  341. than 10 scores. (Closes: #50031)
  342. * Include /var/games/bsdgames/sail, (Closes: #50074)
  343. * Fixed robots spelling mistake, (Closes: #50075)
  344. * tetris-bsd now uses its name, (Closes: #50077)
  345. * Fixed phantasia/characs permissions so it's not world-readable
  346. (passwords) (Closes: #50076)
  347. -- Joey Hess <joeyh@debian.org> Sat, 13 Nov 1999 14:14:34 -0800
  348. bsdgames (2.8-5) unstable; urgency=low
  349. * Patch from Malcolm Parsons <malcolm@bits.bris.ac.uk> to fix robots -A
  350. score problem. (Closes: #49894)
  351. * Patch from Malcolm to fix robots so it asks if you want a new game after
  352. each game. (Closes: #49897)
  353. -- Joey Hess <joeyh@debian.org> Thu, 11 Nov 1999 11:28:52 -0800
  354. bsdgames (2.8-4) unstable; urgency=low
  355. * Fixed rot13 test suite to work before the package is installed.
  356. Closes: #48559
  357. -- Joey Hess <joeyh@debian.org> Thu, 28 Oct 1999 11:35:49 -0700
  358. bsdgames (2.8-3) unstable; urgency=low
  359. * Patch from William Brioschi to make random work on alpha. Closes: #47903
  360. (forwared upstream)
  361. -- Joey Hess <joeyh@debian.org> Sun, 24 Oct 1999 16:27:54 -0700
  362. bsdgames (2.8-2) unstable; urgency=low
  363. * Corrected the capital of Monaco. (Closes: #46119)
  364. -- Joey Hess <joeyh@debian.org> Mon, 27 Sep 1999 12:53:20 -0700
  365. bsdgames (2.8-1) unstable; urgency=low
  366. * New upstream release.
  367. * Updated copyright based on the updated COPYING file
  368. * RUn the regression tests at build time.
  369. -- Joey Hess <joeyh@debian.org> Sun, 26 Sep 1999 14:30:06 -0700
  370. bsdgames (2.7-3) unstable; urgency=low
  371. * FHS. This involves moving to /var/games for all game data. Score files
  372. are moved to there in the postinst now.
  373. * Removed bashisms in debian/rules
  374. -- Joey Hess <joeyh@debian.org> Wed, 8 Sep 1999 17:02:12 -0700
  375. bsdgames (2.7-2) unstable; urgency=low
  376. * Removed 2 patches I made that are no longer necessary.
  377. -- Joey Hess <joeyh@debian.org> Wed, 7 Apr 1999 14:53:52 -0700
  378. bsdgames (2.7-1) unstable; urgency=low
  379. * New upstream release.
  380. -- Joey Hess <joeyh@debian.org> Tue, 6 Apr 1999 23:50:51 -0700
  381. bsdgames (2.6-2) unstable; urgency=low
  382. * Fixed backgammon to correctly calculate the game value, patch from
  383. sjl@debian.lib.monash.edu.au (Stuart Lamble) (#35038)
  384. -- Joey Hess <joeyh@debian.org> Thu, 25 Mar 1999 13:33:07 -0800
  385. bsdgames (2.6-1) unstable; urgency=low
  386. * New upstream release.
  387. -- Joey Hess <joeyh@debian.org> Sun, 20 Dec 1998 00:24:18 -0500
  388. bsdgames (2.5-4) frozen unstable; urgency=low
  389. * Commented out a bogus sprintf prototype in sail/sync.c, makes sail
  390. not segfault on startup. (#30246).
  391. -- Joey Hess <joeyh@debian.org> Tue, 1 Dec 1998 12:52:14 -0800
  392. bsdgames (2.5-3) unstable; urgency=low
  393. * Built with newest debhelper to change how sgid binaries are registered.
  394. -- Joey Hess <joeyh@debian.org> Tue, 27 Oct 1998 20:59:48 -0800
  395. bsdgames (2.5-2) unstable; urgency=low
  396. * Removed bougs wordlist | wenglish dependancy.
  397. -- Joey Hess <joeyh@debian.org> Thu, 1 Oct 1998 12:59:53 -0700
  398. bsdgames (2.5-1) unstable; urgency=low
  399. * New upstream release - boggle is now free.
  400. -- Joey Hess <joeyh@debian.org> Thu, 24 Sep 1998 17:17:32 -0700
  401. bsdgames (2.4-1) unstable; urgency=low
  402. * New upstream release.
  403. -- Joey Hess <joeyh@debian.org> Sat, 5 Sep 1998 15:49:53 -0700
  404. bsdgames (2.3-2) unstable; urgency=low
  405. * Make NEWS be a symlink to the upstream changelog, so the file name is
  406. preserved.
  407. -- Joey Hess <joeyh@debian.org> Thu, 20 Aug 1998 15:57:14 -0700
  408. bsdgames (2.3-1) unstable; urgency=low
  409. * New upstream release, that fixes a file in /tmp security hole in sail
  410. and also integrates many security fixes from OpenBSD intended to let the
  411. games run sgid games.
  412. * Given those fixes, I've re-enabled the sgid games bit on the games
  413. that need it, and removed the README.Debian about this.
  414. * Reworked how configure script is run, following the author's new docs in
  415. PACKAGING.
  416. * Applied patch from upstream to fix #25933, segfault in number if given a
  417. negative value.
  418. * Re-enabled bell in robots, it seems to work ok in an xterm now.
  419. -- Joey Hess <joeyh@debian.org> Wed, 19 Aug 1998 14:54:48 -0700
  420. bsdgames (2.1-8) unstable; urgency=low
  421. * Use single = in postrm (#25512).
  422. -- Joey Hess <joeyh@debian.org> Fri, 7 Aug 1998 12:14:35 -0700
  423. bsdgames (2.1-7) unstable; urgency=low
  424. * Fixed menu file so adventure will show up.
  425. -- Joey Hess <joeyh@debian.org> Wed, 5 Aug 1998 14:21:20 -0700
  426. bsdgames (2.1-6) unstable; urgency=low
  427. * Once more rebuilt with newer ncurses lib to fix worm and mille
  428. segfaults. Why is ncusrses doing this to me?
  429. -- Joey Hess <joeyh@debian.org> Wed, 22 Jul 1998 20:22:01 -0700
  430. bsdgames (2.1-5) unstable; urgency=low
  431. * Rebuilt with fakeroot to fix libtricks breakage.
  432. -- Joey Hess <joeyh@debian.org> Thu, 16 Jul 1998 11:03:20 -0700
  433. bsdgames (2.1-4) unstable; urgency=low
  434. * Fixed minor spelling error in quiz/europe (#24586), reported by Branden
  435. Robinson.
  436. -- Joey Hess <joeyh@debian.org> Tue, 14 Jul 1998 23:02:23 -0700
  437. bsdgames (2.1-3) frozen unstable; urgency=medium
  438. * Reluctantly removed all sgid bits from all games in the package.
  439. I have found at least 2 easy exploits of a sgid bit that get you sgid
  440. games shells, and there are probably many more. See the TODO, which has
  441. a security audit as it's first priority, but explains the difficulties
  442. of one.
  443. * Added a README.Debian exaplaining this in greater detail.
  444. -- Joey Hess <joeyh@debian.org> Thu, 18 Jun 1998 10:06:54 -0700
  445. bsdgames (2.1-2) frozen unstable; urgency=low
  446. * Just rebuilt with newer ncurses lib to fix worm and mille segfaults.
  447. -- Joey Hess <joeyh@debian.org> Sun, 7 Jun 1998 09:17:11 -0400
  448. bsdgames (2.1-1) frozen unstable; urgency=low
  449. * New upstream bugfix release:
  450. - adds man page for wargames to upstream source.
  451. - uses .Bstar for battlestar save game file (a change I made long ago to
  452. the debian version)
  453. - changes to build process that don't affect us.
  454. - bugfixes.
  455. -- Joey Hess <joeyh@debian.org> Mon, 30 Mar 1998 12:03:30 -0800
  456. bsdgames (2.0-4) unstable; urgency=low
  457. * No high score files are conffiles now.
  458. * For phantasia's "monsters" and "void" files, which cannot be simply
  459. touched in the postinst, I now copy them over from
  460. /usr/share/games/bsdgames/phantasia in the postinst, if they don't
  461. already exist.
  462. -- Joey Hess <joeyh@debian.org> Tue, 10 Mar 1998 18:08:51 -0800
  463. bsdgames (2.0-3) unstable; urgency=low
  464. * Added a man page for wargames. (Wow, never thought my movie guide book
  465. would be useful in debian development!)
  466. -- Joey Hess <joeyh@debian.org> Sun, 22 Feb 1998 18:42:17 -0800
  467. bsdgames (2.0-2) unstable; urgency=low
  468. * Updated standards-version.
  469. -- Joey Hess <joeyh@debian.org> Mon, 9 Feb 1998 15:09:56 -0800
  470. bsdgames (2.0-1) unstable; urgency=low
  471. * New upstream release.
  472. * Sail works again now, added back to package. Now all games are properly
  473. working with libc6, at last.
  474. * Removed hunt from the debian menu - for now, you need to manually run
  475. huntd, and then hunt.
  476. -- Joey Hess <joeyh@debian.org> Fri, 26 Dec 1997 13:34:34 -0500
  477. bsdgames (1.5-4) unstable; urgency=low
  478. * Sparc fixes:
  479. - Removed strcpy(), strncpy() prototypes.
  480. - Modified snake/snake/move.c to not redefine raw().
  481. - Modified worms.c to not redefine random.
  482. -- Joey Hess <joeyh@debian.org> Thu, 11 Dec 1997 12:10:17 -0500
  483. bsdgames (1.5-3) unstable; urgency=low
  484. * Fixed adventure to work again, and added it back into the package.
  485. Thanks, Culus!
  486. * Moved screen savers into Screen/Save/Text menu.
  487. -- Joey Hess <joeyh@debian.org> Fri, 21 Nov 1997 16:22:14 -0500
  488. bsdgames (1.5-2) unstable; urgency=low
  489. * Removed the factor program, which is also in shellutils (#14676).
  490. * Modified primes.6 man page, so it only documents the primes program
  491. (used to document factor and primes).
  492. * Install factor.6 as primes.6, instead of making a symlink.
  493. * Use debhelper.
  494. -- Joey Hess <joeyh@debian.org> Sun, 9 Nov 1997 14:13:05 -0500
  495. bsdgames (1.5-1) unstable; urgency=low
  496. * New upstream release.
  497. - new games: adventure, phantasia, pig, quiz, random.
  498. - updated other games to new versions.
  499. * Libc6 at last.
  500. - however, adventure and sail are currently broken under libc6,
  501. and not included in the binary package.
  502. * Changed how the configure script is run during building, new method
  503. is more robust.
  504. * Fixed menu file entry for go fish to pause after end of game so the user
  505. can see who won.
  506. * Make tetris-bsd score file a conffile.
  507. * Use pristine upstream source.
  508. -- Joey Hess <joeyh@debian.org> Sat, 19 Jul 1997 12:25:03 -0400
  509. bsdgames (1.4-1) unstable; urgency=low
  510. * New upstream release, incorporates many of the changes I made for
  511. debian.
  512. * No longer have to delete bog and paranioa out of the upstream source,
  513. they have been split out into a bsdgames-nonfree package.
  514. * Tetris is now part of the upstream source, no need for tetris.shar.
  515. * /usr/games/tetris renamed to /usr/games/tetris-bsd
  516. * /usr/share used for arch-independant data.
  517. * Reccommends: wordlist | wenglish; closes #8487
  518. -- Joey Hess <joeyh@debian.org> Thu, 1 May 1997 23:07:46 -0400
  519. bsdgames (1.3-8) unstable; urgency=low
  520. * Removed fortune from descrition, as fortune is not included in this
  521. package (#9168).
  522. * Converted menufile to menu-1 format.
  523. -- Joey Hess <joeyh@debian.org> Mon, 28 Apr 1997 13:25:24 -0400
  524. bsdgames (1.3-7) frozen unstable; urgency=low
  525. * Fixed problem with including tetris in the source package. Tetris is now
  526. included as a shar archive.
  527. -- Joey Hess <joeyh@debian.org> Wed, 16 Apr 1997 18:39:31 -0400
  528. bsdgames (1.3-6) frozen unstable; urgency=low
  529. * Fixed segfault in backgammon if any command line options were given.
  530. * Use backgammon -pb in the debian menu file.
  531. -- Joey Hess <joeyh@debian.org> Tue, 15 Apr 1997 14:27:04 -0400
  532. bsdgames (1.3-5) frozen unstable; urgency=low
  533. * Hacked around in mille to fix bug #8556.
  534. -- Joey Hess <joeyh@debian.org> Tue, 8 Apr 1997 20:03:23 -0400
  535. bsdgames (1.3-4) unstable; urgency=low
  536. * Fixed sparse files problem (#8488) -- the package should install in much
  537. less space now.
  538. * Routine update of debian/rules:
  539. Run dpkg-gencontrol after debstd, and delete substvars during clean.
  540. -- Joey Hess <joeyh@debian.org> Fri, 4 Apr 1997 19:48:12 -0500
  541. bsdgames (1.3-3) unstable; urgency=low
  542. * Fixed problems in source package:
  543. * Removed binaries in hangman directory.
  544. * dpkg-source -x would not work with version 1.3-2. Fixed this.
  545. * Corrected typo in hangman's man page.
  546. -- Joey Hess <joeyh@debian.org> Wed, 26 Mar 1997 14:02:24 -0500
  547. bsdgames (1.3-2) unstable; urgency=low
  548. * robots: if player cannot move, don't print junk characters in xterm when
  549. trying to beep.
  550. * Routine update of debian/rules:
  551. Run dpkg-gencontrol after debstd, and delete substvars during clean.
  552. * Added tetris, thanks to David Frey <david@eos.lugs.ch>.
  553. -- Joey Hess <joeyh@debian.org> Sun, 23 Mar 1997 18:05:41 -0500
  554. bsdgames (1.3-1) unstable; urgency=low
  555. * First release.
  556. * Link with -ncurses instead of -termcap.
  557. * "rm -r bog paranioa" to remove them from the source package. Their
  558. copyright doesn't let them be in debian.
  559. * Many changes to get it all to compile.
  560. * More changes for debian packaging; moved score files into /var, made
  561. some programs sgid games so they could write to score files, etc.
  562. * Fixed up man pages.
  563. * battlestar: renamed save file to ~/.Bstar
  564. * cribbage: display help properly even if PAGER is not set to an absolute
  565. pathname of the pager.
  566. * snscore: don't segfault if the score file is empty.
  567. * snscore: don't give "too many players" error.
  568. -- Joey Hess <joeyh@debian.org> Thu, 20 Mar 1997 23:31:16 -0500