Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | starting 5.5.21 build | unknown | 2012-01-30 | 1 | -1/+1 |
| | |||||
* | Raise version number after cloning 5.5.20 | Joerg Bruehe | 2011-12-16 | 1 | -1/+1 |
| | |||||
* | Bumped version number to 5.5.20 | Build Team | 2011-11-23 | 1 | -1/+1 |
| | |||||
* | cloning 5.5.18 off | Hery Ramilison | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | Raising the version after cloning for the 5.5.17 build. | Joerg Bruehe | 2011-09-27 | 1 | -1/+1 |
| | |||||
* | merged the version bump. bumped the 5.5 version to 5.5.17 | Georgi Kodinov | 2011-08-12 | 1 | -1/+1 |
| | |||||
* | build 5.5.15 | MySQL Release Engineering | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | increased the version number to .15 | Sunanda Menon | 2011-06-10 | 1 | -1/+1 |
| | |||||
* | changed the VERSION tag to 14 | MySQL Build Team | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Cloning of the 5.5.13 release from Mysql-5.5, | MySQL Build Team | 2011-05-11 | 1 | -1/+1 |
| | | | | | increase the version number by two | ||||
* | Merge from mysql-5.1 (bump the version). | Alexander Nozdrin | 2011-04-11 | 1 | -1/+1 |
| | |||||
* | Bumped the version number after clone-off | MySQL Build Team | 2011-03-21 | 1 | -1/+1 |
| | |||||
* | bumped up the version to 5.1.11 | Georgi Kodinov | 2011-02-11 | 1 | -1/+1 |
| | |||||
* | bumped up the version | Georgi Kodinov | 2011-01-14 | 1 | -1/+1 |
| | |||||
* | Merge from mysql-5.5.8-release | Jonathan Perkin | 2010-12-16 | 1 | -1/+1 |
| | |||||
* | WL#5665: Removal of the autotools-based build system | Davi Arnaut | 2010-11-20 | 1 | -0/+4 |
The autotools-based build system has been superseded and is being removed in order to ease the maintenance burden on developers tweaking and maintaining the build system. In order to support tools that need to extract the server version, a new file that (only) contains the server version, called VERSION, is introduced. The file contents are human and machine-readable. The format is: MYSQL_VERSION_MAJOR=5 MYSQL_VERSION_MINOR=5 MYSQL_VERSION_PATCH=8 MYSQL_VERSION_EXTRA=-rc The CMake based version extraction in cmake/mysql_version.cmake is changed to extract the version from this file. The configure to CMake wrapper is retained for backwards compatibility and to support the BUILD/ scripts. Also, a new a makefile target show-dist-name that prints the server version is introduced. VERSION: Add top-level version file. cmake/mysql_version.cmake: Get version information from the top-level VERSION file. Do not cache the version components (MAJOR_VERSION, etc). Add MYSQL_RPM_VERSION as a replacement for MYSQL_U_SCORE_VERSION. |