forked from HunterZ/umoria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
97 lines (70 loc) · 3.76 KB
/
ChangeLog
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
2008-10-13 David Grabiner <[email protected]>
* All: Update all copyright/license notices to GPL; Files in
atari_st/curscomp and mac/scrnmgr still refer to old licenses as
they are stand-alone programs.
2008-09-01 David Grabiner <[email protected]>
* config.h: Add new LICENSE file for GPL.
* dungeon.c (do_command,original_commands), origcmds.hlp,
roglgmds.hlp: New command ^V to view the GPL.
* files/news: Added reference to GPL.
2008-06-01 David Grabiner <[email protected]>
* config.h, externs.h, *.c: Include stdio.h and stdlib.h
unconditionally rather than guarding them and sometimes dealing
with incorrect prototypes
* io.c: Include unistd.h for execl() on Unix and linux systems.
2008-05-26 David Grabiner <[email protected]>
* config.h: Gave up on ## because it is so ugly in ANSI C.
2008-02-22 David Grabiner <[email protected]>
* types.h: use stdint.h to get guaranteed 16-bit and 32-bit types
rather than relying on the length of a long, which varies by
compiler.
* config.h: use ## operator so that MORIA_LIB works
correctly.
* INSTALL: Note that default install is for Debian, so
UNIX install needs to copy the Makefile.
moria (5.5.2-5) unstable; urgency=low
* Changed location of score file from /var/lib/games/moria/scores to
/var/games/moria/scores per FHS. (Closes: #115849)
* Fixed handling of score file on upgrades (do not null it out!).
* Applied fixes to a few buffer overflows. (Thanks to Lars Helgeland for
noticing the overflows and supplying the patches.) (Closes: #115745)
* Upgraded policy to version 3.5.6.0.
-- Rene Weber <[email protected]> Wed, 24 Oct 2001 22:44:05 -0400
moria (5.5.2-4) unstable; urgency=low
* Fixed dependencies (was compiled against libncurses4, what was I doing
that day?).
* Corrected explanation of the 'V' command in moria2.txt (but not in the
nroff source for that documentation).
* Removed use of dh_suidregister.
-- Rene Weber <[email protected]> Mon, 9 Jul 2001 23:31:01 -0400
moria (5.5.2-3) unstable; urgency=low
* Added a Build-Depends line.
* Changed the handling of the build directory for the convenience of
porters (should have no impact on users).
* Changed short description so that it does not include the name of the
package.
* Corrected path to /usr/games/moria binary in the menu. Closes: #81353
-- Rene Weber <[email protected]> Sat, 6 Jan 2001 02:47:02 -0700
moria (5.5.2-2) unstable; urgency=low
* Fixed typos in the control/README.debian file
* Updated the author's e-mail address in the copyright file
* Updated the author's web page listed in the README.debian
* Installed a new version of the FAQ (reflecting the author's move)
-- Rene Weber <[email protected]> Sat, 14 Oct 2000 10:23:48 -0700
moria (5.5.2-1) unstable; urgency=low
* Initial Release.
* Added DEBIAN_LINUX #define to handle code customizations.
* Needed to include termios.h in io.c
* All instances of signal() changed to sysv_signal() since libc6 defaults
to BSD semantics.
* Instead of redefining getuid, just ifdeffed it out of unix.c
* Changed LOCK_EX and LOCK_SH definitions in death.c (to avoid
redefinition warnings).
* Library files are in /usr/lib/games/moria except for the scores file
which is in /var/lib/games/moria and the hours file which has been
renamed to /etc/moria-hours
* Makefile changed to make the binary setgid instead of setuid, as
required by Debian Policy 5.10. None of the code itself needed to be
touched, since it already relinquished uid and gid in the original code.
* Saved game file is named ".moria-save" not "moria-save"
-- Rene Weber <[email protected]> Sun, 28 May 2000 16:35:38 -0400