diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-07-31 15:41:34 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-07-31 15:41:34 +0300 |
commit | d4b4246174f3de33ad08c921e927dffd2afeeb40 (patch) | |
tree | 6e32ffac9804fa6320bffea411a8004bf5766709 | |
parent | 1274bf74f67ea3dd115ebc7878baff918cc89d21 (diff) | |
download | minetest-d4b4246174f3de33ad08c921e927dffd2afeeb40.tar.gz minetest-d4b4246174f3de33ad08c921e927dffd2afeeb40.tar.bz2 minetest-d4b4246174f3de33ad08c921e927dffd2afeeb40.zip |
updated changelog
-rw-r--r-- | doc/changelog.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.txt b/doc/changelog.txt index 4c77fe1f8..3ae571dca 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_2: +- Fixes a bug that caused the server to always read an empty password from the client when a client connected. + 2011-07-31: - A number of small fixes, build system stuff and such (refer to version control log) - Map generator no longer crashes at generation limit |