summaryrefslogtreecommitdiff
path: root/doc/changelog.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-31 15:51:24 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-31 15:51:24 +0300
commit19ea901cf21685a53c279f24e04eaa37a3193aa6 (patch)
treed429fc9e17a1e17751cc903b5ab076b81d16199f /doc/changelog.txt
parenta27200a7a10ef9129f8aabe88383f238dac6cca6 (diff)
downloadminetest-19ea901cf21685a53c279f24e04eaa37a3193aa6.tar.gz
minetest-19ea901cf21685a53c279f24e04eaa37a3193aa6.tar.bz2
minetest-19ea901cf21685a53c279f24e04eaa37a3193aa6.zip
Fixes a bug that made the server to deny non-empty passwords from players connecting the first time.
Diffstat (limited to 'doc/changelog.txt')
-rw-r--r--doc/changelog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt
index 3ae571dca..2c577b421 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -3,6 +3,9 @@ Minetest-c55 changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
+2011-07-31_3:
+- Fixes a bug that made the server to deny non-empty passwords from players connecting the first time
+
2011-07-31_2:
- Fixes a bug that caused the server to always read an empty password from the client when a client connected.