1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
$Id: ReleaseNotes,v 1.6 2009/08/09 15:47:50 mpeppler Exp $
Release Notes
sqsh 2.1.6
Multiple changes contributed by Martin Wesdorp.
This includes colorized output when using readline, handling of login and query
timeouts, and most importantly updating the experimental kerberos
support to be compatible with isql.
sqsh 2.1.5
Experimental support for kerberos network authentication, via the
-K and -R command line flags.
Various bug fixes.
sqsh 2.1.4
Various bug fixes.
Command line -P argument hiding.
Allow host:port syntax for the -S option if built with OpenClient
12.5.1 or later.
Experimental support for CSV output (\go -m csv).
sqsh 2.1.3
This is an incremental bug-fix release.
Better library detection in the configure script (handles new OCS 15 library
names)
Cygwin build instructions and files.
sqsh 2.1.2
This is an incremental bug-fix release.
Bugs fixed (bug IDs from SourceForge's bug tracker)
1010901 Problems with -w ($width).
1051672 Missing OCS libs for static build
1010961 Can't provide multiple sqshrc's
987494 Better version reporting
Other fixes include fixing a segfault if "go" appears on its own in a
comment block, and making sure that the \read command actually reads from
the terminal even when using redirected input or the -i flag.
|