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

ChangeLog « MonoDevelop.Debugger.Soft « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6f0aab0bcb3dc7feb9beb66f60be55a611d803ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
2010-02-02  Lluis Sanchez Gual  <lluis@novell.com>

	* MonoDevelop.Debugger.Soft.IPhone/IPhoneDebuggerSession.cs:
	  Use the new namespace for the soft debugger. Updated the sdb
	  client library.

2010-01-20  Michael Hutchinson  <mhutchinson@novell.com>

	* Makefile.am:
	* Mono.Debugging.Soft: 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.

2009-11-09  Michael Hutchinson  <mhutchinson@novell.com>

	* Makefile.am: Wire the soft debug addin into the build.

2009-11-09  Michael Hutchinson  <mhutchinson@novell.com>

	* MonoDevelop.Debugger.Soft.sln:
	* MonoDevelop.Debugger.Soft.IPhone:
	* MonoDevelop.Debugger.Soft.IPhone/ChangeLog:
	* MonoDevelop.Debugger.Soft.IPhone/Manifest.addin.xml:
	* MonoDevelop.Debugger.Soft.IPhone/IPhoneDebuggerSession.cs:
	* MonoDevelop.Debugger.Soft.IPhone/IPhoneSoftDebuggerEngine.cs:
	* MonoDevelop.Debugger.Soft.IPhone/MonoDevelop.Debugger.Soft.IPhone.csproj:
	Move the IPhone soft debugger addin to the IPhone sln.

2009-11-07  Michael Hutchinson  <mhutchinson@novell.com>

	* MonoDevelop.Debugger.Soft.sln: Tweak policy.

2009-11-07  Michael Hutchinson  <mhutchinson@novell.com>

	* MonoDevelop.Debugger.Soft.sln: Set default policies.

2009-11-05  Michael Hutchinson  <mhutchinson@novell.com>

	* Makefile: make the "clean" target work without mdtool.

2009-10-30  Lluis Sanchez Gual  <lluis@novell.com>

	* configure: Bump MD version.

2009-10-16  Michael Hutchinson  <mhutchinson@novell.com>

	* MonoDevelop.Debugger.Soft.sln:
	* MonoDevelop.Debugger.Soft.IPhone: Stubbed. Not working yet.

2009-10-14  Michael Hutchinson  <mhutchinson@novell.com>

	* Makefile:
	* configure: Patch into the extras configure system.

2009-09-30  Lluis Sanchez Gual  <lluis@novell.com>

	* .temp-addin-registry: Remove temp dir.