aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tick version to 1.9.10-devlloyd2010-06-301-1/+1
|
* Tick readme, log, configure for 1.9.9 releaselloyd2010-06-281-1/+1
|
* Reference Doxygen docs in readme. Reformat a bitlloyd2010-06-161-9/+10
|
* Tick to 1.9.9-devlloyd2010-06-141-1/+1
|
* Update log, readme for 1.9.8 releaselloyd2010-06-141-1/+1
|
* Tick to 1.9.8-devlloyd2010-04-281-1/+1
|
* Update log, readme, configure for 1.9.7 release1.9.7lloyd2010-04-271-1/+1
|
* Tick version to 1.9.7-devlloyd2010-04-161-1/+1
|
* Tick for 1.9.6 release1.9.6lloyd2010-04-091-1/+1
|
* Tick 1.9.6-devlloyd2010-03-301-1/+1
|
* Update for 1.9.5 release 2009-03-291.9.5lloyd2010-03-291-1/+1
|
* Tick version to 1.9.5-devlloyd2010-03-101-1/+1
|
* Update version to 1.9.4 release1.9.4lloyd2010-03-091-1/+1
|
* Remove ajisai and ne7ssh linkslloyd2010-02-251-12/+3
|
* Streamline readme.txtlloyd2009-11-271-17/+11
|
* Update version # to 1.9.4-devlloyd2009-11-231-1/+1
|
* Update log and readme for 1.9.3 release 2009-11-19lloyd2009-11-201-1/+1
|
* Tick to 1.9.3-devlloyd2009-11-061-1/+1
| | | | | Rename BOTAN_UNALIGNED_LOADSTOR_OK to BOTAN_UNALIGNED_MEMORY_ACCESS_OK which is somewhat more clear as to the point.
* Update for 1.9.2 release 2009-11-03lloyd2009-11-031-1/+1
|
* Tick version to 1.9.2-devlloyd2009-10-261-1/+1
|
* Update docs for 1.9.1 release 2009-10-231.9.1lloyd2009-10-231-1/+1
|
* Reset version as 1.9.1-dev instead of -rc1lloyd2009-10-211-1/+1
|
* Bump version to 1.9.1-rc1lloyd2009-10-091-1/+1
|
* Update version #s to 1.9.1-prelloyd2009-09-131-1/+1
|
* Update for 1.9.0 release 2009-09-091.9.0lloyd2009-09-101-1/+1
|
* propagate from branch 'net.randombit.botan.1_8' (head ↵lloyd2009-09-101-1/+1
|\ | | | | | | | | | | c7f7c5092848b9c230d1757c74ed25ee9ea52262) to branch 'net.randombit.botan' (head a1315b63e5c3a6101df388c70ad69dc039437fe8)
| * Update configures, readme, logfile for 1.8.7 release 2009-09-091.8.7lloyd2009-09-101-1/+1
| |
| * Move 1.8 releases to a branch. Flip version numbers to 1.8.7-prelloyd2009-08-131-1/+1
| |
* | Move version #s to 1.9.0-prelloyd2009-08-131-1/+1
|/
* Update version #s, logfile, readme for 1.8.6 release 2009-08-131.8.6lloyd2009-08-131-1/+1
|
* Change version to 1.8.6-pre, document changes since 1.8.5 releaselloyd2009-07-251-1/+1
|
* Update log, readme, version #s in configure for 1.8.5 release 2009-07-231.8.5lloyd2009-07-231-1/+1
|
* Set version fields for 1.8.5 rc1lloyd2009-07-211-1/+1
|
* Bump version numbers to 1.8.5-prelloyd2009-07-141-1/+1
|
* Do a 1.8.4 release to fix MR nonce gen buglloyd2009-07-121-1/+1
|
* Update readme and logfile for 1.8.3 release1.8.3lloyd2009-07-111-1/+1
|
* Bump version to 0.8.3-prelloyd2009-04-161-1/+1
|
* Update for 1.8.2 release 2009-04-071.8.2lloyd2009-04-081-1/+1
|
* Bump to 1.8.2-prelloyd2009-01-211-1/+1
|
* Update readme and release notes for 1.8.1 release 2008-01-20lloyd2009-01-201-1/+1
|
* Bump version in configure and readme to 1.8.1-prelloyd2009-01-031-1/+1
|
* Update readme and log for 1.8.0 release 2008-12-081.8.0lloyd2008-12-081-1/+1
|
* Rickard Bondesson reported on botan-devel about some problems buildinglloyd2008-12-021-6/+5
| | | | | | | | | | | | | | | | | | | | on Solaris 10 with GCC 3.4.3. First, remove the definition of _XOPEN_SOURCE_EXTENDED=1 in mmap_mem.cpp and unix_cmd.cpp, because apparently on Solaris defining this macro breaks C++ compilation entirely with GCC: http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6395191 In es_egd.cpp and es_dev.cpp, include <fcntl.h> to get the declaration of open(), which is apparently where open(2) lives on Solaris - this matches the include the *BSD man pages for open(2) show, though AFAIK the BSDs all compiled fine without it (probably due to greater efforts to be source-compatible with Linux systems by *BSD developers). I have not been able to test these changes personally on Solaris but Rickard reports that with these changes everything compiles OK. Update lib version to 1.8.0-pre. ZOMG. Finally.
* Update readme for 1.7.24. Clean up some of the textlloyd2008-11-301-19/+23
|
* Consolidate the useful stuff from doc/info.txt into readme.txtlloyd2008-11-301-8/+33
|
* Change the readme to refer to 1.7.24 as the third release candidate.lloyd2008-11-281-3/+3
| | | | | I think given the number of changes so far it is best to make the next release 1.7.24 / 1.8.0-RC3 instead of 1.8.0 proper.
* Link to botan-devel mailman pagelloyd2008-11-241-6/+8
|
* Update readme and info files to reflect that 1.8.0 will be a (theoretically)lloyd2008-11-241-3/+4
| | | | stable release.
* Document changes since 1.7.23. Bump version number to 1.7.24-pre; I'lllloyd2008-11-241-2/+2
| | | | | decide later on if changes warrant another release candiate or not. If not, 1.7.24 will be remarked as 1.8.0 prior to release.
* Update for 1.7.23 release 2008-11-231.7.23lloyd2008-11-231-1/+1
|