Updates for 3.1.0 release
Update dates, changes descriptions and release preparation instructions.
This commit is contained in:
		| @@ -48,7 +48,7 @@ Changes in behaviour which may result in build errors | ||||
| - WXWIN_OS_DESCRIPTION doesn't exist any longer, use wxGetOsDescription(). | ||||
|  | ||||
|  | ||||
| 3.1.0: (released 2016-xx-xx) | ||||
| 3.1.0: (released 2016-02-29) | ||||
| ---------------------------- | ||||
|  | ||||
| - Many improvements for high DPI monitors support, notably XRC now interprets | ||||
|   | ||||
| @@ -17,9 +17,9 @@ Add the missing installed folder locations of any executables to your Path. | ||||
|  | ||||
| ## Pre-Release Steps | ||||
|  | ||||
| * Change the version in `include/wx/version.h`. | ||||
| * Update `docs/readme.txt`. Please review its contents in addition to just | ||||
|   changing the version number. | ||||
| * Update `docs/release.md` (except for the release sha1sums). | ||||
| * Put a date on the release line in `docs/changes.txt`. | ||||
| * Update the date in the manual (`docs/doxygen/mainpages/manual.h`). | ||||
| * Update the release announcement post in `docs/publicity/announce.txt`. | ||||
| @@ -48,16 +48,18 @@ ensure you have the appropriate tag or commit checked out. | ||||
|    directory so you can continue with the upload step with all packages | ||||
|    available: | ||||
|  | ||||
|    ``` | ||||
|    wxMSW-x.y.z-Setup.exe | ||||
|    wxWidgets-x.y.z.chm | ||||
|    ``` | ||||
|     wxMSW-x.y.z-Setup.exe | ||||
|     wxWidgets-x.y.z.chm | ||||
|  | ||||
| 5. Update the sha1sums in `docs/release.md`. | ||||
|  | ||||
| ## Uploading | ||||
|  | ||||
| Upload the files to SourceForge. This can be done via the web interface or just | ||||
| scp to sfusername,wxwindows@frs.sf.net:/home/frs/project/w/wx/wxwindows/x.y.z | ||||
| The following files need to be uploaded: | ||||
| Create a new release on GitHub using vX.Y.Z tag and title. | ||||
|  | ||||
| Use `docs/release.md` for the release description box. | ||||
|  | ||||
| Attach the following files to it: | ||||
|  | ||||
|     wxMSW-Setup-x.y.z.exe | ||||
|     wxWidgets-x.y.z.7z | ||||
| @@ -68,28 +70,6 @@ The following files need to be uploaded: | ||||
|     wxWidgets-x.y.z-docs-html.zip | ||||
|     wxWidgets-x.y.z-headers.7z | ||||
|  | ||||
| You will need to use the web interface to mark the latest uploaded files as | ||||
| being "default downloads" for the appropriate platforms (.zip or .exe for MSW, | ||||
| .tar.bz2 for everything else) as otherwise SourceForge would continue to suggest | ||||
| people to download old files. | ||||
|  | ||||
| Next, update (at least the versions and SHA1 sums, but maybe more) and upload | ||||
| docs/release_files.mdwn and docs/release_binaries.mdwn files. They need to be | ||||
| renamed to README.md on SF to be shown when the directory is viewed, i.e. do: | ||||
|  | ||||
|     scp docs/release_files.mdwn \ | ||||
|         sfuser,wxwindows@frs.sf.net:/home/frs/project/w/wx/wxwindows/x.y.z/README.md | ||||
|     scp docs/release_binaries.mdwn \ | ||||
|         sfuser,wxwindows@frs.sf.net:/home/frs/project/w/wx/wxwindows/x.y.z/binaries/README.md | ||||
|  | ||||
| And upload the change log too: | ||||
|  | ||||
|     scp docs/changes.txt \ | ||||
|         sfuser,wxwindows@frs.sf.net:/home/frs/project/w/wx/wxwindows/x.y.z | ||||
|  | ||||
| Also upload the files to the FTP mirror at ftp.wxwidgets.org (ask Chris for | ||||
| access if you don't have it). | ||||
|  | ||||
| Create http://docs.wxwidgets.org/x.y.z/ (ask Bryan to do it if not done yet). | ||||
|  | ||||
| ## Announcement | ||||
| @@ -109,7 +89,7 @@ For major releases, submit the announcement to https://slashdot.org/submission | ||||
| Modify the links at downloads/index.html to point to the new release. Also | ||||
| update the release date on this page. | ||||
|  | ||||
| Also update docs/index.html for the minor or major (i.e. not micro) releases. | ||||
| Also update docs/index.htm for the minor or major (i.e. not micro) releases. | ||||
|  | ||||
| Post to wxBlog if necessary. | ||||
|  | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
| @author Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor, | ||||
|         Bryan Petty, Francesco Montorsi, Robert Roebling et al | ||||
|  | ||||
| @date November 19, 2014 | ||||
| @date February 29, 2016 | ||||
|  | ||||
| @n | ||||
|  | ||||
|   | ||||
| @@ -1,61 +1,43 @@ | ||||
| November 11, 2013 -- The wxWidgets team is pleased to announce a | ||||
| major new release of our open source framework for the development | ||||
| of native cross-platform applications in C++. | ||||
| February 29, 2016 -- The wxWidgets team is pleased to announce a new | ||||
| release of our open source framework for the development of native | ||||
| cross-platform applications in C++. | ||||
|  | ||||
| wxWidgets 3.0.0 is the first release in the new major stable 3.0 | ||||
| branch and is available at | ||||
| wxWidgets 3.1.0 is the first release in the new development 3.1.0 | ||||
| branch and is now available at | ||||
|  | ||||
|         https://sourceforge.net/downloads/wxwindows/3.0.0/ | ||||
|     https://github.com/wxWidgets/wxWidgets/releases/tag/v3.1.0 | ||||
|  | ||||
| and at our FTP mirror at | ||||
| Compared to the stable 3.0.x series, this version brings many | ||||
| improvements and even more bug fixes, please see the change log | ||||
|  | ||||
|         ftp://ftp.wxwidgets.org/pub/3.0.0/ | ||||
| https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.2/docs/changes.txt | ||||
|  | ||||
| Please choose the archive format suitable for your platform, i.e. 7z | ||||
| or ZIP for Windows platforms and tar.bz2 for the Unix systems | ||||
| including OS X (all archives contain sources for all wxWidgets ports | ||||
| but they use different line endings) and follow the instructions in | ||||
| readme.txt file for installing it. Notice that if you decide to use | ||||
| the Windows installer (.exe file) you still need to build wxWidgets | ||||
| as only sources, not binaries, are installed. | ||||
| for the incomplete list of the most important ones. Here is the | ||||
| maximally condensed summary: | ||||
|  | ||||
| We also provide the pre-built versions of wxMSW libraries for the | ||||
| selected compilers at | ||||
|  | ||||
|         https://sourceforge.net/downloads/wxwindows/3.0.0/binaries/ | ||||
|  | ||||
| Please see the README file there for the descriptions of the | ||||
| individual files. | ||||
| - New classes: wxActivityIndicator, wxAddRemoveCtrl, | ||||
|   wxAppProgressIndicator, wxNativeWindow, wxPowerResourceBlocker. | ||||
| - And methods: wxDateTime::GetWeekBasedYear(), wxListBox::GetTopItem(), | ||||
|   wxProcess::Activate(), wxTextEntry::ForceUpper(), several ones in | ||||
|   wxRendererNative, wxStandardPaths::GetUserDir(), wxUIActionSimulator | ||||
|   ::Select() and many others. Also new wxEVT_MAGNIFY event. | ||||
| - Significant improvements to: wxBusyInfo, wxNotificationMessage. | ||||
| - All around better support for high DPI monitors. | ||||
| - Much newer versions of bundled 3rd party libraries (notably libpng) | ||||
|   and support for GStreamer 1.0 under Unix. | ||||
| - Revamped OpenGL support better suited to modern OpenGL (3.2+). | ||||
| - Further C++11 support improvements. | ||||
| - Support for latest compilers: MSVS 2015, g++ 5.3, clang 3.8. | ||||
| - A lot of bug fixes in wxGTK3 and wxOSX/Cocoa ports. | ||||
| - New experimental wxQt port. | ||||
|  | ||||
|  | ||||
| This release is a culmination of several years of development since | ||||
| the last stable 2.8 release. There are too many changes to be listed | ||||
| here, but the most important ones are: | ||||
|  | ||||
| - Completely overhauled Unicode support which is much easier to use. | ||||
| - New Cocoa-based wxOSX port for Mac OS X for both 32 and 64 bits. | ||||
| - New wxGTK3 port, including support for Broadway (HTML5) backend. | ||||
| - Access to the native web rendering engine with wxWebView. | ||||
| - New property grid and ribbon libraries are now included in wxWidgets. | ||||
| - Better interoperability with standard library classes. | ||||
| - Totally revised and more readable manual. | ||||
| - Improved debugging support. | ||||
|  | ||||
| Please see the changes.txt file in the "docs" subdirectory of | ||||
| wxWidgets distribution or also available online at | ||||
| https://sourceforge.net/projects/wxwindows/files/3.0.0/changes.txt | ||||
| for more details and please read the "INCOMPATIBLE CHANGES" section | ||||
| in its beginning for a brief description of changes if you are | ||||
| upgrading from wxWidgets 2.8. For more details, please see | ||||
| http://docs.wxwidgets.org/3.0.0/overview_changes_since28.html | ||||
|  | ||||
|  | ||||
| We recommend that you use wxWidgets 3.0 for any new programs and | ||||
| also update any existing code using the older versions to the new | ||||
| one (which should be easier than the jump in the version number | ||||
| indicates) as all the future development will only happen in 3.x | ||||
| series. | ||||
|  | ||||
| This release is a "development" one as it makes (very few) | ||||
| incompatible API changes compared to 3.0 and does not guarantee the | ||||
| ABI stability, unlike the 3.0.x series. It is not inherently more | ||||
| buggy or less stable than the "stable" releases and you're encouraged | ||||
| to use it. If you're already using 3.0, upgrading shouldn't require | ||||
| any special effort, so please try it out. | ||||
|  | ||||
| We hope that you will enjoy using the new release! | ||||
|  | ||||
|   | ||||
| @@ -27,6 +27,29 @@ download from: | ||||
| Changes | ||||
| ------- | ||||
|  | ||||
| Compared to the stable 3.0.x series, this version brings many | ||||
| improvements and even more bug fixes, please see the change log | ||||
|  | ||||
| https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.2/docs/changes.txt | ||||
|  | ||||
| for the incomplete list of the most important ones. Here is the | ||||
| maximally condensed summary: | ||||
|  | ||||
| - New classes: wxActivityIndicator, wxAddRemoveCtrl, | ||||
|   wxAppProgressIndicator, wxNativeWindow, wxPowerResourceBlocker. | ||||
| - And methods: wxDateTime::GetWeekBasedYear(), wxListBox::GetTopItem(), | ||||
|   wxProcess::Activate(), wxTextEntry::ForceUpper(), several ones in | ||||
|   wxRendererNative, wxStandardPaths::GetUserDir(), wxUIActionSimulator | ||||
|   ::Select() and many others. Also new wxEVT_MAGNIFY event. | ||||
| - Significant improvements to: wxBusyInfo, wxNotificationMessage. | ||||
| - All around better support for high DPI monitors. | ||||
| - Much newer versions of bundled 3rd party libraries (notably libpng) | ||||
|   and support for GStreamer 1.0 under Unix. | ||||
| - Revamped OpenGL support better suited to modern OpenGL (3.2+). | ||||
| - Further C++11 support improvements. | ||||
| - Support for latest compilers: MSVS 2015, g++ 5.3, clang 3.8. | ||||
| - A lot of bug fixes in wxGTK3 and wxOSX/Cocoa ports. | ||||
| - New experimental wxQt port. | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -44,11 +67,10 @@ There is some support for the following platforms: | ||||
| * Most Unix variants with X11 | ||||
| * Most Unix variants with Motif/Lesstif | ||||
| * Most Unix variants with GTK+ 1.2 | ||||
| * Most Unix variants with Qt 5 or newer | ||||
| * Most Unix variants with Qt 5 or newer (experimental) | ||||
|  | ||||
| Most popular C++ compilers are supported; see the install.txt file for each | ||||
| platform (available via docs/html/index.htm) and | ||||
| https://wiki.wxwidgets.org/Supported_Platforms for the most up to date status. | ||||
| platform (following the links from docs/index.htm). | ||||
|  | ||||
|  | ||||
| Files | ||||
| @@ -56,7 +78,7 @@ Files | ||||
|  | ||||
| wxWidgets is distributed in source form in several archive formats. ZIP and 7z | ||||
| archives are for Microsoft Windows users and contain the files with DOS/Windows | ||||
| line endings while the compressed tar archives for Unix systems users (including | ||||
| line endings while the compressed tar archives are for Unix systems (including | ||||
| OS X) and contain the files with Unix line endings. Please notice that some | ||||
| Windows tools still don't accept files with Unix line endings and that compiling | ||||
| sources with DOS line endings under Unix will fail, so please choose the correct | ||||
| @@ -146,4 +168,4 @@ If you are looking for support, you can get it from | ||||
|  | ||||
| Have fun! | ||||
|  | ||||
| The wxWidgets Team, June 2016 | ||||
| The wxWidgets Team, February 2016 | ||||
|   | ||||
							
								
								
									
										150
									
								
								docs/release.md
									
									
									
									
									
								
							
							
						
						
									
										150
									
								
								docs/release.md
									
									
									
									
									
								
							| @@ -1,49 +1,59 @@ | ||||
| Welcome to wxWidgets, a free and open source cross-platform C++ framework for | ||||
| writing advanced GUI applications using native controls. | ||||
|  | ||||
| Please notice that since the 2.9 series, only a single source distribution is | ||||
| provided instead of the multiple distributions containing only the files for | ||||
| each port as was done before. So you only need to download wxWidgets-3.0.0.zip | ||||
| (or .7z for much smaller archive size) for Microsoft Windows systems or | ||||
| wxWidgets-3.0.0.tar.bz2 for Unix ones, including Mac OS X. The only difference | ||||
| between these files is that the ZIP (and 7z) archives contain files with DOS | ||||
| line endings while the tar balls contain files with Unix line endings. | ||||
| wxWidgets 3.1.0 is the first release in the new development 3.1.0 branch. | ||||
| This release is a "development" one as it makes (very few) | ||||
| incompatible API changes compared to 3.0 and does not guarantee the | ||||
| ABI stability, unlike the 3.0.x series. It is not inherently more | ||||
| buggy or less stable than the "stable" releases and you're encouraged | ||||
| to use it. If you're already using 3.0, upgrading shouldn't require | ||||
| any special effort, so please try it out. | ||||
|  | ||||
| Please notice that we provide a single source distribution containing files for | ||||
| all platforms, so you only need to download either the archive with the `.zip` | ||||
| (or `.7z` for much smaller size) extension for Microsoft Windows systems or the | ||||
| one with `.tar.bz2` extenstion for Unix ones, including Mac OS X. The only | ||||
| difference between these files is that the ZIP (and 7z) archives contain files | ||||
| with DOS line endings while the tar balls contain files with Unix line endings. | ||||
|  | ||||
| See [README](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.1.0/docs/readme.txt) | ||||
| for more information about this release and the | ||||
| [change log](https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.2/docs/changes.txt) | ||||
| for details of the changes in it. | ||||
|  | ||||
| ## Reporting Problems | ||||
|  | ||||
| Please report any bugs to the [issue tracker](http://trac.wxwidgets.org/report) | ||||
| Please report bugs to the [issue tracker](http://trac.wxwidgets.org/newticket) | ||||
| or the [wx-users mailing list](http://groups.google.com/group/wx-users). | ||||
|  | ||||
| ## Download Verification | ||||
|  | ||||
| To verify your download please use the following sha1sums: | ||||
|  | ||||
| ``` | ||||
| ceac35caeab6a0d3bdc6715b23dde82812ed8f7f  wxMSW-3.0.2-Setup.exe | ||||
| 8cc75cc76aca18cdfbf66283015af620b5457014  wxWidgets-3.0.2.7z | ||||
| 6461eab4428c0a8b9e41781b8787510484dea800  wxWidgets-3.0.2.tar.bz2 | ||||
| e9e5aeb0cabd998db737ffb0af165e7a8e02d68f  wxWidgets-3.0.2.zip | ||||
| 9db3068925a7c928062e3db59ab1aca5b0e654a9  wxWidgets-3.0.2-docs-html.tar.bz2 | ||||
| a58c1625679d78ec20cea4542dc1382b6a7a01e8  wxWidgets-3.0.2-docs-html.zip | ||||
| 591e706da0d2358ff392adaff706c9df2bd42a10  wxWidgets-3.0.2-docs-chm.zip | ||||
| 7670804d478a5b7008f5d7a82c30f0c6bfd358bf  wxWidgets-3.0.2_headers.7z | ||||
| ``` | ||||
|     0000000000000000000000000000000000000000  wxMSW-3.1.0-Setup.exe | ||||
|     0000000000000000000000000000000000000000  wxWidgets-3.1.0.7z | ||||
|     0000000000000000000000000000000000000000  wxWidgets-3.1.0.tar.bz2 | ||||
|     0000000000000000000000000000000000000000  wxWidgets-3.1.0.zip | ||||
|     0000000000000000000000000000000000000000  wxWidgets-3.1.0-docs-html.tar.bz2 | ||||
|     0000000000000000000000000000000000000000  wxWidgets-3.1.0-docs-html.zip | ||||
|     0000000000000000000000000000000000000000  wxWidgets-3.1.0-docs-chm.zip | ||||
|     0000000000000000000000000000000000000000  wxWidgets-3.1.0_headers.7z | ||||
|  | ||||
| ## Binaries | ||||
|  | ||||
| We have provided pre-built binary files for the following compilers: | ||||
| We provide pre-built binary files for the following compilers: | ||||
|  | ||||
| * Microsoft Visual C++ compiler versions 9.0, 10.0, 11.0 and 12.0 corresponding | ||||
|   to marketing product names of Microsoft Visual Studio 2008, 2010, 2012 and | ||||
|   2013 respectively. | ||||
| * MinGW-TDM versions 4.7.1 and 4.8.1 (with the default SJLJ exceptions | ||||
|   propagation method). | ||||
| * Microsoft Visual C++ compiler versions 9.0, 10.0, 11.0, 12.0 and 14.0 | ||||
|   (corresponding to marketing product names of Microsoft Visual Studio 2008, | ||||
|    2010, 2012, 2013 and 2015 respectively). | ||||
| * MinGW-TDM versions 4.9 and 5.1 (with the default SJLJ exceptions propagation | ||||
|   method). | ||||
|  | ||||
| ### For Developers | ||||
|  | ||||
| For developing applications with wxWidgets you need to download the | ||||
| compiler-independent `wxWidgets-3.0.2_Headers.7z` file and one of | ||||
| `wxMSW-3.0.2-vcXXX_Dev.7z` or `wxMSW-3.0.2_gccXXX_Dev.7z` files depending on | ||||
| compiler-independent `wxWidgets-3.1.0_Headers.7z` file and one of | ||||
| `wxMSW-3.1.0-vcXXX_Dev.7z` or `wxMSW-3.1.0_gccXXX_Dev.7z` files depending on | ||||
| your compiler, its version and the target architecture (x86 if not specified or | ||||
| x64). | ||||
|  | ||||
| @@ -55,13 +65,13 @@ for the release build debug symbols. | ||||
|  | ||||
| ### For End Users | ||||
|  | ||||
| End users may download one of `wxMSW-3.0.2_vcXXX_ReleaseDLL.7z` or | ||||
| `wxMSW-3.0.2_gccXXX_ReleaseDLL.7z` files to get just the DLLs required for | ||||
| End users may download one of `wxMSW-3.1.0_vcXXX_ReleaseDLL.7z` or | ||||
| `wxMSW-3.1.0_gccXXX_ReleaseDLL.7z` files to get just the DLLs required for | ||||
| running the applications using wxWidgets. | ||||
|  | ||||
| ### For Debugging | ||||
|  | ||||
| * Microsoft Visual C++ users: Files `wxMSW-3.0.2_vcXXX_ReleasePDB.7z` contain | ||||
| * Microsoft Visual C++ users: Files `wxMSW-3.1.0_vcXXX_ReleasePDB.7z` contain | ||||
|   the debug symbols for the release build of the DLLs. Download them if you want | ||||
|   to debug your own applications in release build or if you want to get | ||||
|   meaningful information from mini-dumps retrieved from your users machines. | ||||
| @@ -73,45 +83,43 @@ running the applications using wxWidgets. | ||||
|  | ||||
| To verify your download please use the following sha1sums: | ||||
|  | ||||
| ``` | ||||
| d4de907d5cbbc6feabec3ae06b7cb875f2f552f6  wxMSW-3.0.2_gcc471TDM_Dev.7z | ||||
| 55ff0cd21df57ad6d25895964c13e421f86c0781  wxMSW-3.0.2_gcc471TDM_ReleaseDLL.7z | ||||
| 5856429ba46f29689e95a86b97a741ed42ebad98  wxMSW-3.0.2_gcc471TDM_x64_Dev.7z | ||||
| 6c4289652aa06b1ff2e28e72250c3ecd61b36acd  wxMSW-3.0.2_gcc471TDM_x64_ReleaseDLL.7z | ||||
| e9e09cfe9c64c528a4e5b825f1d4eb93d41da490  wxMSW-3.0.2_gcc481TDM_Dev.7z | ||||
| 1f5e03d3e07812270fdd15f7ea47ccd43cb41f01  wxMSW-3.0.2_gcc481TDM_ReleaseDLL.7z | ||||
| ff2a74d4298f58f7a1f9412ee632c8c695ca7efe  wxMSW-3.0.2_gcc481TDM_x64_Dev.7z | ||||
| 713860af5d001e3affdfae4003c3479fcceae72d  wxMSW-3.0.2_gcc481TDM_x64_ReleaseDLL.7z | ||||
| c675da612bc702c66cc985ac02262a0529df34b0  wxMSW-3.0.2_vc90_Dev.7z | ||||
| 2ee0d4c15bf4453ad5f3c3656a5a76bb489ed267  wxMSW-3.0.2_vc90_ReleaseDLL.7z | ||||
| 1006789fdff272058803c28ec77aff328dab2de2  wxMSW-3.0.2_vc90_ReleasePDB.7z | ||||
| 1c815bafd9e8506549800354e44b22af60631941  wxMSW-3.0.2_vc90_x64_Dev.7z | ||||
| 2830484c43193e72f994adc3601438fde354fb4c  wxMSW-3.0.2_vc90_x64_ReleaseDLL.7z | ||||
| 9a1e87141345c818f58e523766c5e42ab9ecfb02  wxMSW-3.0.2_vc90_x64_ReleaseDLL.msi | ||||
| 1c9094ab4fa93875477ceb99d72db2a904c48136  wxMSW-3.0.2_vc90_x64_ReleasePDB.7z | ||||
| 5d1c2ad76c85bba32cc6329446bc70632af245ae  wxMSW-3.0.2_vc90_x86_ReleaseDLL.msi | ||||
| d51026d681916f86cd34885cccc4408e8b0b3962  wxMSW-3.0.2_vc100_Dev.7z | ||||
| f1fd09ab3ced110afd0ecaa191117533981928ed  wxMSW-3.0.2_vc100_ReleaseDLL.7z | ||||
| da515bdf35a2aa8972614865ab4687da4727fae7  wxMSW-3.0.2_vc100_ReleasePDB.7z | ||||
| deec659658076e46e794d73b2b4f4cf812a27278  wxMSW-3.0.2_vc100_x64_Dev.7z | ||||
| 7c9c0a710112f993655a0b51a9dc63206897d553  wxMSW-3.0.2_vc100_x64_ReleaseDLL.7z | ||||
| ea22edf6983a282513571ee2901ed18035aadf80  wxMSW-3.0.2_vc100_x64_ReleaseDLL.msi | ||||
| 1f2eeecdf2355f89c70fa94c364afd3267b1f51f  wxMSW-3.0.2_vc100_x64_ReleasePDB.7z | ||||
| 00b47fc629868d3634e13eefc4adc08d6e822853  wxMSW-3.0.2_vc100_x86_ReleaseDLL.msi | ||||
| 33e9e9216b1c0fafc44fd681520a746465eb30d6  wxMSW-3.0.2_vc110_Dev.7z | ||||
| e38f4f7c00ba58bf90afa53474ca0fdafa8ea791  wxMSW-3.0.2_vc110_ReleaseDLL.7z | ||||
| d5ce2cf60829b4fda83439975ff4f7d857dda92d  wxMSW-3.0.2_vc110_ReleasePDB.7z | ||||
| 46e5a66a65db34107a089d1aef326c25cafbe7af  wxMSW-3.0.2_vc110_x64_Dev.7z | ||||
| fff956c21826e5268b1533fc0b4fad6016963be0  wxMSW-3.0.2_vc110_x64_ReleaseDLL.7z | ||||
| 2c3b6f6e63a40027bca9601d7668999dec596013  wxMSW-3.0.2_vc110_x64_ReleaseDLL.msi | ||||
| 8a0c6e9bd844e204e26955573049fb17ce704d60  wxMSW-3.0.2_vc110_x64_ReleasePDB.7z | ||||
| 98ac8e4163d972610267fa8e070adb9b5b4e1f13  wxMSW-3.0.2_vc110_x86_ReleaseDLL.msi | ||||
| 87bee27e5b15852cb81862bb5245c751a70ee9ac  wxMSW-3.0.2_vc120_Dev.7z | ||||
| f1cc74b0a558af80ceac350a5777a4a54d226315  wxMSW-3.0.2_vc120_ReleaseDLL.7z | ||||
| cb4e92c6bbd4a25b7d92f8490dd85482e1d32c7d  wxMSW-3.0.2_vc120_ReleasePDB.7z | ||||
| f7c8dad92deed936faecc8b59e13a6ac1c4fd4e4  wxMSW-3.0.2_vc120_x64_Dev.7z | ||||
| 77f2ac56edf5739ed7af261698069776cfef86d5  wxMSW-3.0.2_vc120_x64_ReleaseDLL.7z | ||||
| 4a33022c59f484d4da6979581e0ba409c804764f  wxMSW-3.0.2_vc120_x64_ReleaseDLL.msi | ||||
| 51e047f1576a61d5b5e019b6579b12ab4bdfb941  wxMSW-3.0.2_vc120_x64_ReleasePDB.7z | ||||
| a31f3af0de6dd331dd0984ebaeef643f3f856aba  wxMSW-3.0.2_vc120_x86_ReleaseDLL.msi | ||||
| ``` | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_gcc471TDM_Dev.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_gcc471TDM_ReleaseDLL.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_gcc471TDM_x64_Dev.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_gcc471TDM_x64_ReleaseDLL.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_gcc481TDM_Dev.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_gcc481TDM_ReleaseDLL.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_gcc481TDM_x64_Dev.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_gcc481TDM_x64_ReleaseDLL.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc90_Dev.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc90_ReleaseDLL.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc90_ReleasePDB.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc90_x64_Dev.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc90_x64_ReleaseDLL.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc90_x64_ReleaseDLL.msi | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc90_x64_ReleasePDB.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc90_x86_ReleaseDLL.msi | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc100_Dev.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc100_ReleaseDLL.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc100_ReleasePDB.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc100_x64_Dev.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc100_x64_ReleaseDLL.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc100_x64_ReleaseDLL.msi | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc100_x64_ReleasePDB.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc100_x86_ReleaseDLL.msi | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc110_Dev.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc110_ReleaseDLL.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc110_ReleasePDB.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc110_x64_Dev.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc110_x64_ReleaseDLL.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc110_x64_ReleaseDLL.msi | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc110_x64_ReleasePDB.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc110_x86_ReleaseDLL.msi | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc120_Dev.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc120_ReleaseDLL.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc120_ReleasePDB.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc120_x64_Dev.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc120_x64_ReleaseDLL.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc120_x64_ReleaseDLL.msi | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc120_x64_ReleasePDB.7z | ||||
|     0000000000000000000000000000000000000000    wxMSW-3.1.0_vc120_x86_ReleaseDLL.msi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user