[230] in BarnOwl Developers
[D-O-H] r407 - trunk/owl
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:03:56 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
Date: Thu, 26 Oct 2006 22:08:54 -0400
To: dirty-owl-hackers@MIT.EDU
From: nelhage@MIT.EDU
Reply-To: dirty-owl-hackers@MIT.EDU
Author: nelhage
Date: 2006-10-26 22:08:54 -0400 (Thu, 26 Oct 2006)
New Revision: 407
Modified:
trunk/owl/owl.c
trunk/owl/owl.h
Log:
Changing the version number and startup message to include a
disclaimer (mostly so I can remember which build I'm using :))
Modified: trunk/owl/owl.c
===================================================================
--- trunk/owl/owl.c 2006-10-26 21:45:10 UTC (rev 406)
+++ trunk/owl/owl.c 2006-10-27 02:08:54 UTC (rev 407)
@@ -351,11 +351,11 @@
sprintf(buff, "Welcome to Owl version %s. Press 'h' for on-line help. \n", OWL_VERSION_STRING);
strcat(startupmsg, buff);
strcat(startupmsg, " \n");
- strcat(startupmsg, "If you would like to receive release announcements about Owl you can \n");
- strcat(startupmsg, "join the owl-users mailing list at http://www.ktools.org/ \n");
+ strcat(startupmsg, "This is an UNOFFICIAL DEVELOPMENT BUILD of owl. If you are using this \n");
+ strcat(startupmsg, "build regularly, please add yourself to dirty-owl-hackers@mit.edu \n");
strcat(startupmsg, " ^ ^ \n");
- strcat(startupmsg, " OvO \n");
- strcat(startupmsg, "Please report any bugs or suggestions to bug-owl@ktools.org ( ) \n");
+ strcat(startupmsg, "Any bugs should be reported to dirty-owl-hackers@mit.edu OvO \n");
+ strcat(startupmsg, "Do not seek help with this build from bug-owl or ktools. ( ) \n");
strcat(startupmsg, "-----------------------------------------------------------------m-m---\n");
owl_function_adminmsg("", startupmsg);
sepbar(NULL);
Modified: trunk/owl/owl.h
===================================================================
--- trunk/owl/owl.h 2006-10-26 21:45:10 UTC (rev 406)
+++ trunk/owl/owl.h 2006-10-27 02:08:54 UTC (rev 407)
@@ -69,7 +69,7 @@
static const char owl_h_fileIdent[] = "$Id$";
#define OWL_VERSION 2.1.11
-#define OWL_VERSION_STRING "2.1.11"
+#define OWL_VERSION_STRING "2.1.11-doh"
/* Feature that is being tested to redirect stderr through a pipe.
* There may still be some portability problems with this. */