Skip to content

Commit

Permalink
Update Known_problems and Release_Notes for CPAN devel release 2.007_11
Browse files Browse the repository at this point in the history
  • Loading branch information
devel-chm committed Feb 24, 2015
1 parent 14152c1 commit 4780cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 1 addition & 14 deletions Known_problems
@@ -1,12 +1,5 @@
The following issues have been reported with this version of PDL:

- PDL-2.007_09 is listed as UNAUTHORIZED because of a
missing permission for the release manager for PDL::Slatec.
This permission problem is not new, only visible now because
of the explicit use of PDL::Slatec in a package statement
that is now being indexed by the CPAN indexer.


- A bug in Netpbm from versions 10.56.00 through 10.61.2 may
result in a an invalid conversion of RAST images to PNM
format on some platforms, resulting in a failed picrgb test.
Expand Down Expand Up @@ -47,7 +40,7 @@ The following issues have been reported with this version of PDL:

- Some versions of MinGW gcc (used to compile for win32 perls)
crash in compilation of large, PP-generated files. The work-
around is to disable optimization for those file. See the
around is to disable optimization for those files. See the
INSTALL file for a hand fix.


Expand Down Expand Up @@ -106,7 +99,6 @@ The following issues have been reported with this version of PDL:
- The following SourceForge bugs are outstanding at time of the
PDL-2.007_11 release:

369 slice fails with subclass index
368 PDL::Slatec::polyfit ignores incorrect length of weight piddle; passes garbage to slatec polfit
367 BAD value parsing breakage
366 many warnings in t/transform.t with use strict; use warnings;
Expand All @@ -116,7 +108,6 @@ The following issues have been reported with this version of PDL:
354 filter demo list by actually available
353 imag2d not 'use warnings' safe and no way to disable twiddle
350 Modules using PDL::Slatec will get installed even if Slatec is disabled
349 PDL needs integrated support for PDL::PP and CPAN indexer
347 t/#pdl_from_string.t has a failure if BADVAL_NAN=1
346 ExtUtils::F77 dependency causing problems for CPAN install
343 longlong constructor and display lose digits due to implicit double precision conversions
Expand All @@ -132,10 +123,6 @@ The following issues have been reported with this version of PDL:
268 PLplot still unusable with X
254 online docs don't link to functions in other PDL modules
238 NiceSlice affects code where it should not
232 perl -d chokes on lvalue functions

Fixed in perl 5.16.x or use work around.

210 default PDL build output too long
147 closing TriD window kills perldl shell

Expand Down
2 changes: 2 additions & 0 deletions Release_Notes
Expand Up @@ -45,6 +45,8 @@ Highlights:
an argument of 0 or 1 (technically false or true) to set
whether the twiddle loop is run. Also fixed a minor warning
generated with 'use warnings'. This closes bug #353.

* Lots of clean up and build process improvements.



Expand Down

0 comments on commit 4780cc8

Please sign in to comment.