[1181] in BarnOwl Developers
[D-O-H] r1122 - trunk/owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:13:51 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Mon, 15 Sep 2008 19:02:53 -0400 (EDT)
Author: nelhage
Date: 2008-09-15 19:02:52 -0400 (Mon, 15 Sep 2008)
New Revision: 1122
Modified:
trunk/owl/ChangeLog
trunk/owl/owl.h
Log:
1.0.2
Modified: trunk/owl/ChangeLog
===================================================================
--- trunk/owl/ChangeLog 2008-09-05 04:24:53 UTC (rev 1121)
+++ trunk/owl/ChangeLog 2008-09-15 23:02:52 UTC (rev 1122)
@@ -4,7 +4,20 @@
* Fix a segfault on retrieving zephyr subs when the user doesn't
have any or has expired tickets. -asedeno
* Don't complain about non-existant ~/.owl/startup when starting. -asedeno
-
+ * Fix narrowing to personals in IRC. -alexmv
+ * Don't segfault retrieving subscriptions without valid tickets. -asedeno
+ * Load modules even if .owlconf doesn't run successfully. -nelhage
+ * Update the manpage for barnowl. -nelhage
+ * Better support for irc-names, irc-topic, and irc-whois. -geofft
+ * Display /quit messages in IRC -geofft.
+ * Add a new perl hook for all new messages. -geofft
+ * Fix a bug causing corrupted input in the editwin on end-of-line. -nelhage
+ * Add better support for adding hooks in perl that behave correctly
+ on module reload. -nelhage
+ * Added a :reload-module command to reload a single module. -nelhage
+ * Fixed quoting issues replying to jabber users or MUCs containing
+ whitespace or quites. -nelhage
+
1.0.1
* Remove an unneeded .orig file from libfaim/ - hartmans
* Update the copyright notice in ':show license' - nelhage
Modified: trunk/owl/owl.h
===================================================================
--- trunk/owl/owl.h 2008-09-05 04:24:53 UTC (rev 1121)
+++ trunk/owl/owl.h 2008-09-15 23:02:52 UTC (rev 1122)
@@ -55,7 +55,7 @@
#endif
#ifndef OWL_VERSION_STRING
-#define OWL_VERSION_STRING "1.0.1"
+#define OWL_VERSION_STRING "1.0.2"
#endif
/* Feature that is being tested to redirect stderr through a pipe.