Skip to content

Commit

Permalink
Update readme-type files for OpenGL-0.66 release
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Jul 29, 2011
1 parent 7185e7c commit 578abaa
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 31 deletions.
2 changes: 1 addition & 1 deletion OpenGL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require DynaLoader;

use Carp;

$VERSION = '0.65_001';
$VERSION = '0.66';
$BUILD_VERSION = $XS_VERSION = $VERSION;
$VERSION = eval($VERSION);

Expand Down
14 changes: 7 additions & 7 deletions OpenGL.pod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

=head1 NAME

OpenGL - v0.65_001
OpenGL - v0.66

=head1 SYNOPSIS

Expand All @@ -27,11 +27,6 @@ OpenGL - v0.65_001



=head1 DOCUMENTATION

Documentation, tips, sample source, benchmarks and binary distributions available
at http://graphcomp.com/opengl

=head1 PREREQUISITES

This module assumes that you have OpenGL, GLU, and some flavor of GLUT
Expand Down Expand Up @@ -1912,7 +1907,12 @@ under the same terms as Perl itself.

=head1 DISTRIBUTIONS

POGL Project site: http://sourceforge.net/projects/pogl/
POGL Project site: L<http://sourceforge.net/projects/pogl/>

=head1 OTHER DOCUMENTATION

Documentation, tips, sample source, benchmarks and available at
L<http://graphcomp.com/opengl>.

=head2 SOURCE

Expand Down
29 changes: 6 additions & 23 deletions Release_Notes
Original file line number Diff line number Diff line change
@@ -1,33 +1,16 @@
+------------------------------------------------------------------------+
| OpenGL-0.65_001
| OpenGL-0.66
+------------------------------------------------------------------------+

General Notes:

* This is a CPAN developers release for the OpenGL module.

- It is a snapshot of the current git development tree
and everything may not work correctly or have complete
documentation.
* This test adds skips for some tests from OpenGL::RPN
under current development avoiding FAILs in automated
builds due to known problems.

- These release notes may not be fully complete. Please
see the git log for full details.

- All tests may not pass, especially ones corresponding
to issues in KNOWN_PROBLEMS.

- Manual build/install is recommended although the
cpan shell may be used by specifying the distribution
path rather than just the module name, e.g.:

cpan> get CHM/OpenGL-0.65_001.tar.gz
cpan> make CHM/OpenGL-0.65_001.tar.gz
cpan> test CHM/OpenGL-0.65_001.tar.gz
cpan> look CHM/OpenGL-0.65_001.tar.gz

Highlights:
* It is compatible with the Prima GUI toolkit and the
Prima::OpenGL module.

* TBD



Expand Down
11 changes: 11 additions & 0 deletions SUPPORTS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
0.66 This file is still not up to date with the current code.

POGL builds "out of the box" on more system types
than ever, including: Linux, MSWin32, and Mac OS X.

Used by PDL-2.4.9 to implement 3D graphics and plots.

TBD: generate a more complete/specific list

----------------------------------------------------------

0.65 This file is still not up to date with the current code.

POGL builds "out of the box" on more system types
Expand Down

0 comments on commit 578abaa

Please sign in to comment.