[pgsqlclient-checkins] pgsqlclient_10 changelog.txt,1.104,1.105
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2004-03-09 16:47:13
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31449 Modified Files: changelog.txt Log Message: 2004-03-09 Carlos Guzman Alvarez <car...@te...> * Mono.Security.Protocol.Tls/Ciphersuite.cs: - Added generation of the Server encryption algorithms. * Mono.Security.Protocol.Tls.Handshake.Server/TlsClientKeyExchange.cs: - Finished processing of the message contents. * Mono.Security.Protocol.Tls/RecordProtocol.cs: * Mono.Security.Protocol.Tls/ClientRecordProtocol.cs: * Mono.Security.Protocol.Tls/ServerRecordProtocol.cs: - Added new ProcessChangeCipherSpec method. * Mono.Security.Protocol.Tls/Context.cs: - Added new PrintBuffer method ( for debug ). Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v retrieving revision 1.104 retrieving revision 1.105 diff -C2 -d -r1.104 -r1.105 *** changelog.txt 8 Mar 2004 17:23:22 -0000 1.104 --- changelog.txt 9 Mar 2004 16:29:54 -0000 1.105 *************** *** 2,5 **** --- 2,11 ---- ------------------------------------------------------- + 2004-03-09 Carlos Guzman Alvarez <car...@te...> + + * PostgreSql.Data.PgSqlClient/PgDataReader.cs: + + - Improved data reader implementation. + < --------------------------- Beta 7 ------------------------------ > |