Skip to content

Commit 7746dcd

Browse files
committed
Prepare for Win32-0.53 release
1 parent ce28b2f commit 7746dcd

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

Changes

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Revision history for the Perl extension Win32.
22

3-
0.52_02 [2018-11-02]
3+
0.53 [2019-08-05]
4+
- improve Win32::GetOSDisplayName
5+
- added Win2016/2019 detection and version information by
6+
Richard Leach [PR/15]
7+
- Include wchar.h to allow building with g++ by Tony Cook [rt#127836]
8+
9+
0.52_02 [2018-11-02] by Reini Urban
410
- added () usage croaks.
511
- Fixed a -Warray-bounds buffer overflow in LONGPATH,
612
- Fix various -Wunused warnings

META.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
--- #YAML:1.0
22
name: Win32
33
abstract: Interfaces to some Win32 API Functions
4-
version: 0.52
4+
version: 0.53
55
author:
6-
- Jan Dubois <jand@activestate.com>
6+
- Jan Dubois <jan@jandubois.com>
77
license: perl
8-
requires:
8+
requires:
99
perl: 5.006
1010
resources:
1111
license: http://dev.perl.org/licenses/
12-
repository: https://github.com/jandubois/win32
12+
repository: https://github.com/perl-libwin32/win32
13+
bugtracker: https://github.com/perl-libwin32/win32/issues
14+
MailingList: https://www.nntp.perl.org/group/perl.libwin32/
1315
meta-spec:
1416
version: 1.3
1517
url: http://module-build.sourceforge.net/META-spec-v1.3.html

Win32.pm

Lines changed: 1 addition & 1 deletion
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.52_02';
11+
$VERSION = '0.53';
1212
$XS_VERSION = $VERSION;
1313
$VERSION = eval $VERSION;
1414

0 commit comments

Comments
 (0)