summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-10-05 09:06:39 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-10-05 09:06:39 +0000
commit627e0a24eb7d4eece18e44d35b01130ace7fa97a (patch)
tree5e3e743d537ceeda42349805f31361bfff0d4b74
parentUpdated files (diff)
downloadweechat-627e0a24eb7d4eece18e44d35b01130ace7fa97a.tar.xz
weechat-627e0a24eb7d4eece18e44d35b01130ace7fa97a.zip
Version 0.0.2v0.0.2release-0-0-2
-rw-r--r--ChangeLog2
-rw-r--r--NEWS8
-rw-r--r--TODO6
-rw-r--r--debian/changelog6
-rw-r--r--debian/copyright2
-rw-r--r--debian/files2
-rw-r--r--src/weechat.h4
-rw-r--r--weechat.spec6
-rw-r--r--weechat/ChangeLog2
-rw-r--r--weechat/NEWS8
-rw-r--r--weechat/TODO6
-rw-r--r--weechat/debian/changelog6
-rw-r--r--weechat/debian/copyright2
-rw-r--r--weechat/debian/files2
-rw-r--r--weechat/src/weechat.h4
-rw-r--r--weechat/weechat.spec6
16 files changed, 46 insertions, 26 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b891975a..0d93aad32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@ WeeChat - Wee Enhanced Environment for Chat
ChangeLog - 2003-10-05
-Version 0.0.2 (under dev!):
+Version 0.0.2 (2003-10-05):
* added commands /rehash and /restart
* command & auto-join channels when connected to server
* new commands for alias: /alias, /unalias (new section in config file)
diff --git a/NEWS b/NEWS
index fb7c6bbb8..5ca405e1a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-FlashCode, 2003-09-27
+* FlashCode, 2003-10-05
-WeeChat 0.0.1 released.
+ WeeChat 0.0.2 released.
+
+* FlashCode, 2003-09-27
+
+ WeeChat 0.0.1 released.
diff --git a/TODO b/TODO
index e5d8288ab..5b5c41dfb 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,6 @@ v0.0.2:
------
* IRC protocol:
- + "/mode" command: change the user/channels modes
# "/rehash" command: tell the server to reload its config file
# "/restart" command: tell the server to restart itself
@@ -24,9 +23,6 @@ v0.0.2:
# "/save" command: save configuration to disk
# "/alias" and "/unalias" commands
- * Interface:
- - display current channel modes (example : #weechat(+nt))
-
* Configuration:
# write config file
# add alias definition
@@ -40,6 +36,7 @@ Future versions:
* IRC protocol:
- implement RFC 2812
+ + "/mode" command: change the user/channels modes
- "/dcc" command (for chat and sending/receiving files)
- complete "/list" command: add regexp search, display only channels that
match regexp
@@ -67,6 +64,7 @@ Future versions:
format, etc)
* Interface:
+ - display current channel modes (example : #weechat(+nt))
- interpret special chars in messages (color & bold for example)
- internationalization (traduce WeeChat in many languages)
- many channel windows in one window/term (window split)
diff --git a/debian/changelog b/debian/changelog
index ad3817cc5..e75fb46d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+weechat (0.0.2-1) unstable; urgency=low
+
+ * WeeChat version 0.0.2, see ChangeLog for detail.
+
+ -- FlashCode <flashcode@flashtux.org> Sun, 05 Oct 2003 12:00:00 +0200
+
weechat (0.0.1-1) unstable; urgency=low
* First version.
diff --git a/debian/copyright b/debian/copyright
index 1a1dbdde6..7f7deea76 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
This package was debianized by FlashCode <flashcode@flashtux.org> on
-Sat, 27 Sep 2003 10:00:00 +0200.
+Sun, 05 Oct 2003 12:00:00 +0200.
It was downloaded from http://weechat.flashtux.org/download
diff --git a/debian/files b/debian/files
index 48f4dc400..38575edef 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-weechat_0.0.1-1_i386.deb net optional
+weechat_0.0.2-1_i386.deb net optional
diff --git a/src/weechat.h b/src/weechat.h
index 6754b00b2..a1ce2eb1f 100644
--- a/src/weechat.h
+++ b/src/weechat.h
@@ -32,7 +32,7 @@
#define N_(string) (string)
#define WEECHAT_NAME "WeeChat"
-#define WEECHAT_VERSION "0.0.2-pre3"
+#define WEECHAT_VERSION "0.0.2"
#define WEECHAT_NAME_AND_VERSION WEECHAT_NAME " " WEECHAT_VERSION
#define WEECHAT_COPYRIGHT WEECHAT_NAME " (c) 2003 by Wee Team"
@@ -42,7 +42,7 @@
#define WEECHAT_WARNING _(WEECHAT_NAME " Warning:")
/* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */
-#define DEBUG 1
+#define DEBUG 0
/* log file */
diff --git a/weechat.spec b/weechat.spec
index 6bf1a5f61..dcb553b9a 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -1,5 +1,5 @@
%define name weechat
-%define version 0.0.1
+%define version 0.0.2
%define release 1
Name: %{name}
@@ -37,5 +37,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/local/bin/weechat
%changelog
-* Thu Sep 27 2003 FlashCode <flashcode@flashtux.org> 0.0.1-1
+* Sun Oct 05 2003 FlashCode <flashcode@flashtux.org> 0.0.2-1
+- Released version 0.0.2
+* Sat Sep 27 2003 FlashCode <flashcode@flashtux.org> 0.0.1-1
- Released version 0.0.1
diff --git a/weechat/ChangeLog b/weechat/ChangeLog
index 2b891975a..0d93aad32 100644
--- a/weechat/ChangeLog
+++ b/weechat/ChangeLog
@@ -4,7 +4,7 @@ WeeChat - Wee Enhanced Environment for Chat
ChangeLog - 2003-10-05
-Version 0.0.2 (under dev!):
+Version 0.0.2 (2003-10-05):
* added commands /rehash and /restart
* command & auto-join channels when connected to server
* new commands for alias: /alias, /unalias (new section in config file)
diff --git a/weechat/NEWS b/weechat/NEWS
index fb7c6bbb8..5ca405e1a 100644
--- a/weechat/NEWS
+++ b/weechat/NEWS
@@ -1,6 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
-FlashCode, 2003-09-27
+* FlashCode, 2003-10-05
-WeeChat 0.0.1 released.
+ WeeChat 0.0.2 released.
+
+* FlashCode, 2003-09-27
+
+ WeeChat 0.0.1 released.
diff --git a/weechat/TODO b/weechat/TODO
index e5d8288ab..5b5c41dfb 100644
--- a/weechat/TODO
+++ b/weechat/TODO
@@ -14,7 +14,6 @@ v0.0.2:
------
* IRC protocol:
- + "/mode" command: change the user/channels modes
# "/rehash" command: tell the server to reload its config file
# "/restart" command: tell the server to restart itself
@@ -24,9 +23,6 @@ v0.0.2:
# "/save" command: save configuration to disk
# "/alias" and "/unalias" commands
- * Interface:
- - display current channel modes (example : #weechat(+nt))
-
* Configuration:
# write config file
# add alias definition
@@ -40,6 +36,7 @@ Future versions:
* IRC protocol:
- implement RFC 2812
+ + "/mode" command: change the user/channels modes
- "/dcc" command (for chat and sending/receiving files)
- complete "/list" command: add regexp search, display only channels that
match regexp
@@ -67,6 +64,7 @@ Future versions:
format, etc)
* Interface:
+ - display current channel modes (example : #weechat(+nt))
- interpret special chars in messages (color & bold for example)
- internationalization (traduce WeeChat in many languages)
- many channel windows in one window/term (window split)
diff --git a/weechat/debian/changelog b/weechat/debian/changelog
index ad3817cc5..e75fb46d8 100644
--- a/weechat/debian/changelog
+++ b/weechat/debian/changelog
@@ -1,3 +1,9 @@
+weechat (0.0.2-1) unstable; urgency=low
+
+ * WeeChat version 0.0.2, see ChangeLog for detail.
+
+ -- FlashCode <flashcode@flashtux.org> Sun, 05 Oct 2003 12:00:00 +0200
+
weechat (0.0.1-1) unstable; urgency=low
* First version.
diff --git a/weechat/debian/copyright b/weechat/debian/copyright
index 1a1dbdde6..7f7deea76 100644
--- a/weechat/debian/copyright
+++ b/weechat/debian/copyright
@@ -1,5 +1,5 @@
This package was debianized by FlashCode <flashcode@flashtux.org> on
-Sat, 27 Sep 2003 10:00:00 +0200.
+Sun, 05 Oct 2003 12:00:00 +0200.
It was downloaded from http://weechat.flashtux.org/download
diff --git a/weechat/debian/files b/weechat/debian/files
index 48f4dc400..38575edef 100644
--- a/weechat/debian/files
+++ b/weechat/debian/files
@@ -1 +1 @@
-weechat_0.0.1-1_i386.deb net optional
+weechat_0.0.2-1_i386.deb net optional
diff --git a/weechat/src/weechat.h b/weechat/src/weechat.h
index 6754b00b2..a1ce2eb1f 100644
--- a/weechat/src/weechat.h
+++ b/weechat/src/weechat.h
@@ -32,7 +32,7 @@
#define N_(string) (string)
#define WEECHAT_NAME "WeeChat"
-#define WEECHAT_VERSION "0.0.2-pre3"
+#define WEECHAT_VERSION "0.0.2"
#define WEECHAT_NAME_AND_VERSION WEECHAT_NAME " " WEECHAT_VERSION
#define WEECHAT_COPYRIGHT WEECHAT_NAME " (c) 2003 by Wee Team"
@@ -42,7 +42,7 @@
#define WEECHAT_WARNING _(WEECHAT_NAME " Warning:")
/* debug mode, 0=normal use, 1=some debug msg, 2=full debug (developers only) */
-#define DEBUG 1
+#define DEBUG 0
/* log file */
diff --git a/weechat/weechat.spec b/weechat/weechat.spec
index 6bf1a5f61..dcb553b9a 100644
--- a/weechat/weechat.spec
+++ b/weechat/weechat.spec
@@ -1,5 +1,5 @@
%define name weechat
-%define version 0.0.1
+%define version 0.0.2
%define release 1
Name: %{name}
@@ -37,5 +37,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/local/bin/weechat
%changelog
-* Thu Sep 27 2003 FlashCode <flashcode@flashtux.org> 0.0.1-1
+* Sun Oct 05 2003 FlashCode <flashcode@flashtux.org> 0.0.2-1
+- Released version 0.0.2
+* Sat Sep 27 2003 FlashCode <flashcode@flashtux.org> 0.0.1-1
- Released version 0.0.1