Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit b987bba

Browse files
committed
Minor bugfix release OpenGL-0.64
1 parent 768e2e9 commit b987bba

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

OpenGL.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require DynaLoader;
1111

1212
use Carp;
1313

14-
$VERSION = '0.66_002';
14+
$VERSION = '0.67';
1515
$BUILD_VERSION = $XS_VERSION = $VERSION;
1616
$VERSION = eval($VERSION);
1717

Release_Notes

+2-23
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,13 @@
11
+------------------------------------------------------------------------+
2-
| OpenGL-0.66_002
2+
| OpenGL-0.67
33
+------------------------------------------------------------------------+
44

55
General Notes:
66

77
* This is a quick bugfix release to work around a build
88
problem for Debian sid on AMD platforms.
99

10-
* This is a CPAN developers release for the OpenGL module.
11-
12-
- It is a snapshot of the current git development tree
13-
and everything may not work correctly or have complete
14-
documentation.
15-
16-
- These release notes may not be fully complete. Please
17-
see the git log for full details.
18-
19-
- All tests may not pass, especially ones corresponding
20-
to issues in KNOWN_PROBLEMS.
21-
22-
- Manual build/install is recommended although the
23-
cpan shell may be used by specifying the distribution
24-
path rather than just the module name, e.g.:
25-
26-
cpan> get CHM/OpenGL-0.66_002.tar.gz
27-
cpan> make CHM/OpenGL-0.66_002.tar.gz
28-
cpan> test CHM/OpenGL-0.66_002.tar.gz
29-
cpan> look CHM/OpenGL-0.66_002.tar.gz
30-
31-
Highlights:
10+
Highlights:
3211

3312
* Comment out failing tests in t/10_opengl_array.t. Ideally,
3413
we could replace this implementation with something using

0 commit comments

Comments
 (0)