merge from trunk revisions 58933, 58935, 58936
[mono.git] / mcs / class / Npgsql / ChangeLog
index 8750e77d9dfc7464639de2591bb7c879937c2db1..b3251478d632563bee3cd6eb7cf2e1360f84a57b 100644 (file)
@@ -1,37 +1,3 @@
-2005-12-13  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
-
-       * NpgsqlClosedState.cs:  Added a performance improvement fix. Npgsql now use a buffered stream for all server interactions.
-
-2005-12-12  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
-
-       * Npgsql/NpgsqlCommand.cs: [bugzilla 76961] Fixed problem with ExecuteReader when using SchemaOnly and SingleRow behavior at same time. Thanks Kamil Skalski for feedback.
-
-2005-12-09  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
-
-    Npgsql/NpgsqlError.cs,
-    Npgsql/NpgsqlParameter.cs,
-    Npgsql/NpgsqlConnectionString.cs,
-    Npgsql/NpgsqlConnection.cs,
-    Npgsql/NpgsqlSchema.cs,
-    Npgsql/NpgsqlClosedState.cs,
-    Npgsql/NpgsqlCommand.cs,
-    Npgsql/NpgsqlState.cs,
-    Npgsql/NpgsqlAsciiRow.cs,
-    Npgsql/NpgsqlConnectorPool.cs,
-    Npgsql/NpgsqlConnector.cs,
-    Npgsql/NpgsqlQuery.cs,
-    Npgsql/NpgsqlRowDescription.cs,
-    Npgsql/NpgsqlCommandBuilder.cs,
-    Npgsql/NpgsqlDataReader.cs,
-    Npgsql/NpgsqlException.cs,
-    Npgsql/NpgsqlMediator.cs,
-    Npgsql/NpgsqlReadyState.cs,
-    Npgsql/NpgsqlEventLog.cs,
-    Npgsql.dll.resources,
-    NpgsqlTypes/NpgsqlTypeConverters.cs,
-    NpgsqlTypes/NpgsqlTypesHelper.cs,
-    Makefile: Updated to 1.0beta1
-
 
 2005-08-27  Francisco Figueiredo Jr.  <fxjrlists@yahoo.com.br>
     * NpgsqlParameter.cs: Applied patch to fix a NullReferenceException when using Design Time support. Thanks Josh Cooley ( jbnpgsql at tuxinthebox dot net ) for patch.