aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-01-07 23:12:36 +0000
committerlloyd <[email protected]>2013-01-07 23:12:36 +0000
commit683534c493e31f8b23b83c248c3303edc5ea64f9 (patch)
treebba721b995b4d3cdfe51b62b207ae04ec9cd938c
parentaa6f73c70287e68c7fcd7261e5a4072b18a7897f (diff)
Update for 1.10.4 release 2013-01-071.10.4
-rw-r--r--botan_version.py2
-rw-r--r--doc/log.txt6
-rw-r--r--readme.txt2
3 files changed, 7 insertions, 3 deletions
diff --git a/botan_version.py b/botan_version.py
index 222f3ec3c..a27ee680f 100644
--- a/botan_version.py
+++ b/botan_version.py
@@ -6,4 +6,4 @@ release_patch = 4
release_vc_rev = None
release_so_abi_rev = 0
-release_datestamp = 0
+release_datestamp = 20120107
diff --git a/doc/log.txt b/doc/log.txt
index 7b4ab874f..575f3d42b 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -7,7 +7,7 @@ Release Notes
Series 1.10
----------------------------------------
-Version 1.10.4, Not Yet Released
+Version 1.10.4, 2013-01-07
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* Avoid a conditional operation in the power mod implementations on if
@@ -21,6 +21,10 @@ Version 1.10.4, Not Yet Released
rejected. Credits to Timothy Prepscius for pointing out these values
are not normally used and probably signal something fishy.
+* The return value of version_string is now a compile time constant
+ string, so version information can be more easily extracted from
+ binaries.
+
Version 1.10.3, 2012-07-10
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/readme.txt b/readme.txt
index 0c8ec9653..792ad2506 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Botan 1.10.4, Not Yet Released
+Botan 1.10.4, 2013-01-07
http://botan.randombit.net/
Botan is a C++ class library for performing a wide variety of