| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-11-28 | updateversion.py: new tag_delete() function | Damien Regad | 1 | -0/+9 | |
| 2015-11-28 | update_changelog(): process new markdown file | Damien Regad | 1 | -9/+30 | |
| - Amend code to shift from html changelog. - Add processing for hotfix releases | |||||
| 2015-11-28 | Adjust Update Version script | Damien Regad | 1 | -15/+5 | |
| This follows the changes in the version string in file headers, from a single line to 3 with @version and @copyright phpDocumentor tags: - Change version regex to allow Semantic Version number - Adjust release date regex to only allow dates with dashes (avoids incorrect matches of version) - it is no longer necessary to update copyright year | |||||
| 2014-04-15 | Fix version match regex to include suffix | Damien Regad | 1 | -1/+1 | |
| The old regex in ADOConnection::Version only included the numeric part of the ADOdb version number. Now the suffix (dev|[1-z]) is also returned. The regex in updateversion.py has been updated to match. | |||||
| 2014-04-07 | Update version script now processes Change Log | Damien Regad | 1 | -0/+39 | |
| Will update the release date in the change log for a stable release version, or insert a new change log entry for dev releases. | |||||
| 2014-01-21 | Build scripts: move tag creation code to updateversion.py | Damien Regad | 1 | -9/+66 | |
| 2014-01-21 | updateversion.py: don't print note if nothing was committed | Damien Regad | 1 | -2/+3 | |
| 2014-01-21 | Added error messages when no arguments provided | Damien Regad | 1 | -0/+1 | |
| 2014-01-21 | Move version update code to function | Damien Regad | 1 | -28/+35 | |
| 2014-01-21 | Define sed script in a function | Damien Regad | 1 | -28/+39 | |
| 2014-01-21 | Private vars | Damien Regad | 1 | -5/+5 | |
| 2014-01-21 | Move setting of release date to a function | Damien Regad | 1 | -11/+15 | |
| 2014-01-21 | Move version check to a function | Damien Regad | 1 | -7/+13 | |
| 2014-01-21 | Added option to auto commit | Damien Regad | 1 | -3/+32 | |
| The commit message will be "Bump version to X.YY" | |||||
| 2014-01-21 | New script to automate setting of new version in source code and doc | Damien Regad | 1 | -0/+117 | |
