New test.
[mono.git] / mcs / class / System / System.IO / ChangeLog
index 298102343819d5b0b3a42ba48646d9d0269b9c55..a6aff6fdca34e55b90dbef86b15353463f25378f 100644 (file)
@@ -1,3 +1,44 @@
+2006-11-01  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * 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 <gonzalo@ximian.com>
+
+       * 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 <gonzalo@ximian.com>
+
+       * InotifyWatcher.cs: fix file names for the rename event.
+       * FileSystemWatcher.cs: ignore exceptions that happen when invoking
+       event handlers.
+
+2006-08-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * InotifyWatcher.cs: handle CloseWrite, as it might happen without other
+       modify events.
+
+2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * FileSystemWatcher.cs: avoid argument null when we don't know yet the
+       target of a rename.
+
+2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * InotifyWatcher.cs: warn about inotify user watches limit.
+
+2005-07-31  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * FileSystemWatcher.cs: Add an EnvironmentPermission assert to read
+       environment variable MONO_MANAGED_WATCHER.
+
 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * FAMWatcher.cs: remove unused method.