Changeset: 3516ef78b1bf for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3516ef78b1bf Modified Files: clients/MonetDB-client.spec clients/debian/changelog Branch: Oct2010 Log Message:
Fix changelog entries: add lost backslash. diffs (64 lines): diff -r 7ee1e1dc86d6 -r 3516ef78b1bf clients/MonetDB-client.spec --- a/clients/MonetDB-client.spec Wed Nov 10 15:43:21 2010 +0100 +++ b/clients/MonetDB-client.spec Thu Nov 11 11:15:54 2010 +0100 @@ -316,7 +316,7 @@ - Rebuilt. * Thu Oct 28 2010 Fabian Groffen <[email protected]> - 1.40.1-20101029 -- Fix crash when the server disconnects during d query +- Fix crash when the server disconnects during \d query * Wed Oct 27 2010 Sjoerd Mullender <[email protected]> - 1.40.1-20101029 - A manual page for the msqldump program was added. @@ -327,8 +327,8 @@ - Save readline history as we go along. This fixes bug 2632. * Tue Sep 14 2010 Sjoerd Mullender <[email protected]> - 1.40.1-20101029 -- The d and D commands now require a space if they are followed by a - table name. This is to accomodate future expansion where d and D +- The \d and \D commands now require a space if they are followed by a + table name. This is to accomodate future expansion where \d and \D could be immediately followed by another letter to indicate the type of object of interest. - Implemented dumping of "external" functions. This fixes bug 2546. @@ -349,7 +349,7 @@ considerably to get improved output. Most importantly it now omits parts of field values or even full columns when the used terminal width is insufficient to display the result. To disable this behaviour, - simply set width to -1 (via -w option or w in mclient), or chose + simply set width to -1 (via -w option or \w in mclient), or chose another rendering mode. * Tue Aug 24 2010 Fabian Groffen <[email protected]> - 1.40.1-20101029 diff -r 7ee1e1dc86d6 -r 3516ef78b1bf clients/debian/changelog --- a/clients/debian/changelog Wed Nov 10 15:43:21 2010 +0100 +++ b/clients/debian/changelog Thu Nov 11 11:15:54 2010 +0100 @@ -24,7 +24,7 @@ monetdb-client (1.40.1-20101029) unstable; urgency=low - * Fix crash when the server disconnects during d query + * Fix crash when the server disconnects during \d query -- Fabian Groffen <[email protected]> Thu, 28 Oct 2010 10:30:30 +0200 @@ -44,8 +44,8 @@ monetdb-client (1.40.1-20101029) unstable; urgency=low - * The d and D commands now require a space if they are followed by a - table name. This is to accomodate future expansion where d and D + * The \d and \D commands now require a space if they are followed by a + table name. This is to accomodate future expansion where \d and \D could be immediately followed by another letter to indicate the type of object of interest. * Implemented dumping of "external" functions. This fixes bug 2546. @@ -75,7 +75,7 @@ considerably to get improved output. Most importantly it now omits parts of field values or even full columns when the used terminal width is insufficient to display the result. To disable this behaviour, - simply set width to -1 (via -w option or w in mclient), or chose + simply set width to -1 (via -w option or \w in mclient), or chose another rendering mode. -- Fabian Groffen <[email protected]> Tue, 24 Aug 2010 10:30:30 +0200 _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
