Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1:/tmp/cvs-serv1607
Modified Files:
changelog.txt
Log Message:
Prepare for beta 2
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** changelog.txt 15 Sep 2003 21:35:05 -0000 1.25
--- changelog.txt 18 Sep 2003 14:18:13 -0000 1.26
***************
*** 2,5 ****
--- 2,21 ----
-------------------------------------------------------
+ < ----------------------------------- Beta 3 ---------------------------------- >
+
+ 2003-09-18 Carlos Guzmán Álvarez <car...@te...>
+
+ * NUnit test suite can now be executed using TLS connections.
+
+ - Removed TlsReader and TlsWriter. Removed methods GetReader and GetWriter
+ from the TlsSession class.
+
+ - Renamed class TlsSessionState to TlsSessionContext.
+
+ - Added new TlsSocket and TlsNetworkStream classes and added a new NetworkStream
+ property to TlsSession class.
+
+ - Rework TLS library usage in the provider to match to the new way of work.
+
2003-09-14 Carlos Guzmán Álvarez <car...@te...>
|