XML catalogue of packages which are available for installation, using the mingw-get installer.
Revision | 88dad7ca085c70a91ddfd6a795567690801f136f (tree) |
---|---|
Zeit | 2013-08-26 07:46:58 |
Autor | Earnie Boyd <earnie@user...> |
Commiter | Earnie Boyd |
Add pthreads-w32-2.9.1-1 release.
@@ -3,6 +3,7 @@ | ||
3 | 3 | * mingw32/mingw32-gmp.xml: Add 5.1.2-1 release. |
4 | 4 | * mingw32/mingw32-mpfr.xml: Add 3.1.2-1 release. |
5 | 5 | * mingw32/mingw32-mpc.xml: Add 1.0.1-1 release. |
6 | + * mingw32/mingw32-pthreads-w32.xml: Add 2.9.1-1 release. | |
6 | 7 | * common/issue.log mingw32/issue.log: Update accordingly. |
7 | 8 | * .gitignore: Add .*.swp. |
8 | 9 |
@@ -23,6 +23,6 @@ | ||
23 | 23 | # MinGW Project, accept liability for any damages, however caused, |
24 | 24 | # arising from the use of this software. |
25 | 25 | # |
26 | - 75fc52dde8d408d798c0be51070d5d02f4c63085 2013082305 package-list.xml | |
26 | + 75fc52dde8d408d798c0be51070d5d02f4c63085 2013082500 package-list.xml | |
27 | 27 | # |
28 | 28 | # $RCSfile$: end of file |
@@ -50,10 +50,10 @@ | ||
50 | 50 | cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml |
51 | 51 | d0657d9bc4fd5fa5bae78d80f003485cfde305c3 2013082300 mingw32-mpc.xml |
52 | 52 | 9c47305797d932da02275a6894b30492440af00e 2013082300 mingw32-mpfr.xml |
53 | - 983af8ad24a6f97da867784dfeeecc6661d54d88 2013082305 mingw32-package-list.xml | |
53 | + 983af8ad24a6f97da867784dfeeecc6661d54d88 2013082500 mingw32-package-list.xml | |
54 | 54 | bad22da9b9ec9bcea1d539e29ee2976cc88d9fc2 2013053000 mingw32-pexports.xml |
55 | 55 | cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml |
56 | - 9399cb6c2efd8fd907c42a278a6f41bbde9e440c 2011091400 mingw32-pthreads-w32.xml | |
56 | + cdfa3ced39a5dfbe38a6f9f8c67007c80e76eb0a 2013082500 mingw32-pthreads-w32.xml | |
57 | 57 | c5e5acd7ddfbb8b412ba1ade45088d7a22433228 2013082303 mingw32-runtime.xml |
58 | 58 | 12acb32f80e49c893167cfae82e448dd766d49bb 2013070100 mingw32-wsl-candidate.xml |
59 | 59 | 247a02890f109a5fe4996fde4af9d576dca3cd1e 2012073100 mingw32-xz.xml |
@@ -28,6 +28,7 @@ | ||
28 | 28 | <licence tarname="pthreads-w32-%-mingw32-%-lic.tar.lzma" /> |
29 | 29 | |
30 | 30 | <component class="dev"> |
31 | + <release tarname="pthreads-w32-2.8.1-1-mingw32-dev.tar.lzma"/> | |
31 | 32 | <release tarname="pthreads-w32-2.8.0-3-mingw32-dev.tar.lzma" > |
32 | 33 | <requires eq="mingw32-libpthread-%-mingw32-dll-2.tar" /> |
33 | 34 | </release> |
@@ -45,11 +46,21 @@ | ||
45 | 46 | <release tarname="pthreads-w32-2.8.0-3-mingw32-lic.tar.lzma" /> |
46 | 47 | <release tarname="pthreads-w32-2.9.0-mingw32-pre-20110507-2-lic.tar.lzma" /> |
47 | 48 | </component> |
49 | + | |
50 | + <component class="dll"> | |
51 | + <release tarname="pthreads-w32-2.9.1-1-mingw32-dll.tar.lzma" /> | |
52 | + </component> | |
48 | 53 | </package> |
49 | 54 | |
50 | 55 | <package name="mingw32-libpthreadgc" alias="libpthreadgc mingw32-libpthread libpthread"> |
51 | 56 | <affiliate group="MinGW Standard Libraries" /> |
52 | 57 | <description lang="en" title="POSIX threading library for Win32" > |
58 | + <paragraph> | |
59 | + NOTE: The 2.9.1 release delivers this library as part of the | |
60 | + pthreads-w32-2.9.1-1-mingw32-dll.tar.lzma file. This DLL file is a | |
61 | + dependency for gcc-core-4.8.1 and will be installed as such when using | |
62 | + mingw-get. | |
63 | + </paragraph> | |
53 | 64 | <paragraph> |
54 | 65 | pthreads-w32 seeks to provide a freely available and high-quality |
55 | 66 | implementation of pthreads for Windows. Pthreads is an API for |
@@ -92,6 +103,12 @@ | ||
92 | 103 | <package name="mingw32-libpthreadgce" alias="libpthreadgce" > |
93 | 104 | <affiliate group="MinGW Standard Libraries" /> |
94 | 105 | <description lang="en" title="POSIX threading library for Win32" > |
106 | + <paragraph> | |
107 | + NOTE: The 2.9.1 release delivers this library as part of the | |
108 | + pthreads-w32-2.9.1-1-mingw32-dll.tar.lzma file. This DLL file is a | |
109 | + dependency for gcc-core-4.8.1 and will be installed as such when using | |
110 | + mingw-get. | |
111 | + </paragraph> | |
95 | 112 | <paragraph> |
96 | 113 | pthreads-w32 seeks to provide a freely available and high-quality |
97 | 114 | implementation of pthreads for Windows. Pthreads is an API for |
@@ -130,6 +147,11 @@ | ||
130 | 147 | <package name="mingw32-libquserex" alias="libquserex" > |
131 | 148 | <affiliate group="MinGW Standard Libraries" /> |
132 | 149 | <description lang="en" title="POSIX threading library for Win32" > |
150 | + <paragraph> | |
151 | + NOTE: The 2.9.1 release does not deliver this library. This decision | |
152 | + was based on the number of downloads for the library and the fact that | |
153 | + it is experimental. | |
154 | + </paragraph> | |
133 | 155 | <paragraph> |
134 | 156 | pthreads-w32 seeks to provide a freely available and high-quality |
135 | 157 | implementation of pthreads for Windows. Pthreads is an API for |