diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/HTTP | 4 | ||||
-rw-r--r-- | changes/minuptimehs | 3 | ||||
-rw-r--r-- | changes/torrc.complete | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/changes/HTTP b/changes/HTTP new file mode 100644 index 0000000000..078d9b3bca --- /dev/null +++ b/changes/HTTP @@ -0,0 +1,4 @@ + o Code simplifications and refactoring: + - Some options used different conventions for uppercasing of acronyms + when comparing manpage and source. Fix those in favor of the + manpage, as it makes sense to capitalize acronyms. diff --git a/changes/minuptimehs b/changes/minuptimehs new file mode 100644 index 0000000000..d7474d21f5 --- /dev/null +++ b/changes/minuptimehs @@ -0,0 +1,3 @@ + o Minor features: + - Make hidden services work better in private networks by not requiring + any uptime to join the dht. Implements ticket 2088. diff --git a/changes/torrc.complete b/changes/torrc.complete new file mode 100644 index 0000000000..03d51c1213 --- /dev/null +++ b/changes/torrc.complete @@ -0,0 +1,4 @@ + o Code simplifications and refactorings: + - Remove the torrc.complete file. It hasn't been kept up to date + and users will have better luck checking out the manpage. + |