[1101] in BarnOwl Developers
[D-O-H] r1069 - trunk/owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:13:01 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: Fri, 30 May 2008 14:23:11 -0400 (EDT)
Author: nelhage
Date: 2008-05-30 14:23:07 -0400 (Fri, 30 May 2008)
New Revision: 1069
Modified:
trunk/owl/ChangeLog
trunk/owl/owl.h
Log:
1.0.1
Modified: trunk/owl/ChangeLog
===================================================================
--- trunk/owl/ChangeLog 2008-05-30 18:13:49 UTC (rev 1068)
+++ trunk/owl/ChangeLog 2008-05-30 18:23:07 UTC (rev 1069)
@@ -1,5 +1,14 @@
$Id$
+1.0.1
+ * Remove an unneeded .orig file from libfaim/ - hartmans
+ * Update the copyright notice in ':show license' - nelhage
+ * Add a jabber:spew variable that controls whether unrecognized
+ Jabber messages (such as pubsub requests) are displayed. - nelhage
+ * Make the 'style' command assume the main:: package for
+ unqualified subroutine references. Reported by Jesse Vincent. - nelhage
+ * Rename doc/contributors to the more canonical AUTHORS - nelson
+
1.0.0
* Don't fail silently when sourcing a file; actually let the user know. - asedeno
* Only hang for 1s, rather than 10s, if there is no zhm - nelhage
Modified: trunk/owl/owl.h
===================================================================
--- trunk/owl/owl.h 2008-05-30 18:13:49 UTC (rev 1068)
+++ trunk/owl/owl.h 2008-05-30 18:23:07 UTC (rev 1069)
@@ -55,7 +55,7 @@
#endif
#ifndef OWL_VERSION_STRING
-#define OWL_VERSION_STRING "1.0.0"
+#define OWL_VERSION_STRING "1.0.1"
#endif
/* Feature that is being tested to redirect stderr through a pipe.