-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathReleaseNotes
50 lines (31 loc) · 1.26 KB
/
ReleaseNotes
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
$Id: ReleaseNotes,v 1.9 2014/03/12 14:40:42 mwesdorp Exp $
Release Notes
The latest version is sqsh 2.5. Please read the file CHANGES in the root
directory for a detailed list of changes in this and previous releases
(2.1.6 up to 2.5).
The INSTALL file provides information on howto build and install the program.
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.