From d9b694ff02aca45d0d97e8585df3cc17b5a450f6 Mon Sep 17 00:00:00 2001 From: jbevain Date: Tue, 6 Apr 2010 16:19:48 +0000 Subject: [PATCH] 2010-04-06 Jb Evain * corlib.dll.sources: add System.Threading.SemaphoreFullException from System in net_4_0. git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@154867 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- class/corlib/ChangeLog | 5 +++++ class/corlib/corlib.dll.sources | 1 + 2 files changed, 6 insertions(+) diff --git a/class/corlib/ChangeLog b/class/corlib/ChangeLog index 8b61cef1c2..6cb1d697b4 100644 --- a/class/corlib/ChangeLog +++ b/class/corlib/ChangeLog @@ -1,3 +1,8 @@ +2010-04-06 Jb Evain + + * corlib.dll.sources: add System.Threading.SemaphoreFullException + from System in net_4_0. + 2010-03-30 Sebastien Pouliot * moonlight_raw_corlib.dll.sources: Fix Moonlight since these diff --git a/class/corlib/corlib.dll.sources b/class/corlib/corlib.dll.sources index 25c5cbf7b3..3d1585b2fe 100644 --- a/class/corlib/corlib.dll.sources +++ b/class/corlib/corlib.dll.sources @@ -1471,6 +1471,7 @@ System.Threading/ParameterizedThreadStart.cs System.Threading/ReaderWriterLock.cs System.Threading/RegisteredWaitHandle.cs System.Threading/SendOrPostCallback.cs +../System/System.Threading/SemaphoreFullException.cs System.Threading/SynchronizationContext.cs System.Threading/SynchronizationLockException.cs System.Threading/Thread.cs -- 2.11.4.GIT