Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2005-08-22 00:09:53 +0400
committerFrancisco Figueiredo Jr. <fxjr@mono-cvs.ximian.com>2005-08-22 00:09:53 +0400
commit8b8f6bfccfb7937104fb80d64d2bb8c35f7e3f57 (patch)
treead833af475d73c786cf5196eeb77cf9a45f83dd1 /mcs/class/Npgsql/ChangeLog
parente78027b81a199d956892bb0599a4c281138b250e (diff)
2005-08-21 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* Makefile, Npgsql.dll.resources: Removed references to design time support. This is not needed when compiling Npgsql with mono. svn path=/trunk/mcs/; revision=48633
Diffstat (limited to 'mcs/class/Npgsql/ChangeLog')
-rw-r--r--mcs/class/Npgsql/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/Npgsql/ChangeLog b/mcs/class/Npgsql/ChangeLog
index dc4c0cad679..662e9841ea5 100644
--- a/mcs/class/Npgsql/ChangeLog
+++ b/mcs/class/Npgsql/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-21 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
+ * Makefile,
+ Npgsql.dll.resources: Removed references to design time support. This is not needed when compiling Npgsql with mono.
+
2005-08-06 Francisco Figueiredo Jr. <fxjrlists@yahoo.com.br>
* NpgsqlCommand.cs: Fixed problem when using commandtype.storedprocedure with command texts which have parameters with ' or any other value which needed to be escaped. Now they are properly handled. Thanks Dalibor (dalxxx at email dot com) for heads up and tests.