diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug28979 | 4 | ||||
-rw-r--r-- | changes/bug29042 | 5 | ||||
-rw-r--r-- | changes/ticket27761 | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/changes/bug28979 b/changes/bug28979 new file mode 100644 index 0000000000..0625fd5d25 --- /dev/null +++ b/changes/bug28979 @@ -0,0 +1,4 @@ + o Minor bugfixes (documentation): + - Describe the contents of the v3 onion service client authorization + files correctly: They hold public keys, not private keys. Fixes bug + 28979; bugfix on 0.3.5.1-alpha. Spotted by "Felixix". diff --git a/changes/bug29042 b/changes/bug29042 new file mode 100644 index 0000000000..8d76939cea --- /dev/null +++ b/changes/bug29042 @@ -0,0 +1,5 @@ + o Minor bugfixes (logging): + - Log more information at "warning" level when unable to read a private + key; log more information ad "info" level when unable to read a public + key. We had warnings here before, but they were lost during our + NSS work. Fixes bug 29042; bugfix on 0.3.5.1-alpha. diff --git a/changes/ticket27761 b/changes/ticket27761 new file mode 100644 index 0000000000..35106ee9c6 --- /dev/null +++ b/changes/ticket27761 @@ -0,0 +1,4 @@ + o Minor features (changelogs): + - Check that bugfix versions in changes files look like Tor versions + from the versions spec. Warn when bugfixes claim to be on a future + release. Closes ticket 27761. |