Skip to content

Commit fc5d1bd

Browse files
committed
Prepare for Win32-0.55 release
1 parent 1e764da commit fc5d1bd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: Changes

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Revision history for the Perl extension Win32.
22

3+
0.55 [2021-03-07]
4+
- added Win32::IsSymlinkCreationAllowed(), Win32::IsDeveloperModeEnabled(),
5+
and Win32::GetProcessPrivileges() by Tomasz Konojacki <[email protected]> [PR/27]
6+
- removed old code for versions before Windows 2000
7+
by Tomasz Konojacki <[email protected]> [PR/26]
8+
39
0.54 [2020-03-27]
410
- Skip tests that rely upon short names if these are unavailable
511
and additional docs about short filenames. Richard Leach [PR/23]

Diff for: META.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--- #YAML:1.0
22
name: Win32
33
abstract: Interfaces to some Win32 API Functions
4-
version: 0.54
4+
version: 0.55
55
author:
66
- Jan Dubois <[email protected]>
77
license: perl

Diff for: Win32.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package Win32;
88
require DynaLoader;
99

1010
@ISA = qw|Exporter DynaLoader|;
11-
$VERSION = '0.54';
11+
$VERSION = '0.55';
1212
$XS_VERSION = $VERSION;
1313
$VERSION = eval $VERSION;
1414

0 commit comments

Comments
 (0)