2009-02-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
commit7c5529e46b0580f072009493c131786488193910
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 10 Feb 2009 22:32:17 +0000 (10 22:32 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Tue, 10 Feb 2009 22:32:17 +0000 (10 22:32 -0000)
tree92a68e4893d384a39f25e394131c614755d72581
parentf593e5a31d82eddbb5bbcbd4b7efa2869195a855
2009-02-10 Gonzalo Paniagua Javier <gonzalo@novell.com>

- The PropertyValueCollection class doesn't mark its data as dirty/changed in
  - this[int index] setter
  - Insert()
  - Remove()
  - Value setter
The DirectoryEntry class doesn't handle the clearing of an attribute (see
CommitEntry())
Patch from Juraj Skripsky that fixes bug #416985.

svn path=/trunk/mcs/; revision=126522
mcs/class/System.DirectoryServices/System.DirectoryServices/ChangeLog
mcs/class/System.DirectoryServices/System.DirectoryServices/DirectoryEntry.cs
mcs/class/System.DirectoryServices/System.DirectoryServices/PropertyValueCollection.cs