소스 검색

Merge branch 'master' into next

* master:
  * Update docs to reflect 1.3.1 release
Bryan Drewery 16 년 전
부모
커밋
4df4374a7b
1개의 변경된 파일16개의 추가작업 그리고 15개의 파일을 삭제
  1. 16 15
      doc/UPDATES

+ 16 - 15
doc/UPDATES

@@ -1,26 +1,27 @@
 * Add an extra 2 second delay before releasing nick to aide in syncing and time to type /nick
 * When a nick is released, start regaining as soon as it is witnessed to have been taken again
-* Fix cmd_relay so it does not use IPv6 if not supported.
-* Fix bot linking so it does not use IPv6 if not supported.
 * Bot will now jump from the server it's on if it is removed from the server list. (fixes a changing network bug)
 * When 'mdop' protection is on, re-op all previously opped clients automatically.
 * When 'mop' protection is on, deop all previously regular clients automatically.
 * Fix 'mop' causing a mass deop when -bitch
 * Properly honor exemptions when kicking matched RBL clients
 
-* Fix crash related to slowpart
-* Fixed parsing errors in .chanset
-* Only global +n can use .chanset * now
-* cmd_die no longer puts user's nick into the quit msg.
-* Update rbl list, 'set -yes rbl-servers -' to get new list.
-* Update server list, 'set -yes servers -' and 'set -yes servers6 -' to get new list.
-* Fix default compile so it doesn't use a ton of processes.
-* Fix bot getting killed on OpenBSD 4.7 on startup
-* Ignore 'pflog' interfaces in promisc
-* Fix buffer overflow in DCC
-* Fix problems with changing IP
-* Fix bot going zombie if it jumps during a restart
-* Fix auth IRC lookups getting the wrong cached idx
+1.3.1 - http://wraith.botpack.net/milestone/1.3.1
+  * Fix crash related to slowpart
+  * Fixed parsing errors in .chanset
+  * Only global +n can use .chanset * now
+  * cmd_die no longer puts user's nick into the quit msg.
+  * Update rbl list, 'set -yes rbl-servers -' to get new list.
+  * Update server list, 'set -yes servers -' and 'set -yes servers6 -' to get new list.
+  * Fix default compile so it doesn't use a ton of processes.
+  * Fix bot getting killed on OpenBSD 4.7 on startup
+  * Ignore 'pflog' interfaces in promisc
+  * Fix buffer overflow in DCC
+  * Fix problems with changing IP
+  * Fix bot going zombie if it jumps during a restart
+  * Fix auth IRC lookups getting the wrong cached idx
+  * Fix cmd_relay so it does not use IPv6 if not supported.
+  * Fix bot linking so it does not use IPv6 if not supported.
 
 1.3 - http://wraith.botpack.net/milestone/1.3
 * Binary / shell / startup changes