File: ChangeLog

package info (click to toggle)
monodevelop 3.0.3.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 153,256 kB
  • sloc: cs: 1,020,242; xml: 751,053; makefile: 9,596; sh: 1,529; objc: 302; sql: 129; ansic: 96
file content (103 lines) | stat: -rw-r--r-- 5,076 bytes parent folder | download | duplicates (4)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
2010-05-18  Lluis Sanchez Gual  <lluis@novell.com>

	* UserInterfaceTests: Some preliminary code for running stress
	  tests. Still far from complete.

	* test-projects/ContactBook:
	* test-projects/ContactBook/ContactBook:
	* test-projects/ContactBook/CustomWidgets:
	* test-projects/ContactBook/ContactBook.mds:
	* test-projects/ContactBook/ContactBook/gtk-gui:
	* test-projects/ContactBook/ContactBook/Main.cs:
	* test-projects/ContactBook/CustomWidgets/gtk-gui:
	* test-projects/ContactBook/CustomWidgets/MyClass.cs:
	* test-projects/ContactBook/ContactBook/MainWindow.cs:
	* test-projects/ContactBook/ContactBook/ContactBook.mdp:
	* test-projects/ContactBook/ContactBook/AssemblyInfo.cs:
	* test-projects/ContactBook/CustomWidgets/TextSelector.cs:
	* test-projects/ContactBook/CustomWidgets/AssemblyInfo.cs:
	* test-projects/ContactBook/ContactBook/gtk-gui/gui.stetic:
	* test-projects/ContactBook/CustomWidgets/CustomWidgets.mdp:
	* test-projects/ContactBook/ContactBook/gtk-gui/generated.cs:
	* test-projects/ContactBook/CustomWidgets/gtk-gui/gui.stetic:
	* test-projects/ContactBook/ContactBook/GlobalActionGroup.cs:
	* test-projects/ContactBook/ContactBook/gtk-gui/MainWindow.cs:
	* test-projects/ContactBook/CustomWidgets/gtk-gui/library.dat:
	* test-projects/ContactBook/CustomWidgets/gtk-gui/objects.xml:
	* test-projects/ContactBook/CustomWidgets/gtk-gui/generated.cs:
	* test-projects/ContactBook/CustomWidgets/gtk-gui/objects.xml.dat:
	* test-projects/ContactBook/CustomWidgets/gtk-gui/CustomWidgets.TextSelector.cs:
	* test-projects/ContactBook/ContactBook/gtk-gui/ContactBook.GlobalActionGroup.cs:
	  New test project.

2010-04-28  Lluis Sanchez Gual  <lluis@novell.com>

	* test-projects\test-build-configs\Lib1\AssemblyInfo.cs:
	* test-projects\test-build-configs\Lib3\AssemblyInfo.cs:
	* test-projects\test-build-configs\Lib2\AssemblyInfo.cs:
	* test-projects\test-build-configs\Lib4\AssemblyInfo.cs:
	* test-projects\console-with-libs-mdp\library1\AssemblyInfo.cs:
	* test-projects\console-with-libs-mdp\library2\AssemblyInfo.cs:
	* test-projects\nested-solutions-mdp\console-project\AssemblyInfo.cs:
	* test-projects\csharp-console-mdp\csharp-console-mdp\AssemblyInfo.cs:
	* test-projects\console-with-libs-mdp\console-with-libs-mdp\AssemblyInfo.cs:
	* test-projects\nested-solutions-mdp\nested-solution1\library2\AssemblyInfo.cs:
	* test-projects\nested-solutions-mdp\nested-solution1\library1\AssemblyInfo.cs:
	* test-projects\nested-solutions-mdp\nested-solution2\console-project2\AssemblyInfo.cs:
	* test-projects\nested-solutions-mdp\nested-solution2\nested-solution3\library3\AssemblyInfo.cs:
	* test-projects\nested-solutions-mdp\nested-solution2\nested-solution3\library4\AssemblyInfo.cs:
	  Fix Windows compatibility issues.

2010-02-24  Lluis Sanchez Gual  <lluis@novell.com>

	* test-projects/test-configuration-merging/TestConfigurationMerging/TestConfigurationMerging.csproj:
	* test-projects/test-configuration-merging/TestConfigurationMerging/TestConfigurationMergingSaved.csproj:
	  Track serialization changes.

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

	* test-projects/completion-db-test/Library3:
	* test-projects/completion-db-test/Library3/MyClass.cs:
	* test-projects/completion-db-test/Library2/MyClass.cs:
	* test-projects/completion-db-test/CompletionDbTest.sln:
	* test-projects/completion-db-test/Library3/Library3.csproj:
	* test-projects/completion-db-test/Library2/Library2.csproj:
	* test-projects/completion-db-test/Library1/Library1.csproj:
	* test-projects/completion-db-test/Library3/AssemblyInfo.cs:
	  Add another project so that we can still test indirect refs.

	* test-projects/csharp-console-mdp/csharp-console-mdp/csharp-console-mdp.mdp:
	  Add new default attribute so roundtripping still works.

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

	* test-projects/console-project/ConsoleProject.sln: Flush.

2009-07-28  Lluis Sanchez Gual  <lluis@novell.com>

	* test-projects/project-ref-with-spaces:
	* test-projects/project-ref-with-spaces/Main.cs:
	* test-projects/project-ref-with-spaces/some - library:
	* test-projects/project-ref-with-spaces/AssemblyInfo.cs:
	* test-projects/project-ref-with-spaces/some - library/MyClass.cs:
	* test-projects/project-ref-with-spaces/project-ref-with-spaces.sln:
	* test-projects/project-ref-with-spaces/some - library/AssemblyInfo.cs:
	* test-projects/project-ref-with-spaces/project-ref-with-spaces.csproj:
	* test-projects/project-ref-with-spaces/some - library/some - library.csproj:
	  Added test for bug 480813 - Referenced project with
	  spaces/special characters isn't saved or built properly

2009-06-18  Lluis Sanchez Gual  <lluis@novell.com>

	* test-projects/completion-db-test/CompletionDbTest/CompletionDbTest.csproj:
	  Don't include the replacement files in the project since
	  they interfere with some tests.

2009-06-18  Lluis Sanchez Gual  <lluis@novell.com>

	* test-projects/completion-db-test/CompletionDbTest/Main.cs:
	  Added test class.

	* test-projects/resources-tester/ResourcesTester/ResourcesTester.csproj:
	  Flush.