aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make readme sound less scary, since 1.7.23 will be 1.8.0 RC2lloyd2008-11-211-5/+3
|
* Bump version to 1.7.23-prelloyd2008-11-171-1/+1
|
* Update log and readme for 1.7.22 release 2008-11-171.7.22lloyd2008-11-171-1/+1
|
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-1/+1
| | | | | | | | | | | | was not the right place to keep track of this information. Also modify all Algorithm_Factory constructor functions to take instead of a SCAN_Name a pair of std::strings - the SCAN name and an optional provider name. If a provider is specified, either that provider will be used or the request will fail. Otherwise, the library will attempt best effort, based on user-set algorithm implementation settings (combine with benchmark.h for choosing the fastest implementation at runtime) or if not set, a static ordering (preset in static_provider_weight in prov_weight.cpp, though it would be nice to make this easier to toggle).
* Update readme and log for 1.7.21 release 2008-11-111.7.21lloyd2008-11-111-1/+1
|
* Tick version to 1.7.21-prelloyd2008-11-091-1/+1
|
* Update readme and release notes for 1.7.20 release 2008-11-09lloyd2008-11-091-1/+1
|
* Reset version as 1.7.20-prelloyd2008-11-061-1/+1
|
* Update readme and log for 1.7.19 release 2008-11-061.7.19lloyd2008-11-061-1/+1
|
* Bump version to 1.7.19-prelloyd2008-10-261-1/+1
|
* Update log and readme for 1.7.18 release 2008-10-221.7.18lloyd2008-10-221-1/+1
|
* Mention existence of build instructions in the top-level readme.txtlloyd2008-10-141-2/+3
|
* Add a new switch to configure.pl --with-tr1-implementation whichlloyd2008-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | accepts options 'boost' and 'system'. Now GF(p) math (and indirectly, ECDSA) will be enabled if --with-tr1=boost or --with-tr1=system is passed at build time to enable a shared_ptr implementation. Modules can now specify that they require TR1, in which case they will only be autoloaded if a TR1 implementation was set (they can choose which one to use by checking the feature macros from build.h) The gfpmath module was set to load only on request. That has changed to load automatically (but will only do so if a TR1 impl is set as described above). CVC has also been marked as requiring TR1. (ECDSA/ECDH are not, since they do not use tr1 shared_ptr directly) Update and cleanup help output. Do not print the list of modules in --help anymore (too long); you can still get the list (in an easier to parse format) --module-info. Reorganize the help text so the more useful options are described closer to the top. Fix the --with-endian and --with-unaligned-mem options: they were being accepted but ignored.
* Update readme and release notes for 1.7.17 release 2008-10-121.7.17lloyd2008-10-121-1/+1
|
* Set solib version, readme, log for 1.7.17 sometime in the mysterious future.lloyd2008-10-091-1/+1
|
* Update for 1.7.16 release 2008-10-091.7.16lloyd2008-10-091-1/+1
|
* Initial changes for future 1.7.16lloyd2008-10-081-1/+1
|
* Update for 2008-10-07 1.7.15 release1.7.15lloyd2008-10-071-1/+1
|
* Update soname to 1.7.15, also update readme and loglloyd2008-09-301-1/+1
|
* Get ready for 1.7.14 release1.7.14lloyd2008-09-301-1/+1
|
* Update readmelloyd2008-09-301-1/+1
|
* Update readme and log for 1.7.13 release1.7.13lloyd2008-09-271-1/+1
|
* Uptick version to 1.7.13lloyd2008-09-271-1/+1
|
* Update for 1.7.12 release 2008-09-181.7.12lloyd2008-09-181-1/+1
|
* Change readme.txt for 1.7.11 releaselloyd2008-09-111-1/+1
|
* Bump to 1.7.11 (pre)lloyd2008-09-071-1/+1
|
* Changes for 1.7.10lloyd2008-09-051-1/+1
|
* Changes for 1.7.91.7.9lloyd2008-08-271-1/+1
|
* Update log and readme for 1.7.81.7.8lloyd2008-07-151-1/+1
|
* Mark this as 1.7.8-pre in readme and log filelloyd2008-06-301-1/+1
|
* Update changelog and readme for 1.7.7lloyd2008-06-281-1/+1
|
* Check in initial changelog for 1.7.7. Increase version number in configure.pllloyd2008-05-241-1/+1
| | | | and in readme.txt
* Update notes and readme for 1.7.6 release1.7.6lloyd2008-05-051-1/+1
|
* Add first change notes about the upcoming 1.7.6lloyd2008-04-171-1/+1
|
* Final updates for 1.7.5 release1.7.5lloyd2008-04-121-1/+1
|
* Updates for 1.7.5, now tentatively planned for tomorrow.lloyd2008-04-121-7/+6
|