-
Notifications
You must be signed in to change notification settings - Fork 0
/
Release_Notes
200 lines (119 loc) · 6.38 KB
/
Release_Notes
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
+------------------------------------------------------------------------+
| OpenGL-0.64_003
+------------------------------------------------------------------------+
This is a CPAN developers release for the Perl OpenGL module with
some minor fixes to improve buildability and updates and bug
fixes to check.
Highlights:
* TBD
+------------------------------------------------------------------------+
| OpenGL-0.64_002
+------------------------------------------------------------------------+
This is a CPAN developers release for the Perl OpenGL module with
some minor fixes to improve buildability and updates and bug
fixes to check.
Highlights:
* win32 freeglut.dll has been updated to 2.6.0, the
current stable release.
* Many fixes to OpenGL::Array and new tests for the
functionality. Still in progress but more complete
and correct nonetheless.
Please see the GIT_CHANGES file for more details. Thanks.
+------------------------------------------------------------------------+
| OpenGL-0.64_001
+------------------------------------------------------------------------+
This is a point release for the Perl OpenGL module with
some minor fixes to improve buildability.
Highlights:
* Newly revised GLU tesselation support provided
by Paul Seamons. See examples/tesselation.pl
if you wish to test drive the functionality.
Please see the GIT_CHANGES file for more details. Thanks.
+------------------------------------------------------------------------+
| OpenGL-0.64
+------------------------------------------------------------------------+
This is a point release for the Perl OpenGL module with
some minor fixes to improve buildability.
Highlights:
* Add Test::More as a prerequisite for OpenGL
(it is used by the tests)
* Work around a gcc 3.2.3 optimizer bug which caused
build failures on some linux systems.
Please see the GIT_CHANGES file for more details. Thanks.
+------------------------------------------------------------------------+
| OpenGL-0.63_002 Release Notes |
+------------------------------------------------------------------------+
This is a CPAN Developers release for testing purposes.
Feedback welcome.
Highlights:
* Add Test::More as a prerequisite for OpenGL
(it is used by the tests)
Please see the GIT_CHANGES file for more details. Thanks.
+------------------------------------------------------------------------+
| OpenGL-0.63_001 Release Notes |
+------------------------------------------------------------------------+
This is a CPAN Developers release for testing purposes.
Feedback welcome.
Highlights:
* Work around a gcc 3.2.3 optimizer bug which caused
build failures on some linux systems.
Please see the GIT_CHANGES file for more details. Thanks.
+------------------------------------------------------------------------+
| OpenGL-0.63 Release Notes |
+------------------------------------------------------------------------+
Highlights:
* Make glpDisplay() handle all XOpenDisplay input
argument and return the Display structure pointer.
This allows glpDisplay to be used to check for
the ability to open the X display avoiding a
problem with glutInit exiting when no display
is found.
* Remove use Math::Trig from test.pl
* Fix typo reported in OpenGL.pod
* Add /usr/local/freeglut/* to Makefile.PL location
Please see the GIT_CHANGES file for more details. Thanks.
+------------------------------------------------------------------------+
| OpenGL-0.62 Release Notes |
+------------------------------------------------------------------------+
Highlights:
* Improved build support for Solaris OpenGL and FreeGLUT libraries.
* Corrected install for win32 DLL.
* Fixed build for AGL to only use AGL, not X11 on Mac OS X.
* Fixed _have_freeglut() checks in test.pl and elsewhere.
* Fix glut_const.h typos that broke some GLUT macros. Exiting
the FreeGLUT event loop should work.
Please see the GIT_CHANGES file for more details. Thanks.
+------------------------------------------------------------------------+
| OpenGL-0.61_001 Release Notes |
+------------------------------------------------------------------------+
* Developers release to check out fix for FreeGLUT constants
definitions and some include typos that caused them. If this
tests ok on CPAN Testers, it will become the stable release.
* The fix means that exiting the FreeGLUT event loop should work.
+------------------------------------------------------------------------+
| OpenGL-0.61 Release Notes |
+------------------------------------------------------------------------+
* FreeGLUT detection has been improved when both glut.h and freeglut.h
are present on a system.
* Fixed include path problems for glversion on Mac OS X.
* Now builds out of the box on many linux, PC, and Mac OS X systems
as a result of the move to FreeGLUT/GLUT for GUI operations.
* This is the base release for the upcoming PDL-2.4.5 release with
refactored 3D graphics using the Perl OpenGL module.
* Improved Mac OS X build support, especially with GLUT (not FreeGLUT)
and no X11 installed or server running.
* Improved FreeGLUT binding and support for FreeGLUT vs GLUT.
A number of bugs stomped.
* Improved linux/GLX+X11 build support control although FreeGLUT or
GLUT(on Mac OS X) is preferred for full functionality.
* Fixed MinGW detection logic for ActivePerl configurations
* Code clean up and bugs fixed. Many were discovered as a result of
the reconcilliation with PDL::Graphics::OpenGL requirements.
* A few glp*() functions from PDL were added to POGL and confirmed
consistent API with PDL::Graphics::OpenGL
* glpcOpenWindow() is deprecated as an external, user visible function.
The use of glpOpenWindow() is recommended. It provides the exact
same set of options and control.
* Various documentation updates.
* The test.pl demo program now works more robustly.
* The mysterious freeglut font ... not found bug has been fixed!