File: changelog

package info (click to toggle)
atom4 4.1-9
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 836 kB
  • ctags: 1,222
  • sloc: cpp: 4,451; makefile: 46; perl: 6
file content (131 lines) | stat: -rw-r--r-- 5,142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
atom4 (4.1-9) unstable; urgency=medium

  * Link targets need to be in order of dependency (Closes: #872770)
  * Bump Standards-Version to 4.0.0

 -- Hwei Sheng Teoh <hsteoh@debian.org>  Mon, 21 Aug 2017 09:35:40 -0700

atom4 (4.1-8) unstable; urgency=medium

  * debian/rules: Fix broken resource paths (Closes: #859812)

 -- Hwei Sheng Teoh <hsteoh@debian.org>  Fri, 07 Apr 2017 11:39:10 -0700

atom4 (4.1-7) unstable; urgency=low

  * Update to source format 3.0 (quilt)
  * Update to Standards-Version: 3.9.8
  * Migrate broken build system to SCons (Closes: #859498)
     - Fix compile errors.
     - Fix compile warnings.
  * Upgrade to debian/compat 9.

 -- Hwei Sheng Teoh <hsteoh@debian.org>  Tue, 4 Apr 2017 10:22:22 -0700

atom4 (4.1-6) unstable; urgency=low

  * Fix FTBFS on clang (thanks, Sylvestre Ledru!)(Closes: #710408)
  * Fix lintian warnings:
     - Upgrade to Standards-Version: 3.9.4
     - Fix description line to match recommended format
     - Add recommended build rules to debian/rules
     - Use hardening options for build.

 -- Hwei Sheng Teoh <hsteoh@debian.org>  Wed, 31 Jul 2013 09:20:27 -0700

atom4 (4.1-5.1) unstable; urgency=medium

  * Non-maintainer upload.
    - Dont ignore write return value to fix FTBFS. Thanks Tarun kumar mall
      for the patch! Closes: #617839 and also LP: #776746

 -- Bhavani Shankar <bhavi@ubuntu.com>  Fri, 17 Jun 2011 22:46:56 +0200

atom4 (4.1-5) unstable; urgency=low

  * Update debhelper compatibility to 8.
     - Use dh_prep instead of dh_clean -k
  * Fix compiler deprecation warnings.
  * Update to debian-policy 3.9.1.
  * Fix lintian errors/warnings:
     - Fix missing separator in debian/control
     - Remove debian/preinst
     - Remove debian/prerm
     - Fix copyright notice format
  * Change order of libraries during linking - thanks, Tarun Kumar Mall!
    (Closes: #616039)

 -- Hwei Sheng Teoh <hsteoh@debian.org>  Wed, 02 Mar 2011 10:09:04 -0800

atom4 (4.1-4) unstable; urgency=low

  * Fix Build-depends: to depend on specific X11 libraries rather than
    obsoleted xlibs-dev (Closes: #346674)

 -- Hwei Sheng Teoh <hsteoh@debian.org>  Wed, 11 Jan 2006 09:43:13 -0800

atom4 (4.1-3) unstable; urgency=low

  * Actually fix missing forward declaration (Closes: #318526)
  * Quote values in debian/menu. 

 -- Hwei Sheng Teoh <hsteoh@debian.org>  Tue, 19 Jul 2005 02:50:43 -0700

atom4 (4.1-2) unstable; urgency=low

  * Add missing forward declaration (Closes: #318526)
  * Update Standards-Version to 3.6.2.1.
  * Fix multi-line Build-Depends.

 -- Hwei Sheng Teoh <hsteoh@debian.org>  Sun, 17 Jul 2005 19:02:33 -0700

atom4 (4.1-1) unstable; urgency=low

  * New upstream release.
  * This is the Just Before A Major Overhaul release. There are very few
    cosmetic changes, but a lot of internal improvement especially in
    the AI. The following entries are summarized from the (admittedly
    less readable) TODO file.
  * Visible changes:
    - Fixed ncurses interface which fails to render the board background
      properly under some terminals. This is a hack; it is likely a
      libncurses bug related to the mutt bleeding backgrounds bug.
    - AI player now has a real, properly-implemented min-max algorithm
      with alpha/beta pruning. The default difficulty level (-d2) is now
      quite challenging; -d3 and above are now very tough to beat.
    - Some cosmetic improvements in the ncurses interface.
  * Internal changes:
    - Fixed some bugs in the event loop
    - Fixed a major event loop sequencing problem. Man these things are
      tricky.
    - Event loop now has timers, although they aren't used by anything
      in this release. (Not anything linked into the game, that is.)
      There are also other significant improvements to the event loop
      code.
    - Added profiling code to help with AI optimization (game trees that
      grow with O(n!) are NOT fun to search at high depths...)
    - Preliminary network gaming code. Sorry, this is currently not in a
      sufficiently advanced stage for you to actually play a network
      game yet. The code is currently not actually linked into the game.
  * About version numbers:
    - Hindsight is 20-20, as they say. The first Debian release bore a
      version number of 4-1, which I now realize was a mistake. The
      game's internal version number was 1.1 (as those who played the
      ncurses interface might have noticed); the 4 came from an archive
      number I use to maintain codebases. I refuse to roll the epoch
      just because of this, so to fix this inconsistency, I've bumped
      the internal version number to 4.1 and using 4.1-1 for the Debian
      version. This is an unfortunate unintentional version bloat. :-(
    - Atom-4 will likely reach 4.infinity before 5.0.
  * debian/control: grammatical correction; upgrade to Standards-Version
    3.5.9.

 -- Hwei Sheng Teoh <hsteoh@debian.org>  Tue, 15 Apr 2003 18:01:33 -0400

atom4 (4-1) unstable; urgency=low

  * Initial Debian Release. (Closes: #184628)
  * Updated with latest upstream version.

 -- Hwei Sheng Teoh <hsteoh@debian.org>  Thu, 13 Mar 2003 09:24:24 -0500