1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 14:13:14 +02:00

Added german language support to hs_request.c. Patch provided by Han.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2395 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
DukePyrolator
2009-07-28 16:47:40 +00:00
parent b60b06ad76
commit a3afe44ca6
3 changed files with 58 additions and 1 deletions
+3 -1
View File
@@ -9,9 +9,11 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="2"
VERSION_EXTRA="-svn"
VERSION_BUILD="2370"
VERSION_BUILD="2395"
# $Log$ # Changes since 1.8.2 Release
#Revision 2395 - Added german language support to hs_request.c. Patch provided by Han.
#Revision 2394 - Updated german language file. Update provided by Han.
# Leading up to 1.8.2 Release
#Revision 2364 - Fix a crash when mysql is used without MysqlSecure defined. Thanks to jerrcs for finding and testing.