summaryrefslogtreecommitdiff
path: root/ReleaseConfig
Commit message (Collapse)AuthorAgeFilesLines
* post release file updatesWilliam Deegan2017-09-181-1/+1
|
* Updates for 3.0.0 releaseWilliam Deegan2017-09-181-1/+1
|
* Prep for 3.0.0 alpha releaseWilliam Deegan2017-06-141-2/+2
|
* return file to devel modeWilliam Deegan2016-11-031-1/+1
|
* reset files to development modeWilliam Deegan2016-04-091-1/+1
|
* changes for 2.5.0 releaseWilliam Deegan2016-04-091-2/+2
|
* removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-1/+1
|
* post 2.4.1 release changesWilliam Deegan2015-11-091-1/+1
|
* merge changes from 2.4.1 release to defaultWilliam Deegan2015-11-091-1/+1
|
* change tree back to development mode and bring back changes from release branchWilliam Deegan2015-09-211-1/+1
|\
| * switch back to develop contentWilliam Deegan2015-09-211-1/+1
| |
* | release 2.4.02.4.0William Deegan2015-09-211-1/+1
|/
* post 2.3.6 release changesWilliam Deegan2015-07-311-1/+1
|
* post release changes back to develop settingsWilliam Deegan2015-06-201-1/+1
|
* merging 2.3.5 changesWilliam Deegan2015-06-201-2/+2
|
* reverting 3320William Deegan2015-06-171-2/+2
|
* reverting 3321William Deegan2015-06-171-2/+1
|
* Release 2.3.5.final.0William Deegan2015-06-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | Important changes -- Extended docs for InstallVersionedLib/SharedLibrary, -- Fixed symlink support (PR #227, #2395). -- Fixed incomplete LIBS flattening and substitution in Program scanner(PR #205, #2954). -- Added new method rentry_exists_on_disk to Node.FS (PR #193). -- Add support for f08 file extensions for Fortran 2008 code. -- Show --config choices if no argument is specified (PR #202). -- Fixed build crash when XML toolchain isn't installed, and activated compression for ZIP archives. -- Fix for VersionedSharedLibrary under 'sunos' platform. -- Fixed dll link with precompiled headers on MSVC 2012 -- Added an 'exclude' parameter to Glob() -- Support for multiple cmdargs (one per variant) in VS project files. -- Various improvements for TempFileMunge class. -- Added an implementation for Visual Studio users files (PR #209). -- Added support for the 'PlatformToolset' tag in VS project files (#2978). -- Added support for '-isystem' to ParseFlags.
* Release 2.3.5.final.0William Deegan2015-06-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | Important changes -- Extended docs for InstallVersionedLib/SharedLibrary, -- Fixed symlink support (PR #227, #2395). -- Fixed incomplete LIBS flattening and substitution in Program scanner(PR #205, #2954). -- Added new method rentry_exists_on_disk to Node.FS (PR #193). -- Add support for f08 file extensions for Fortran 2008 code. -- Show --config choices if no argument is specified (PR #202). -- Fixed build crash when XML toolchain isn't installed, and activated compression for ZIP archives. -- Fix for VersionedSharedLibrary under 'sunos' platform. -- Fixed dll link with precompiled headers on MSVC 2012 -- Added an 'exclude' parameter to Glob() -- Support for multiple cmdargs (one per variant) in VS project files. -- Various improvements for TempFileMunge class. -- Added an implementation for Visual Studio users files (PR #209). -- Added support for the 'PlatformToolset' tag in VS project files (#2978). -- Added support for '-isystem' to ParseFlags.
* Put default branch back to develop mode, post 2.3.4.Gary Oberbrunner2014-09-271-1/+1
|
* Put default branch back into develop mode for next releaseGary Oberbrunner2014-08-241-1/+1
|
* Apply 2.3.3 release auto changes to default branchGary Oberbrunner2014-08-241-1/+1
|
* Put back into develop mode post-2.3.1 release;Gary Oberbrunner2014-03-041-1/+1
| | | | also improve update-release-info.py to use shorter copyright year strings.
* Move back to 'develop' mode after rel_2.3.0.Gary Oberbrunner2013-03-031-1/+1
|
* Final auto updates for 2.3.0 release.Gary Oberbrunner2013-03-021-4/+5
|
* added more release years. Dummy checkin to test buildbot triggerWilliam Deegan2012-08-131-1/+1
|
* Update ReleaseConfig for 2.2.0Gary Oberbrunner2012-08-051-1/+5
|
* This changeset increments the trunk to the next minor level, 2.1.0, andGreg Noel2010-06-151-1/+1
| | | | | | | | updates the dates and other information in the files to have the right base values. With this changeset, 2.0.0 is history and a new era has begun. It's time to celebrate; anybody want a beer?
* Initial drop of bin/update-release-info.py.Greg Noel2010-06-071-0/+55
This program automates the process of inserting the release configuration information that is currently done by hand. The configuration data now all lives in a file, 'ReleaseConfig'. Change the configuration file, run the program, and, hey presto, the files are updated. More work needs to be done; the documentation doesn't quite match with the program and the regression tests only cover the release flows, but it's important to get this stuff out before the next release is published so people can start using it.