File: ChangeLog

package info (click to toggle)
mono-basic 3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 26,600 kB
  • ctags: 6,969
  • sloc: cs: 34,086; xml: 26,150; makefile: 475; sh: 341
file content (175 lines) | stat: -rw-r--r-- 6,041 bytes parent folder | download | duplicates (3)
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
2010-06-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* frmMain.vb: Fix the automatic creation of error tests.

2010-06-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* CecilComparer.vb: Don't use features not implemented in vbnc yet.

2010-06-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* frmMain.vb: Make the form's icon the correct color.

2010-06-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Test.vb: Add support for dependencies for a test - files that will be copied
	into the current directory before the test starts.

2010-06-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Test.vb: Delete dead code.

2010-06-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* frmMain.vb: When creating a new test, ensure it's visible and select it.

2010-06-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* VerificationBase.vb: Override ToString to return the name of the
	verification so that it shows up nicely in the property grid.

2010-06-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* frmMain.vb: Add support for using the VB 10 compiler.

2010-06-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* rt.vbproj: Updated.

	* Test.vb:
	* OldResult.vb:
	* FileComparer.vb:
	* CompilerHelper.vb:
	* frmMain.vb:
	* frmMain.Designer.vb:
	* frmTestEditor.vb:
	* frmTestEditor.resx:
	* frmTestEditor.Designer.vb:
	* frmAssemblyDiff.vb:
	* frmAssemblyDiff.resx:
	* frmAssemblyDiff.Designer.vb: Delete dead code.

2010-06-08  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* (all files): Merge the rt from the vbnc/cecil branch.

2009-12-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* rt9.vbproj: Updated.

	* Test.vb: Add support for PEVerify in other locations.

2008-05-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Added support for having a list of known failures,
	and ignoring the tests in it.

2008-03-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Tests.vb: Order directories and files.

2008-03-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* AssemblyInfo.vb: Updated.
	* FileTabPage.vb: Handle unix-style eols too.

2007-12-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Test.vb: Strip invalid characters from log filenames.
	* Tests.vb: Sort files (NTFS does it automatically).

2007-08-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* VerificationBase.vb, Test.vb, ExternalProcessVerification.vb,
	  AssemblyInfo.vb: Implement testing of warnings. The compilation
	  succeeds, but they still have to print out the correct warning number.

2007-08-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Test.vb: Add DirectoriesToSkip and DontExecute variables.

2007-07-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* rt.vbproj: Update.
	* frmMain.vb, frmMain.Designer.vb: Added a context menu entry to create
	  an error test from a failed test.

2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Test.vb: GetOldResults: if OutputPath doesn't exist, create it.
	* frmMain.vb: Fix path, don't rely on current directory.
	* rt.vbproj: Flush.

2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Test.vb: Added References, update ParseResponseFile to get References
	  as well (only references with some kind of path are added). For AC
	  and PEVerify verifications add the references to their dependent
	  files.
	* Helper.vb: Fix line endings and add ParseLine (copied from vbnc).
	* ExternalProcessExecutor.vb: Added DependentFiles, they are copied to
	  the working directory before executing the program, then deleted
	  again.

2007-07-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* VerificationBase.vb, Test.vb, frmMain.vb, ExternalProcessExecutor.vb:
	  Minor fixes.
	* Helper.vb: eol-fix.
	* rt.vbproj: Update.
	* Test.Results.vb: Added a Skipped test result.

2007-04-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* ExternalProcessExecutor.vb: Handle exceptions while executing process instead of crashing.
	* TestList.vb: Don't inherit from List anymore, instead use a list and a hashtable. Fixes issues where the list and hashtable would get out of sync.

2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Test.vb: Added GetTargetExtension and a field for this information.
	
2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Test.vb: Change the logic that determines if the test is negative or not: Now all tests that starts with at least 4 numbers are negative.

2007-03-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Test.vb: Don't do test executable verification if we don't have the vbc compiler.

2007-03-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Test.vb: Create the output directory if it doesn't exist.

2007-02-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* EnhancedProgressBar.vb, frmMain.vb, Settings.vb, TestExecutor.vb:
	  Some changes to work around vbnc bugs.

2007-02-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* frmMain.vb: Remove references to ListView.StateImageIndex, doesn't
	  seem to be implemented in winforms yet.

2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 

 	* Test.vb: Don't test the selfcompiled executable (since it is supposed
	  to fail with no commandline arguments). Also update the logic to
	  determine the target of the test to support both / and -.
	* ExternalProcessVerification.vb, ExternalProcessExecutor.vb: An
	  execution now fails if the executable is not found.
	* frmMain.vb, frmMain.Designer.vb: Update references to My.Settings.
	* Settings.vb: Change MySettings to save settings in the registry
	  instead of using the default settings provider, it causes problems
	  when used with files on shared drives.

2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Test.vb: 
	- Some directory separator fixes for Linux.
	- It's now possible to specifiy a few options for the test directly on the test (to remove dependency on Parent, which isn't there when used by rt-console).
	* Helper.vb:
	- Created and moved a few functions here that are shared with rt-console.
	* Tests.vb:
	- Tests can now optionally be loaded recursively or not.
	* ExternalProcessExecutor.vb:
	- Use "mono" as executable when running on Mono.