• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Installation Manager Tool


コミットメタ情報

リビジョン60ff97dc6f4c07abfa7032aec4783a53c8d93dad (tree)
日時2013-10-04 20:03:38
作者Keith Marshall <keithmarshall@user...>
コミッターKeith Marshall

ログメッセージ

mingw-get-0.6.2-mingw32-beta-20131004-1 released.

変更サマリ

差分

--- a/ChangeLog
+++ b/ChangeLog
@@ -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+
19 2013-10-03 Keith Marshall <keithmarshall@users.sourceforge.net>
210
311 Propagate RELEASE_CLASS setting from mingw-get-setup.
--- a/VERSION.m4
+++ b/VERSION.m4
@@ -24,8 +24,8 @@
2424 #
2525 m4_define([VERSION_MAJOR], [0])
2626 m4_define([VERSION_MINOR], [6])
27- m4_define([VERSION_PATCH], [1])
28-
27+ m4_define([VERSION_PATCH], [2])
28+#
2929 m4_define([__VERSION__], [VERSION_MAJOR.VERSION_MINOR.VERSION_PATCH])
30-
30+#
3131 # $RCSfile$: end of file
--- a/srcdist-doc/NEWS.in
+++ b/srcdist-doc/NEWS.in
@@ -9,6 +9,49 @@ historical record is restricted to recent releases; the full history is
99 recorded in the NEWS file, which is included in the source code package.
1010
1111
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&nbsp;#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&nbsp;#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&nbsp;#2051 fixed: successful removal of meta-packages is now
34+ correctly recorded when updating the GUI's package list display.
35+
36+- MinGW-Bug&nbsp;#2052 fixed: the LUA_PATH environment variable is now
37+ correctly specified, for both CLI and GUI clients.
38+
39+- MinGW-Bug&nbsp;#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&nbsp;#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+
1255 mingw-get-0.6.1-mingw32-beta-20130910-1
1356 ---------------------------------------
1457