Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1:/tmp/cvs-serv2280
Modified Files:
changes.txt
Log Message:
Prepare for Beta 2
Index: changes.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changes.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** changes.txt 12 Sep 2003 20:50:02 -0000 1.8
--- changes.txt 18 Sep 2003 14:21:26 -0000 1.9
***************
*** 2,5 ****
--- 2,19 ----
-------------------------------------------------------
+ Beta 2 ( 18-09-2003 )
+ ---- - - -- -- ---- -
+
+ * Improvements to TLS (Transport Layer Security support).
+
+ NUnit test suite can now be executed using TLS connections
+ ( tested on Windows + CygWin + PostgreSQL 7.4 Beta 1 )
+
+ See the Task Lisk at project page on sourceforge to know what
+ is pending of implement in the TLS library.
+
+ (https://sourceforge.net/pm/task.php?group_project_id=30343&group_id=85397&func=browse)
+
+
Beta 1 ( 12-09-2003 )
|