aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-08-02 10:13:02 -0400
committerZoffix Znet <cpan@zoffix.com>2016-08-02 10:13:02 -0400
commitf3b6fdb56f250a5d13c67f0816dc111973f23392 (patch)
tree453f2e4fa38b01eb72d1c51408e88e8755529865
parented6c6f01bd563df1c4f7ec1a7e6262bffb6c24cc (diff)
Release 3.0040033.004003
-rw-r--r--Changes10
-rw-r--r--META6.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/Changes b/Changes
index 440878c..6cbee24 100644
--- a/Changes
+++ b/Changes
@@ -1,19 +1,19 @@
Revision history for IRC::Client
-unreleased
+3.004003 2016-08-02
- Make nick grammar looser to match real-world use rather than RFC (#19)
- Fix missing user/channel info in debug output for PRIVMSG/NOTICE messages
- Add support for channel passwords (#18)
-3.0003006 2016-07-31
+3.003006 2016-07-31
- Fix issue with giving multiple values to channels
-3.0003005 2016-07-30
+3.003005 2016-07-30
- Fix Privmsg message object match in signature regex
- Fix warnings in output
-3.0003004 2016-07-30
+3.003004 2016-07-30
- Fix precompilation bug for Terminal::ANSIColor loading (MasterDuke)
-3.0003003 2016-07-29
+3.003003 2016-07-29
- Completed "rewrite" API redesign
diff --git a/META6.json b/META6.json
index e73f22a..5256378 100644
--- a/META6.json
+++ b/META6.json
@@ -1,7 +1,7 @@
{
"perl" : "6.c",
"name" : "IRC::Client",
- "version" : "3.003005",
+ "version" : "3.004001",
"description" : "Extendable Internet Relay Chat client",
"depends" : [
],