aboutsummaryrefslogtreecommitdiffstats
path: root/botan_version.py
Commit message (Collapse)AuthorAgeFilesLines
* Increase ABI versionJack Lloyd2017-07-031-1/+1
| | | | | | | | | Already we broke ABI in 2.1 but did not bump the soversion (see comments in https://github.com/randombit/botan/commit/7bdffd52a96e08e9452d1985258376a3925a497b) and 2.2 again changes ABI for example by adding HashFunction::copy_state function. [ci skip]
* Tick version on master to 2.2-preJack Lloyd2017-04-051-1/+1
| | | | Create new release note block
* Update version number2.1.0Jack Lloyd2017-04-041-2/+2
|
* Update news for 2.0.1 release2.0.1Jack Lloyd2017-01-091-1/+1
|
* Update shared object naming for new versioning scheme.Jack Lloyd2017-01-061-4/+4
| | | | | | | | | | | | Cleans up so object naming since most of the time (across Unix) we follow the exact same naming scheme; just make it the default if only the so suffix is specified in the file. Also updates include header dir to be botan-${major} Changes behavior when shared lib not supported; instead of making the user explicitly try again with --disable-shared, just assume it and continue running.
* Bump version to 1.11.35-preJack Lloyd2016-12-041-1/+1
|
* Tick to 1.11.34-preJack Lloyd2016-10-261-1/+1
|
* Tick to 1.11.33Jack Lloyd2016-09-281-1/+1
|
* Bump version to 1.11.32-preJack Lloyd2016-09-011-1/+1
|
* Tick to 1.11.31Jack Lloyd2016-06-191-1/+1
| | | | [ci skip]
* Update version code to 1.11.30Jack Lloyd2016-05-061-1/+1
|
* Bump version to 1.11.29 preJack Lloyd2016-02-061-1/+1
|
* Fix two bugs in 1.11.27 which caused test failures.1.11.28Jack Lloyd2016-02-011-1/+1
| | | | | | | | | | | | | The check on each individual size in curve_mul is too strict since we rely on redc(x*1) during the on the curve computation. Fix an off by one in ressol which caused it to occasionally reject valid values. Updating version 1.11.28 since existing 1.11.27 tag already pushed :( Fix an off-by-one in ressol which would cause it to occasionly give up too early.
* Bump version to 1.11.27 preJack Lloyd2016-01-171-1/+1
|
* Bump version to 1.11.26-preJack Lloyd2015-12-111-1/+1
|
* Tick version to 1.11.25Jack Lloyd2015-11-041-1/+1
|
* Tick version to 1.11.23Jack Lloyd2015-10-271-1/+1
| | | | [ci skip]
* Update for 1.11.23 release1.11.23Jack Lloyd2015-10-261-1/+1
| | | | [ci skip]
* Tick version on trunk to 1.11.22Jack Lloyd2015-10-111-1/+1
|
* Bump version to 1.11.21(-pre)Jack Lloyd2015-09-101-1/+1
| | | | [ci skip]
* Bump versionJack Lloyd2015-08-211-1/+1
|
* Bump to 1.11.19Jack Lloyd2015-07-051-1/+1
|
* Bump version to 1.11.18, update docs to reflect mtn->git conversionJack Lloyd2015-07-021-1/+1
| | | | | | Drop vcs.rst as unlike monotone, git+github probably doesn't require special instructions. Drop users.rst as it has been moved to the github wiki.
* Add tests for compression and SRP.lloyd2015-05-131-1/+1
| | | | | | | | Fix zlib decompression which was not ignoring Z_BUF_ERROR which is harmless in this context as process is already checking avail_in and avail_out after run returns. Bump version to 1.11.17
* Bump build to 1.11.16lloyd2015-03-121-1/+1
|
* Fix decrypt in FFI/Python. Github issue 53lloyd2015-03-011-1/+1
|
* Move version to 1.11.14lloyd2015-01-211-1/+1
|
* Tick version to 1.11.13lloyd2015-01-031-1/+1
|
* Update download link and tick version number.lloyd2014-12-221-1/+1
|
* Tick to 1.11.11lloyd2014-12-131-1/+1
|
* Bump versionlloyd2014-04-121-1/+1
|
* Tick version to 1.11.9lloyd2014-02-151-1/+1
|
* Remove PBES1 entirelylloyd2014-01-181-1/+1
|
* Bump versionlloyd2014-01-011-1/+1
|
* Enable all the GCC warning flags, as we now require at least GCC 4.7 anywaylloyd2013-11-161-1/+1
| | | | Fix a few nullptr and cast warnings.
* Update build version to 1.11.5 prelloyd2013-08-191-1/+1
|
* Tick version to 1.10.4lloyd2013-04-121-1/+1
|
* Update for 1.11.3 release1.11.3lloyd2013-04-111-1/+1
|
* Tick to 1.11.3 prelloyd2013-03-041-1/+1
|
* Set the release type (unreleased, released, snapshot) inlloyd2013-03-041-0/+1
| | | | | botan_version.py via the release script, and propagate it to version.cpp via build.h
* Bump for 1.11.2lloyd2012-10-301-1/+1
|
* Have the release script pull the datestamp from monotone, so it doeslloyd2012-07-251-4/+4
| | | | not need to be manually set before a release.
* Update for 1.11.0 release1.11.0lloyd2012-07-191-1/+1
|
* Set version to 1.11.0lloyd2012-05-261-2/+2
|
* propagate from branch 'net.randombit.botan' (head ↵lloyd2011-10-061-1/+1
|\ | | | | | | | | | | 29dfb73a5efec220ebafcb9c1d7a32bb9d63461c) to branch 'net.randombit.botan.cxx11' (head a842d86b2b9593318fbce5868c3d1278f8b3a037)
| * propagate from branch 'net.randombit.botan' (head ↵lloyd2011-07-121-1/+1
| |\ | | | | | | | | | | | | | | | 23a326fa36a31dd39347a8864e1f5740669a905e) to branch 'net.randombit.botan.cxx11' (head 9d3ac8dd45f7673c85dca41968e7750acc90bdff)
| | * Add string_join; inverse of split_on.lloyd2011-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Use auto in a few more places. Use GCC 4.6's range-for Delete rather than hide Algorithm copy constructor/assignment Move version to more or less randomly chosen 1.99 so there is no ambiguity about versions.
* | | Note --cpu fix, bump versionlloyd2011-09-011-2/+2
|/ /
* | 1.10.1 release1.10.1lloyd2011-07-111-1/+1
| |
* | Allow overriding the VC revision in botan_version.py (for releases)lloyd2011-07-111-0/+1
| |