X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.IO%2FChangeLog;h=a6aff6fdca34e55b90dbef86b15353463f25378f;hb=a8b22e0e864c03b8cfd2f2cb5a8075b6611c5553;hp=745daec1cf55764d382c0054ab7b056233fd7597;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/class/System/System.IO/ChangeLog b/mcs/class/System/System.IO/ChangeLog index 745daec1cf5..a6aff6fdca3 100644 --- a/mcs/class/System/System.IO/ChangeLog +++ b/mcs/class/System/System.IO/ChangeLog @@ -1,3 +1,19 @@ +2006-11-01 Sebastien Pouliot + + * ErrorEventHandler.cs: Remove [Serializable] in NET_2_0. + * FileSystemEventHandler.cs: Remove [Serializable] in NET_2_0. + * FileSystemWatcher.cs: Add missing attributes for NET_2_0. + * InvalidDataException.cs: Seal class and remove serialization ctor. + * NotifyFilters.cs: Remove [Serializable] in NET_2_0. + * RenamedEventHandler.cs: Remove [Serializable] in NET_2_0. + * WatcherChangeTypes.cs: Remove [Serializable] in NET_2_0. + +2006-10-04 Gonzalo Paniagua Javier + + * InotifyWatcher.cs: workaround for a weird case. Someone is watching + /dev with recursion enabled and the inotify file descriptor shows up + as a directory that fails to open. Already reported to Robert Love. + 2006-09-05 Gonzalo Paniagua Javier * InotifyWatcher.cs: fix file names for the rename event.