Update of /cvsroot/monetdb/MonetDB5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1515/MonetDB5
Modified Files:
HowToStart-Win32.txt configure.ag vertoo.data
Log Message:
There has been the desire to rename "MapiClient" into "mclient"
and this "tiny" checkin serves to implment (most of) this desire;
I did not change any Windows installer files and/or MapiClient-related
.bat (batch-) scripts.
Details:
Martin already added "mclient" as clone of "MapiClient" in clients,
and Sjoerd fixed the RPM .spec files for packaging accordingly.
(Windows installer files will most probably follow soon.)
To ensure a "smooth" transition, the idea is to provide both
"MapiClient" and "mclient" with the upcoming feature release of clients.
This allows backward compatibility with the currently released "Stable"
versions of the remaining MonetDB packages.
This checking makes sure that the development versions of all remaining
MonetDB packages move from using "MapiClient" to using "mclient",
requiring the latest development version of clients, that will soon be
released as new feature release "MonetDB-Clients 1.20.0".
Once also the current development versions of the remainig MonetDB pakages
(now using "mclient" instead of "MapiClient") have been released,
"MapiClient" can/will be removed from clients.
For convenient reference, these changes are wrapped in tags
"MapiClient_2_mclient-before" & "MapiClient_2_mclient-after".
Please note:
Like various "MapiClient"/"mclient"-related (and other) changes in
monetwed/ before, these changes reflect the situation of the to-be
release new feature release of clients (MonetDB-Clients);
hence, these changes should not go life, before the respective
release has been finished.
Index: HowToStart-Win32.txt
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/HowToStart-Win32.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- HowToStart-Win32.txt 6 Feb 2007 23:37:25 -0000 1.2
+++ HowToStart-Win32.txt 22 Aug 2007 06:21:49 -0000 1.3
@@ -328,25 +328,25 @@
The server console is mainly meant for administrative use, hence there
are no conveniences such as commandline editing or command history.
-For a more convenient MAL interface, you should use the ``MapiClient``
+For a more convenient MAL interface, you should use the ``mclient``
with the Mserver. To do so, first start an Mserver with MAPI (MonetDB5
Application Programmer's Interfaces) support as follows::
Mserver --dbinit="module(mapi); mal_start();"
Then, in a second shell, set up the same environment and start the
-MapiClient::
+mclient::
- MapiClient
+ mclient
-With MapiClient, you get a text-based MAL interface that supports
+With mclient, you get a text-based MAL interface that supports
commandline editing and a commandline history. The latter can even be
stored persistently to be re-used after stopping and restarting
-MapiClient; see
+mclient; see
::
- MapiClient --help
+ mclient --help
for details.
Index: vertoo.data
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/vertoo.data,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- vertoo.data 9 Jul 2007 09:46:56 -0000 1.13
+++ vertoo.data 22 Aug 2007 06:21:49 -0000 1.14
@@ -1,3 +1,3 @@
monetdb = major:1; minor:19; release:0; rc:x; build:1;
monetdb5 = major:5; minor:1; release:0; rc:x; build:1;
-clients = major:1; minor:18; release:0; rc:x; build:1;
+clients = major:1; minor:19; release:0; rc:x; build:1;
\ No newline at end of file
Index: configure.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/configure.ag,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- configure.ag 27 Jul 2007 14:27:16 -0000 1.74
+++ configure.ag 22 Aug 2007 06:21:49 -0000 1.75
@@ -59,7 +59,7 @@
AC_MSG_ERROR([MonetDB5 requires at least version
$req_monetdb_ver of MonetDB, but only version $MONETDBVERS was found.])
fi
fi
-req_clients_ver='1.18.0'
+req_clients_ver='1.19.0'
# ^^^^^^
# Maintained via vertoo. Please don't modify by hand!
# Contact [EMAIL PROTECTED] for details and/or assistance.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins