[pgsqlclient-checkins] pgsqlclient_10/Mono.Security changelog.txt,1.6,1.7
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2004-02-18 15:51:59
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32514 Modified Files: changelog.txt Log Message: 2004-02-18 Carlos Guzmán Álvarez <car...@te...> * Mono.Security.Protocol.Tls/CipherAlgorithmType.cs: * Mono.Security.Protocol.Tls/HashAlgorithmType.cs: * Mono.Security.Protocol.Tls/ExchangeAlgorithmType.cs: - Added Serializable attribute. Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/changelog.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** changelog.txt 18 Feb 2004 15:32:17 -0000 1.6 --- changelog.txt 18 Feb 2004 15:42:14 -0000 1.7 *************** *** 5,8 **** --- 5,14 ---- 2004-02-18 Carlos Guzmán Álvarez <car...@te...> + * Mono.Security.Protocol.Tls/CipherAlgorithmType.cs: + * Mono.Security.Protocol.Tls/HashAlgorithmType.cs: + * Mono.Security.Protocol.Tls/ExchangeAlgorithmType.cs: + + - Added Serializable attribute. + * Mono.Security.Protocol.Tls/CipherSuite.cs: * Mono.Security.Protocol.Tls/TlsCipherSuite.cs: |