-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
127 lines (96 loc) · 2.21 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
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
20080615:
* Copyright update
20070603:
* Release 1.7
20070201:
* sprintf -> snprintf (openbsd messages)
20070115:
* added ability to specify X prefix
20060918:
* fixed estimated number of images
* only hide cursor when fullscreen
20060904:
* send agent on http connection (http/1.1)
* fixes for MacOSX.4
20051001:
* Release 1.6
20050930:
* fixed networking
20050802:
* made resolution parser more robust
* added help info
* default to best available video depth.
20050401:
* Copyright update
* fixed up changelog
20050110:
* added missing includes
* force shutdown of network socket
20041228:
* fixed "double-flash"
20040929:
* Windows fixes
20040327:
* hoist width variable in image.c (optimization)
* mkstemps switch fix
* moved configure.in to configure.ac
* automake fixes
* updated copyright info
20040303:
* osX.3 issues fixed
20040102:
* update for new RPM style (generated spec)
* fix for rh9?
20031119:
* use config header
20031011:
* ditch libtool
20031004:
* input is now case insensitive
20030627:
* handle missing or bad files better
20021211:
* added RCS tags
* fix for --no-verify issue
20020119:
* added resolution parm
20011221:
* fixed LIBS line redundancy
* improved data handling in image.c (table instead of ll)
* added sync() function
* addition of "loud" flag
* experimental "scaling" keys added
* store screen size instead of hardcoding it
20011125:
* improved getopt_long search
20011103:
* dump getopt_long include
* use sdl-config instead of -lSDL
20011027:
* fixed off by one bug in zooming
20010915:
* Release 1.5
20010914:
* Changed to getopt_long
* added sleep parm
* manpage updated
* linux temp file name fixed for network loads
* 8b zoom error fixed
* NAME CHANGE due to legal issues.
* fullscreen toggle no longer crashes
* attempts to match current resolution when going fullscreen
20010601:
* Release 1.4
* Initial network stuff
* Fixed X Async error for real (thnx Ted Mielczarek)
20010424:
* Release 1.3
* Fixed X Async stuff
* Fixed 'only bad images' spin bug
* fixed, uh, other stuff, I guess
20010315:
* Release 1.01
* Fixed memleak bug
* improved autoconf (now looks for SDL_image, too)
20010314:
* Initial release (1.0)