[mw-devel] MW3 r924 - in branches/jscript: . help src
arthur at sucs.org
arthur at sucs.org
Wed Mar 21 09:04:28 GMT 2007
Author: arthur
Date: 2007-03-21 09:04:28 +0000 (Wed, 21 Mar 2007)
New Revision: 924
Modified:
branches/jscript/help/mwrc
branches/jscript/mw.spec
branches/jscript/src/Makefile
Log:
basic javascript functionality is now complete. closes #13
Modified: branches/jscript/help/mwrc
===================================================================
--- branches/jscript/help/mwrc 2007-03-21 08:49:07 UTC (rev 923)
+++ branches/jscript/help/mwrc 2007-03-21 09:04:28 UTC (rev 924)
@@ -32,6 +32,7 @@
easy to split up sections of the .mwrc file, to enable similar parts
to be grouped together, and they may also be quickly added in or removed
by uncommenting/commenting the one 'include' directive out.
+ <file> may also be a http/https url, and is a relative path
destroy <function | *>
Modified: branches/jscript/mw.spec
===================================================================
--- branches/jscript/mw.spec 2007-03-21 08:49:07 UTC (rev 923)
+++ branches/jscript/mw.spec 2007-03-21 09:04:28 UTC (rev 924)
@@ -1,13 +1,13 @@
Summary: Milliways III talker and BBS
Name: mw3
-Version: 2.14.3
-Release: 3
+Version: 2.15.0
+Release: 0
License: GPL
Group: Applications/Communications
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root
-Requires: libtermcap readline
-BuildRequires: libtermcap-devel readline-devel glibc-devel
+Requires: libtermcap readline sqlite js curl
+BuildRequires: libtermcap-devel readline-devel glibc-devel sqlite-devel js-devel curl-devel
Packager: Peter Berry <pwb at sucs.org>
URL: http://sucs.org/wiki/milliways
Modified: branches/jscript/src/Makefile
===================================================================
--- branches/jscript/src/Makefile 2007-03-21 08:49:07 UTC (rev 923)
+++ branches/jscript/src/Makefile 2007-03-21 09:04:28 UTC (rev 924)
@@ -7,9 +7,9 @@
# These two only for change after a branch
VERSION_MAJOR= 2
-VERSION_MINOR= 14
+VERSION_MINOR= 15
# Change this one on feature increases/fixes, return to 0 on branch
-VERSION_TWEAK= 3
+VERSION_TWEAK= 0
# Full version number
VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_TWEAK)
More information about the mw-devel
mailing list