summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrant <grant>2003-04-16 15:23:52 +0000
committergrant <grant>2003-04-16 15:23:52 +0000
commit55616013a89a39dedb199a178b9f72c6c20e1ce6 (patch)
tree555449d558902fb73d9750427039792439db51e9 /doc
parent5dd4c8d46c61c1de4e8c57a799fe3fb7817feb58 (diff)
downloadpkgsrc-55616013a89a39dedb199a178b9f72c6c20e1ce6.tar.gz
ticket 1254
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-1.6.124
1 files changed, 23 insertions, 1 deletions
diff --git a/doc/CHANGES-1.6.1 b/doc/CHANGES-1.6.1
index c57d761fec1..a0312c301a3 100644
--- a/doc/CHANGES-1.6.1
+++ b/doc/CHANGES-1.6.1
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-1.6.1,v 1.1.2.14 2003/04/16 15:10:23 grant Exp $
+# $NetBSD: CHANGES-1.6.1,v 1.1.2.15 2003/04/16 15:23:52 grant Exp $
Changes to the pkgsrc-1-6-1 branch:
@@ -417,3 +417,25 @@ net/samba/distinfo 1.28
of Samba up to and including Samba 2.2.8 are vulnerable. An active
exploit of the bug has been reported in the wild.
[cjep, ticket #1251]
+
+chat/ircII/Makefile 1.21-1.22
+chat/ircII/PLIST 1.12
+chat/ircII/distinfo 1.17-1.18
+
+ update to ircii 20030314. changes since ircII 20021103:
+
+ o server's added by /server are no longer removed if they fail to
+ connect.
+ o SEVERAL REMOTE HOLES FIXED in ctcp, status & other code
+ o fix ICB /msg to names starting with a /. you can now /msg
+ \/oink to send a message to "/oink". if you previously were
+ able to /msg \oink you now have to /msg \\oink.
+ o arithmetic "|" now works properly
+ o fix ICB /msg with a user the same name as the channel
+ o fix ICB group's and user's with comma's in them
+ o /notify and /timer always go to level crap now
+ o fix nickname response lossage
+ o fix $connect() hich was broken recently
+ o fix "irc -h" which was broken recently
+ o fix "dcc close raw" which was broken recently
+ [aymeric, ticket #1254]