-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7f2118
commit 78f0002
Showing
1 changed file
with
52 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,84 @@ | ||
Revision history for Crypt-URandom | ||
|
||
0.44 - Fri Jan 03 19:58:22 2025 | ||
Added SECURITY.md. Thanks to Robert Rothenberg for GH#10 | ||
Fixed GH#8 and GH#9 related to getrandom(2) support. Thanks to Petr Pisar | ||
0.44 Sat Jan 03 08:12:40 2025 | ||
- Added SECURITY.md. Thanks to Robert Rothenberg for GH#10 | ||
- Fixed GH#8 and GH#9 related to getrandom(2) support. Thanks to Petr Pisar | ||
|
||
0.43 - Fri Jan 03 19:58:22 2025 | ||
More fixes to test suite. Thanks to Slaven Rezić for GH#6 | ||
0.43 Fri Jan 03 19:58:22 2025 | ||
- More fixes to test suite. Thanks to Slaven Rezić for GH#6 | ||
|
||
0.42 - Fri Jan 03 10:49:20 2025 | ||
Fixes to test suite. Thanks to Slaven Rezić for GH#6 | ||
0.42 Fri Jan 03 10:49:20 2025 | ||
- Fixes to test suite. Thanks to Slaven Rezić for GH#6 | ||
|
||
0.41 - Thu Jan 02 09:51:36 2025 | ||
Adding getrandom(2) support including a dedicated method. Thanks to Robert Rothenberg and H.Merijn Brand for GH#5 | ||
0.41 Thu Jan 02 09:51:36 2025 | ||
- Adding getrandom(2) support including a dedicated method. Thanks to Robert Rothenberg and H.Merijn Brand for GH#5 | ||
|
||
0.40 - Sat Feb 17 06:34:33 2024 | ||
Moving $OSNAME checks to compile time with GH#4. Thanks to Aristotle. | ||
Test and documentation fixes in GH#1, GH#2, GH#3. Thanks to guest20. | ||
0.40 Sat Feb 17 06:34:33 2024 | ||
- Moving $OSNAME checks to compile time with GH#4. Thanks to Aristotle. | ||
- Test and documentation fixes in GH#1, GH#2, GH#3. Thanks to guest20. | ||
|
||
0.39 - Sun May 21 18:58:33 2023 | ||
Adding support for test suite in non english locales | ||
Test and documentation fixes | ||
0.39 Sun May 21 18:58:33 2023 | ||
- Adding support for test suite in non english locales | ||
- Test and documentation fixes | ||
|
||
0.38 - Thu May 11 05:52:03 2023 | ||
Adding support for github actions | ||
Improving test support | ||
0.38 Thu May 11 05:52:03 2023 | ||
- Adding support for github actions | ||
- Improving test support | ||
|
||
0.37 - Wed May 10 21:48:03 2023 | ||
Adding urandom_ub method for unbuffered sysreads | ||
Copying with possible?? failures in reading from /dev/urandom | ||
Improved coverage testing | ||
0.37 Wed May 10 21:48:03 2023 | ||
- Adding urandom_ub method for unbuffered sysreads | ||
- Copying with possible?? failures in reading from /dev/urandom | ||
- Improved coverage testing | ||
|
||
0.36 - Mon Jun 01 21:37:26 2011 | ||
Fixing bug that caused errors when requesting urandom before and after forking | ||
0.36 Mon Jun 01 21:37:26 2011 | ||
- Fixing bug that caused errors when requesting urandom before and after forking | ||
|
||
0.35 - Thu May 14 06:07:03 2011 | ||
Corrected Manifest - RT#101208 | ||
Removed Build.PL - RT#104406 | ||
0.35 Thu May 14 06:07:03 2011 | ||
- Corrected Manifest - RT#101208 | ||
- Removed Build.PL - RT#104406 | ||
|
||
0.34 - Sun Mar 10 20:18:43 2011 | ||
Removed t/pod-coverage.t | ||
0.34 Sun Mar 10 20:18:43 2011 | ||
- Removed t/pod-coverage.t | ||
|
||
0.33 - Sat Mar 09 15:29:41 2011 | ||
Added @CARP_NOT | ||
0.33 Sat Mar 09 15:29:41 2011 | ||
- Added @CARP_NOT | ||
|
||
0.32 - Sat Mar 09 15:15:37 2011 | ||
Reformatting | ||
0.32 Sat Mar 09 15:15:37 2011 | ||
- Reformatting | ||
|
||
0.31 - Fri Mar 01 17:56:58 2011 | ||
More test case fixes | ||
0.31 Fri Mar 01 17:56:58 2011 | ||
- More test case fixes | ||
|
||
0.30 - Mon Feb 25 07:55:00 2011 | ||
Fixed test cases | ||
0.30 Mon Feb 25 07:55:00 2011 | ||
- Fixed test cases | ||
|
||
0.29 - Thu Feb 14 06:40:41 2011 | ||
Added binmode call to the open for /dev/urandom | ||
Optimised /dev/urandom access to only open a filehandle once and only reopen after read errors | ||
0.29 Thu Feb 14 06:40:41 2011 | ||
- Added binmode call to the open for /dev/urandom | ||
- Optimised /dev/urandom access to only open a filehandle once and only reopen after read errors | ||
|
||
0.28 Wed Apr 20 06:45:41 2011 | ||
Dropped extra 0 in version number | ||
Now passes perlcritic -1 | ||
- Dropped extra 0 in version number | ||
- Now passes perlcritic -1 | ||
|
||
0.0.27 Wed Apr 20 06:45:41 2011 | ||
Included t/export.t in MANIFEST | ||
Formatting changes | ||
Changed module name from Crypt::Random::NonBlocking to Crypt::URandom | ||
- Included t/export.t in MANIFEST | ||
- Formatting changes | ||
- Changed module name from Crypt::Random::NonBlocking to Crypt::URandom | ||
|
||
0.0.25 Mon Apr 18 18:55:30 2011 | ||
Removed t/perlcritic.t due to other Perl::Critic policies being testing on cpan.org | ||
Changed the interface to be Crypt::Random::NonBlocking::urandom(); | ||
Allowed urandom to be exported | ||
- Removed t/perlcritic.t due to other Perl::Critic policies being testing on cpan.org | ||
- Changed the interface to be Crypt::Random::NonBlocking::urandom(); | ||
- Allowed urandom to be exported | ||
|
||
0.0.23 Mon Apr 18 07:56:17 2011 | ||
Added t/rand.t to actually test the module | ||
- Added t/rand.t to actually test the module | ||
|
||
0.0.21 Mon Apr 18 07:00:17 2011 | ||
Removed dependency Readonly entirely as it is a non-core module | ||
- Removed dependency Readonly entirely as it is a non-core module | ||
|
||
0.0.19 Sun Apr 17 20:42:17 2011 | ||
Added dependency Readonly to fix RT Ticket 67532 filed by YSAWANT | ||
- Added dependency Readonly to fix RT Ticket 67532 filed by YSAWANT | ||
|
||
0.0.11 Sun Apr 17 10:45:13 2011 | ||
Initial release. | ||
- Initial release. | ||
|