File: Changes

package info (click to toggle)
libwin32-exe-perl 0.17-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 472 kB
  • sloc: perl: 3,679; xml: 38; makefile: 11
file content (111 lines) | stat: -rw-r--r-- 3,701 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111

Release 0.17: 19 July 2011

* Noted that create_resource_section fails on WinXP and below

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


Release 0.16: 26 May 2011

* Fixed Perl 5.14 Compilation

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


Release 0.15: 30 November 2010

* Fixed parsing of Windows Object files (thanks to Nicolas Georges)

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

Release 0.14: 03 May 2010

* Added support for multiple icons
* Added support for creating resource section for PE files that
  have none (Win32 platforms only).
* Removed Module::Install usage - it does not work on Win32 for
  sub directory build. Will restore usage once CPAN Module::Install
  works. (next release according to CPAN reports).

----------------------------------------------------------------------
Release 0.13:

* Added support for PE+ (x64 64bit executables)
* Fixed manifest bug caused by 'pack' changes in perl 5.10

----------------------------------------------------------------------
Release 0.11:
* Applied patch by Mark Dootson to change the default exe manifest.

----------------------------------------------------------------------
Release 0.10:
* Updated Module::Install to 0.64.
* Applied patch by Mark Dootson to add support for exe manifests.

----------------------------------------------------------------------
Release 0.09:
* Updated Module::Install to 0.63.
* Updated Audrey's contact information.

----------------------------------------------------------------------
r3715:  autrijus | 2004-03-18T05:06:01.118230Z

* This be 0.08.
* Load all require submodules with 'use', not 'require', so
  it can work with 'pp' in PAR 0.80.  Reported by Alan Stewart.

----------------------------------------------------------------------
r3626:  autrijus | 2004-03-16T11:58:23.873748Z

* This be 0.07.
* Properly raises exception when loading an invalid file to Win32::Exe.
  Reported by Macolm Noonings.

----------------------------------------------------------------------
r3896:  autrijus | 2004-02-17T01:28:40.619691Z

* This be 0.06.
* conform to Parse::Binary 0.05 API
* suggestion by alan to retain the original groupname.

----------------------------------------------------------------------
r3857:  autrijus | 2004-02-16T09:22:40.299320Z

* This be 0.05.
* add docs for exe_update.pl.
* Alan Stewart reported that our FindBin magic in tests was not quite good.
* Also, predeclare test numbers instead of no_plan.

----------------------------------------------------------------------
r3846:  autrijus | 2004-02-15T22:38:40.264114Z

* This be 0.04.
* Work with Parse::Binary 0.04 to refresh only when needed.
  This fixes the case of clobbering the exe twice, as reported
  by Jouke Visser.

----------------------------------------------------------------------
r3819:  autrijus | 2004-02-15T00:17:26.298029Z

* This be 0.03.
* a stupid typo caused all named resource strings to be stripped
  from the table. oops.
* tidy up sort a little.
* depend on newer Parse::Binary.

----------------------------------------------------------------------
r3807:  autrijus | 2004-02-14T19:43:30.059984Z

* This be 0.02.
* truncating executables to smaller size now works.
* properly extend the executable. it should now really work!
* forgot to refresh data directories after updating exe. bummer
* fix two gotchas that were probably preventing padding from working

----------------------------------------------------------------------
r3788:  autrijus | 2004-02-13T23:49:21.521921Z

* This be Win32::Exe, version 0.01.

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