]> git.deb.at Git - pkg/netris.git/blob - debian/changelog
53b3888ae19bbef848f1c6856599b1a24ff5bacb
[pkg/netris.git] / debian / changelog
1 netris (0.52-11) unstable; urgency=low
2
3   * Bump Standards-Version to 3.9.8.
4
5  -- 
6
7 netris (0.52-10) unstable; urgency=medium
8
9   * Fix bug number in former changelog entry for documentation purposes.
10   * Fix Vcs-* fields.
11   * Switch to source format 3.0 (quilt).
12   * Change to dh style debian/rules.
13   * Bump Standards-Version to 3.9.6.
14
15  -- Rhonda D'Vine <rhonda@debian.org>  Sat, 02 Jan 2016 16:52:31 +0100
16
17 netris (0.52-9) unstable; urgency=low
18
19   * Add Vcs-* fields.
20   * Bump Standards-Version to 3.9.1.
21   * Relicense packaging under WTFPLv2.
22   * New patch fix-memory-leak to fix a memory leak and adding another memory
23     related check. Thanks to TomaszN (closes: #590942)
24
25  -- Gerfried Fuchs <rhonda@debian.at>  Fri, 13 Aug 2010 23:12:17 +0200
26
27 netris (0.52-8) unstable; urgency=low
28
29   * The "once every two years" release.
30   * Applied patch from Mats Erik Andersson for supporting ipv6
31     (closes: #561977)
32   * Added at least Description header into all patches.
33   * Fix spelling error noticed by lintian in changelog.
34   * Add debian/README.source referencing quilt's file.
35   * Update Standards-Version to 3.8.4.
36   * Update DEB_BUILD_OPTIONS handling according to policy.
37   * Switched packaging licensing to BSD style.
38   * set -e in post{rm,inst} instead of passing -e on hashbang line.
39
40  -- Gerfried Fuchs <rhonda@debian.at>  Thu, 04 Mar 2010 21:36:09 +0100
41
42 netris (0.52-7) unstable; urgency=low
43
44   * The "once every release" release.
45   * Moved patches to quilt, split them into:
46     - multi-games-with-scoring: allow multiple games in a row without
47       restarting.
48     - line-count-patch: patch to display cleared line counts
49     - staircase-effect-fix: fix displaying of error messages
50     - robot-close-fixup: Small fix for CloseRobot function to close only if a
51       robot is used.
52     - init-static-vars: initialize lostConn and gotEndConn static var in
53       InitNet function.
54     - curses.c-include-term.h: patch to fix function call that otherwise use
55       implicit pointer conversion.
56     - curses.c-include-time.h: patch to fix segfault on amd64.
57   * New patches:
58     - various-fixes: various small changes to fix compile warnings
59   * Linked to GPL-2 in copyright file directly, added hint for later versions.
60   * Added copyright information into the debianization scripts.
61   * Added Homepage: control field.
62   * Updated package to Standards-Version 3.7.3, updating menu section for that.
63   * Don't ignore make clean errors anymore.
64   * Small cosmetic updates to the netris-sample-robot manpage.
65
66  -- Gerfried Fuchs <rhonda@debian.at>  Fri, 30 May 2008 08:34:31 +0200
67
68 netris (0.52-6) unstable; urgency=low
69
70   * #include <time.h> in curses.c (closes: #345305)
71   * Add patch to display line count, contributed by Piotr Krukowiecki
72     (closes: #304224)
73   * Bumped Standards-Version to 3.7.2, no changes needed.
74   * Updated FSF address in copyright file.
75
76  -- Gerfried Fuchs <alfie@debian.org>  Fri, 08 Sep 2006 14:08:42 -0500
77
78 netris (0.52-5) unstable; urgency=low
79
80   * Erm, add small fix for 64bit machines from #325926 which was meant to be
81     in the former upload already....  (closes: #325926)
82
83  -- Gerfried Fuchs <alfie@debian.org>  Mon, 05 Sep 2005 15:08:18 +0200
84
85 netris (0.52-4) unstable; urgency=low
86
87   * Bumped standards version, no changes needed.
88   * Moved menu file from /usr/lib/menu to /usr/share/menu.
89
90  -- Gerfried Fuchs <alfie@debian.org>  Mon, 05 Sep 2005 14:22:50 +0200
91
92 netris (0.52-3) unstable; urgency=low
93
94   * Quote all entries in the menu file.
95   * Fix -s setting, patch from Piotr Krukowiecki, thanks (closes: #300125)
96   * Fixed short description to not include an upercased article at the start.
97   * Slightly reformated copyright file a bit.
98
99  -- Gerfried Fuchs <alfie@debian.org>  Fri, 18 Mar 2005 18:04:22 +0100
100
101 netris (0.52-2) unstable; urgency=low
102
103   * Applied patch from Per von Zweigbergk for staircase effect (closes: #83039)
104   * Bumped to policy 3.6.1: No changes needed.
105
106  -- Gerfried Fuchs <alfie@debian.org>  Thu, 25 Nov 2004 14:24:01 +0100
107
108 netris (0.52-1) unstable; urgency=high
109
110   * New upstream release which fixes buffer overflow vulnerability
111     CAN-2003-0685 (closes: #205113) -- no other changes.
112   * Updated to policy 3.6.0: No changes needed.
113
114  -- Gerfried Fuchs <alfie@debian.org>  Mon, 18 Aug 2003 21:25:09 +0200
115
116 netris (0.5-7) unstable; urgency=low
117
118   * Added 'n'ew game key to -k handling option (updated manual page wrt/
119     this).  Don't know though how to make the correct key show up in the
120     message so simply changed it.
121
122  -- Gerfried Fuchs <alfie@debian.org>  Fri, 18 Oct 2002 19:35:13 +0200
123
124 netris (0.5-6) unstable; urgency=low
125
126   * Applied multi game patch with scoring from Tomas Berndtsson, received via
127     private mail.
128   * Removed /usr/doc -> /usr/share/doc handling.
129   * Removed some superfluous commas from the long description.
130
131  -- Gerfried Fuchs <alfie@debian.org>  Thu, 26 Sep 2002 22:47:20 +0200
132
133 netris (0.5-5) unstable; urgency=low
134
135   * Updated watchfile to uscan version=2.
136   * Updated to policy 3.5.7: Added support for DEB_BUILD_OPTIONS too.
137   * Remove Makefile, .depend and config.h in clean target, too.
138
139  -- Gerfried Fuchs <alfie@debian.org>  Mon, 09 Sep 2002 18:19:59 +0200
140
141 netris (0.5-4) unstable; urgency=medium
142
143   * wrote man page for netris-sample-robot, finally (closes: #19373)
144   * un-debhelper-ized the package.
145   * urgency=medium for having the libncurses4 removed from woody (previous
146     upload forgot to set urgency)
147
148  -- Gerfried Fuchs <alfie@debian.org>  Mon, 18 Feb 2002 12:59:56 +0100
149
150 netris (0.5-3) unstable; urgency=low
151
152   * New Maintainer.
153   * Rebuild against libncurses5 (closes: #93943)
154   * Added manual page (thanks to Edward Betts for writing it) -- this doesn't
155     close 19373 though, netris-sample-robot still has no manual page.
156   * Removed emacs-junk from the end of this file.
157   * Updated to standards version 3.5.6:
158     * Fixed the pointer to the GPL in the copyright file.
159     * Added Build-Depends: debhelper, libncurses5-dev to control file.
160     * Binaries are stripped (closes: #127381)
161   * Added watch file.
162
163  -- Gerfried Fuchs <alfie@debian.org>  Mon, 11 Feb 2002 18:43:49 +0100
164
165 netris (0.5-2) unstable; urgency=low
166
167   * Change maintainer address
168   * FHS compliant
169   * Standards: 3.0.1
170
171  -- Gergely Madarasz <gorgo@sztaki.hu>  Tue,  7 Sep 1999 21:17:37 +0200
172
173 netris (0.5-1) unstable; urgency=low
174
175   * Compile with libncurses4
176   * Update menu file and standards version
177   * New upstream version
178
179  -- Gergely Madarasz <gorgo@caesar.elte.hu>  Thu,  3 Jun 1999 15:19:38 +0200
180
181 netris (0.4-3) unstable; urgency=low
182
183   * Fix spelling mistake in extended description (Closes: #18922)
184   * Fix most lintian errors and warnings
185   * Switch to debhelper
186
187  -- Gergely Madarasz <gorgo@caesar.elte.hu>  Tue, 10 Mar 1998 22:32:59 +0100
188
189 netris (0.4-2) unstable; urgency=low
190
191   * move sr.c.gz to /usr/doc/netris/examples (#16920)
192
193  -- Gergely Madarasz <gorgo@caesar.elte.hu>  Sun, 11 Jan 1998 00:55:16 +0100
194
195 netris (0.4-1) unstable; urgency=low
196
197   * Changed Configure to use ncurses
198   * Initial Release.
199
200  -- Gergely Madarasz <gorgo@caesar.elte.hu>  Wed,  6 Aug 1997 22:10:42 +0200