summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--README2
-rw-r--r--data/docs/112
3 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c33d1b92..25448863 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+This file is not updated anymore. Check the git log for changes.
+
2.22 - 2011-12-31
- Added character filters
- Added duplicate checking form before creating a new VN entry
diff --git a/README b/README
index 2566f70d..acf4307f 100644
--- a/README
+++ b/README
@@ -28,6 +28,7 @@ Requirements
DBI
DBD::Pg
Crypt::URandom
+ Crypt::ScryptKDF
Image::Magick
TUWF (get it from http://g.blicky.net/tuwf.git/)
FCGI (optional, for running as a FastCGI script)
@@ -35,6 +36,7 @@ Requirements
util/multi.pl:
API:
+ Crypt::ScryptKDF
JSON::XS
APIDump:
JSON::XS
diff --git a/data/docs/11 b/data/docs/11
index 26a47b0f..b9759771 100644
--- a/data/docs/11
+++ b/data/docs/11
@@ -1468,7 +1468,7 @@ however still required.<br />
This section lists the changes made in each version of the VNDB code.
Check out the <a href="/t/an">announcements board</a> for more information about updates.
</p>
-<b>2.23</b> <b class="grayedout">(Not officially "released" yet, but you can use these additions already)</b>
+<b>2.23</b>
<ul>
<li>Added new 'dbstats' command</li>
<li>Added new 'get' types: character, votelist, vnlist and wishlist</li>