The MinGW.org Installation Manager Tool
Revisión | 60ff97dc6f4c07abfa7032aec4783a53c8d93dad (tree) |
---|---|
Tiempo | 2013-10-04 20:03:38 |
Autor | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
mingw-get-0.6.2-mingw32-beta-20131004-1 released.
@@ -1,3 +1,11 @@ | ||
1 | +2013-10-04 Keith Marshall <keithmarshall@users.sourceforge.net> | |
2 | + | |
3 | + mingw-get-0.6.2-mingw32-beta-20131004-1 released. | |
4 | + | |
5 | + * VERSION.m4 (VERSION_PATCH): Increment it. | |
6 | + * srcdist-doc/NEWS.in: Release notes updated. | |
7 | + * All files (r0-6-4-beta-20131004-1): Tag assigned. | |
8 | + | |
1 | 9 | 2013-10-03 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 10 | |
3 | 11 | Propagate RELEASE_CLASS setting from mingw-get-setup. |
@@ -24,8 +24,8 @@ | ||
24 | 24 | # |
25 | 25 | m4_define([VERSION_MAJOR], [0]) |
26 | 26 | m4_define([VERSION_MINOR], [6]) |
27 | - m4_define([VERSION_PATCH], [1]) | |
28 | - | |
27 | + m4_define([VERSION_PATCH], [2]) | |
28 | +# | |
29 | 29 | m4_define([__VERSION__], [VERSION_MAJOR.VERSION_MINOR.VERSION_PATCH]) |
30 | - | |
30 | +# | |
31 | 31 | # $RCSfile$: end of file |
@@ -9,6 +9,49 @@ historical record is restricted to recent releases; the full history is | ||
9 | 9 | recorded in the NEWS file, which is included in the source code package. |
10 | 10 | |
11 | 11 | |
12 | +mingw-get-0.6.2-mingw32-beta-20131004-1 | |
13 | +--------------------------------------- | |
14 | + | |
15 | +Release date: 2013-10-04 | |
16 | + | |
17 | +This is a further bug fix release; it addresses the following issues:-- | |
18 | + | |
19 | +- MinGW-Feature #2036 partially implemented: profile.xml now | |
20 | + provides for separate assignment of preferences for each of the CLI | |
21 | + and GUI clients. Users are advised to review the changes which have | |
22 | + been made in the distributed copy of defaults.xml, and to incorporate | |
23 | + such adjustments as they see fit, into their own local copies of | |
24 | + profile.xml; (alternatively, those who don't care to maintain their | |
25 | + own copy of profile.xml should replace any pre-existing copy of | |
26 | + profile.xml with a copy of the distributed defaults.xml). | |
27 | + | |
28 | +- MinGW-Bug #2028 partially resolved: affiliation of individual | |
29 | + component packages with any package group is now supported; also the | |
30 | + issue of only the first affiliation for each package being honoured, | |
31 | + when displaying the package list, has been corrected. | |
32 | + | |
33 | +- MinGW-Bug #2051 fixed: successful removal of meta-packages is now | |
34 | + correctly recorded when updating the GUI's package list display. | |
35 | + | |
36 | +- MinGW-Bug #2052 fixed: the LUA_PATH environment variable is now | |
37 | + correctly specified, for both CLI and GUI clients. | |
38 | + | |
39 | +- MinGW-Bug #2054 fixed: pre-remove scripts calling the unlink.js | |
40 | + helper to remove program shortcuts are now assured that the reference | |
41 | + path specified with the '--if-linked' attribute will be normalized to | |
42 | + a canonical file system form, before comparison with the similarly | |
43 | + normalized path name stored in any possibly matching shortcut. | |
44 | + | |
45 | +- MinGW-Bug #2057 fixed: mingw-get's embedded Lua interpreter now | |
46 | + provides its own built-in wsh.execute method, which allows invocation | |
47 | + of the Windows Scripting Host, to run any JScript or VBScript helper, | |
48 | + without any need to open a redundant Windows Console. | |
49 | + | |
50 | +- The "Apply Changes" dialogue now assigns default focus to the "Apply" | |
51 | + button, rather than to the list of packages to be removed; this avoids | |
52 | + an ugly highlighting issue, when the dialogue is displayed. | |
53 | + | |
54 | + | |
12 | 55 | mingw-get-0.6.1-mingw32-beta-20130910-1 |
13 | 56 | --------------------------------------- |
14 | 57 |