Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2010-01-21 02:07:58 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-01-21 02:07:58 +0300
commit40cf424721837814ecd5f8dbb9993b64738efecc (patch)
tree6d84f7397950aea1c3e2f994b3e113df36b32db9 /main/ChangeLog
parentf6da1f379f84e1b8c357422b5650323eb8c95f3c (diff)
* main/src/core/Mono.Debugging/Makefile.am:
* main/src/core/Mono.Debugging/mono.debugging.snk: * main/src/core/Mono.Debugging/Mono.Debugging.csproj: Sign and fix deps. * main/src/addins/MonoDevelop.Debugger.Soft/Makefile.am: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/AssemblyInfo.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/ArrayAdaptor.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/LoggingService.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Makefile.am: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/ArrayAdaptor.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftDebuggerSession.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftDebuggerAdaptor.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/FieldValueReference.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftEvaluationContext.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftDebuggerStartInfo.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftDebuggerBacktrace.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/VariableValueReference.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/PropertyValueReference.cs: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugger.Soft.dll.mdb: * main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/Mono.Debugging.Soft.csproj: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/SoftDebuggerEngine.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/SoftDebuggerSession.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/SoftDebuggerAdaptor.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/FieldValueReference.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/SoftDebuggerBacktrace.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/SoftEvaluationContext.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/VariableValueReference.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/PropertyValueReference.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/Mono.Debugger.Soft.dll.mdb: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/RemoteSoftDebuggerSession.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.csproj: Split out a new dll Mono.Debugging.Soft from the soft debugger addin. It has the bits that have with no MD deps apart from Mono.Debugging, and it's strongnamed so MonoVS can use it. * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/Makefile.am: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/Makefile.am: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/AspNetSoftDebuggerEngine.cs: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/MonoDevelop.Debugger.Soft.AspNet.csproj: * main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.Moonlight/MonoDevelop.Debugger.Soft.Moonlight.csproj: Fix deps to track the dll split. * main/Main.sln: * main/configure.in: * main/monodevelop-core-addins.pc.in: Add the new dll. svn path=/trunk/monodevelop/; revision=149937
Diffstat (limited to 'main/ChangeLog')
-rw-r--r--main/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/ChangeLog b/main/ChangeLog
index 2728fd192f..fea0ac3a5c 100644
--- a/main/ChangeLog
+++ b/main/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-20 Michael Hutchinson <mhutchinson@novell.com>
+
+ * Main.sln:
+ * configure.in:
+ * monodevelop-core-addins.pc.in: Add the new dll.
+
2010-01-20 Lluis Sanchez Gual <lluis@novell.com>
* Main.sln: Update. The GUID for the Cecil.Decompiler project