You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,9 +0,0 @@
|
||||
2008-04-23 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* AssemblyInfo.cs: Added missing attributes
|
||||
|
||||
2004-04-06 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* AssemblyInfo.cs: Added
|
||||
* ChangeLog: Added
|
||||
* Locale.cs: Added
|
||||
@@ -1,26 +0,0 @@
|
||||
2007-10-03 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* System.Management.dll.sources : updated to have all 1.1/2.0 types.
|
||||
|
||||
2006-12-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* System.Management.dll.sources: Added ManagementObjectSearcher.cs,
|
||||
ManagementQuery.cs, ObjectQuery.cs.
|
||||
|
||||
2006-12-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* System.Management.dll.sources: Added CodeLanguage.cs,
|
||||
ManagementClass.cs, MethodData.cs, MethodDataCollection.cs.
|
||||
|
||||
2004-04-06 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
|
||||
|
||||
* System.Management.dll.sources: Sorted, added assemblyinfos
|
||||
|
||||
2003-03-20 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||
|
||||
* Stubed out System.Management.Instrumentation
|
||||
|
||||
2003-03-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* list: added new files.
|
||||
|
||||
@@ -4,7 +4,7 @@ include ../../build/rules.make
|
||||
|
||||
LIBRARY = System.Management.dll
|
||||
LIB_REFS = System System.Configuration.Install
|
||||
LIB_MCS_FLAGS = /r:$(corlib)
|
||||
LIB_MCS_FLAGS =
|
||||
NO_TEST = yes
|
||||
|
||||
include ../../build/library.make
|
||||
|
||||
@@ -1,87 +0,0 @@
|
||||
2007-10-03 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* EventArrivedEventArgs.cs, EventArrivedEventHandler.cs,
|
||||
EventQuery.cs, EventWatcherOptions.cs, ManagementQuery.cs,
|
||||
RelatedObjectQuery.cs, RelationshipQuery.cs, SelectQuery.cs,
|
||||
StoppedEventArgs.cs, StoppedEventHandler.cs, WqlEventQuery.cs,
|
||||
WqlObjectQuery.cs :
|
||||
oops, actually they are also included in 1.1 profile.
|
||||
|
||||
2007-10-03 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* EventArrivedEventArgs.cs, EventArrivedEventHandler.cs,
|
||||
EventQuery.cs, EventWatcherOptions.cs,
|
||||
ManagementDateTimeConverter.cs, ManagementEventWatcher.cs,
|
||||
ManagementException.cs, RelatedObjectQuery.cs,
|
||||
RelationshipQuery.cs, SelectQuery.cs, StoppedEventArgs.cs,
|
||||
StoppedEventHandler.cs, WqlEventQuery.cs, WqlObjectQuery.cs:
|
||||
added missing 1.x/2.0 types.
|
||||
* CimType.cs, CodeLanguage.cs, ManagementBaseObject.cs,
|
||||
ManagementClass.cs, ManagementNamedValueCollection.cs,
|
||||
ManagementObject.cs, ManagementObjectCollection.cs,
|
||||
ManagementOptions.cs, ManagementPath.cs, ManagementQuery.cs,
|
||||
ManagementScope.cs, ManagementStatus.cs, MethodData.cs,
|
||||
MethodDataCollection.cs, PropertyDataCollection.cs,
|
||||
PutType.cs, QualifierDataCollection.cs, TextFormat.cs :
|
||||
1.x/2.0 API fixes.
|
||||
|
||||
2006-12-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* MethodDataCollection.cs: Throw NotImplementedException in methods
|
||||
and properties itself to improve Moma reports.
|
||||
* ManagementClass.cs: Same.
|
||||
* MethodData.cs: Same.
|
||||
* ManagementObjectSearcher.cs: Same.
|
||||
* ObjectQuery.cs: Same.
|
||||
* ManagementQuery.cs: Same.
|
||||
|
||||
2006-12-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* ManagementObjectSearcher.cs: Stubbed out.
|
||||
* ManagementQuery.cs: Stubbed out.
|
||||
* ObjectQuery.cs: Stubbed out.
|
||||
|
||||
2006-12-30 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* CodeLanguage.cs: Stubbed out.
|
||||
* ManagementClass.cs: Stubbed out.
|
||||
* MethodData.cs: Stubbed out.
|
||||
* MethodDataCollection.cs: Stubbed out.
|
||||
|
||||
2003-03-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* AuthenticationLevel.cs:
|
||||
* CimType.cs:
|
||||
* ComparisonSettings.cs:
|
||||
* CompletedEventArgs.cs:
|
||||
* CompletedEventHandler.cs:
|
||||
* ConnectionOptions.cs:
|
||||
* DeleteOptions.cs:
|
||||
* EnumerationOptions.cs:
|
||||
* ImpersonationLevel.cs:
|
||||
* InvokeMethodOptions.cs:
|
||||
* ManagementBaseObject.cs:
|
||||
* ManagementEventArgs.cs:
|
||||
* ManagementObject.cs:
|
||||
* ManagementObjectCollection.cs:
|
||||
* ManagementOperationObserver.cs:
|
||||
* ManagementOptions.cs:
|
||||
* ManagementPath.cs:
|
||||
* ManagementScope.cs:
|
||||
* ManagementStatus.cs:
|
||||
* ObjectGetOptions.cs:
|
||||
* ObjectPutEventArgs.cs:
|
||||
* ObjectPutEventHandler.cs:
|
||||
* ObjectReadyEventArgs.cs:
|
||||
* ObjectReadyEventHandler.cs:
|
||||
* ProgressEventArgs.cs:
|
||||
* ProgressEventHandler.cs:
|
||||
* PropertyData.cs:
|
||||
* PropertyDataCollection.cs:
|
||||
* PutOptions.cs:
|
||||
* PutType.cs:
|
||||
* QualifierData.cs:
|
||||
* QualifierDataCollection.cs:
|
||||
* TODOAttribute.cs:
|
||||
* TextFormat.cs: stubbed out.
|
||||
|
||||
Reference in New Issue
Block a user