summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes13
-rw-r--r--lang/pl.l2
-rw-r--r--version.log6
3 files changed, 13 insertions, 8 deletions
diff --git a/Changes b/Changes
index 12c31ced1..a4abc040c 100644
--- a/Changes
+++ b/Changes
@@ -1,13 +1,9 @@
Anope Version S V N
--------------------
-08/31 A Added hostip member to user_ struct so we can now use users' IPs. [ #00]
-08/30 A Added support for channel keys to UnrealIRCd 3.2 SVSJOIN command. [#774]
08/29 A Session limit exceptions now support IP numbers as hostmask. [#723]
08/29 A Added InspIRCd11 vIdent support. [#684]
-09/05 F Removed Limited to... message from os_akill.c and os_modload.c [#780]
-09/05 F Removed extra bolded commands in OS HELP SET [#781]
-08/31 F is_excepted() now uses match_userip() also. [#778]
-08/31 F Wrong reply when deleting entries by number (akick, badwords) [#776]
+08/30 A Added support for channel keys to UnrealIRCd 3.2 SVSJOIN command. [#774]
+08/31 A Added hostip member to user_ struct so we can now use users' IPs. [ #00]
06/15 F Non-existing servers being SQUIT'd when they were juped. [#726]
06/15 F Back online notice being sent to juped servers. [#726]
06/15 F Not informing opers a SQUIT for a juped server was received. [#718]
@@ -37,11 +33,16 @@ Anope Version S V N
08/29 F InspIRCD11 protocol now uses SVSJOIN/PART instead of SAJOIN/PART. [#772]
08/29 F OperServ SGLINE ADD now strips a trailing space from the mask. [#761]
08/29 F TS6 UID generation for all supported TS6 IRCDs. [#731]
+08/31 F is_excepted() now uses match_userip() also. [#778]
+08/31 F Wrong reply when deleting entries by number (akick, badwords) [#776]
09/01 F Added a note in WIN32.txt about pre-compiled installers [# 00]
09/02 F Created MySQL indexes to decrease load on the database. [# 00]
+09/05 F Removed Limited to... message from os_akill.c and os_modload.c [#780]
+09/05 F Removed extra bolded commands in OS HELP SET [#781]
09/08 F User being able to set modes on empty channels without permission.[#703]
09/09 F Undeclared identifiers in module cleaning code on windows. [#782]
09/09 F Missing test to check mysql_config sanity in ./configure. [#757]
+09/24 F Polish language reported itself as English when switching to it. [#789]
Provided by Trystan <trystan@nomadirc.net> - 2007
08/29 F Module runtime directory not always properly cleaned up. [#768]
diff --git a/lang/pl.l b/lang/pl.l
index c882aedce..ec5ee35d0 100644
--- a/lang/pl.l
+++ b/lang/pl.l
@@ -510,7 +510,7 @@ NICK_SET_LANGUAGE_UNKNOWN
Napisz %R%s HELP SET LANGUAGE,
aby uzyskać liste dostępnych języków.
NICK_SET_LANGUAGE_CHANGED
- Język został zmieniony na English.
+ Język został zmieniony na Polski.
# SET URL responses
NICK_SET_URL_CHANGED
diff --git a/version.log b/version.log
index 2a29a47bc..2db0920a0 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="19"
VERSION_EXTRA="-svn"
-VERSION_BUILD="1305"
+VERSION_BUILD="1306"
# $Log$
#
+# BUILD : 1.7.19 (1306)
+# BUGS : 789
+# NOTES : Fixed Polish language reporting itself as English when switching to it
+#
# BUILD : 1.7.19 (1305)
# BUGS : 757
# NOTES : Fixed mysql_config values only being tried to compile/link sources and not running the result to see if it actually works