File: ChangeLog

package info (click to toggle)
mono-basic 2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 22,964 kB
  • sloc: cs: 34,086; xml: 7,804; makefile: 471; sh: 317
file content (164 lines) | stat: -rw-r--r-- 5,549 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
2010-06-12  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* 2010VB*proj: Added VS2010 project files.

	* Makefile: Fix svn paths.

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

	* bin/nunit.util.dll:
	* bin/nunit.core.dll:
	* bin/nunit-console.exe:
	* bin/nunit.framework.dll: Deleted, they're fetched automatically when needed.

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

	* Makefile: Clean up properly and fix the dl link to anonsvn.

2009-07-10  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Makefile: Fix distcheck.

2009-05-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* Makefile:
	* 2005VB_test_CS.csproj:
	* 2005VB_test_CS.dll.rsp:
	* 2005VB_test_CS.dll.sources:
	* 2005VB_test_CS.dll.sources.win:
	* 2005VB_test_VB.dll.rsp:
	* 2005VB_test_VB.dll.sources:
	* 2005VB_test_VB.dll.sources.win:
	* 2005VB_test_VB.rsp:
	* 2005VB_test_VB.vbproj:
	* 2005VB_tester.vbproj:
	* 2008VB_test_CS.dll.rsp:
	* 2008VB_test_CS.dll.sources:
	* 2008VB_test_CS.dll.sources.win:
	* 2008VB_test_VB.dll.rsp:
	* 2008VB_test_VB.dll.sources:
	* 2008VB_test_VB.dll.sources.win: Move to VS 2008 project files.

2008-11-15  Kornél Pál  <kornelpal@gmail.com>

	* 2003VB_test.vbproj, 2005VB_test_VB.dll.sources,
	  2005VB_test_VB.dll.sources.win, 2005VB_test_VB.JavaEE.vbproj,
	  2005VB_test_VB.vbproj: Added Microsoft.VisualBasic\StringsTest.vb.

2008-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>

	* Makefile: Don't include binary files in source tarball, 
	  wget them from svn whenever needed.

2008-02-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* Make.cmd: Minor fixes and more output.
	* 2005VB_test_VB.dll.sources.win, 2005VB_test_VB.dll.sources,
	  2005VB_test_VB.vbproj: Updated.
	* Tester.vb: A more sophisticated tester.

2008-01-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* 2005VB_test_VB.vbproj: Updated.

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

	* Makefile: Use cmd.exe to execute Make.cmd.

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

	* Make.cmd: Execute VB tests as well.
	* 2005VB_test_VB.dll.rsp: Define _MYTYPE to avoid compiling the My
	  namespace.
	* Makefile: Set NET_VER for VB build.

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

	* 2005VB_test_VB.dll.sources.win: Updated.
	* Makefile: Don't stop executing tests if the C# tests fail.

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

	* Microsoft.VisualBasic.MyServices/RegistryProxyTest.cs: Ignore a few
	  tests if they fail with security exceptions.

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

	* Make.cmd: Exclude NotWorking tests and set correct defines according
	  to fx version.
	* Makefile: Updated, copy mdb files to output directory with assembly,
	  and exclude NotWorking tests.

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

	* Makefile: Execute Make.cmd (1_1/2_0) on cygwin to check the tests
	  against MS.

2007-05-21  Eyal Alaluf <eyala@mainsoft.com>

	* Remove NotWorking and TargetJvmNotWorking from a few unit tests that
	  actually work now.

2007-05-17  Eyal Alaluf <eyala@mainsoft.com>

	* Microsoft.VisualBasic/FinancialTests.cs: Added scenarios where period
	  is non integral (e.g. 48.3). Added precision to most comparisons so
	  small differences in calculation formulas won't fail the tests.

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

	* Make.cmd: Update, can now build both 1.0 and 2.0.
	* Makefile: Update to use either mcs or gmcs according to target
	  version.

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

	* Microsoft.VisualBasic.CompilerServices/UtilsTest.cs: Added more
	  tests.
	* 2005VB_test_CS.csproj: Updated.
	* 2005VB_test_VB.vbproj: Updated to reference the 2005VB project while
	  testing.
	* 2005VB_test_VB.rsp: Added.

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

	* 2005VB_test_VB.dll.rsp, 2005VB_test_VB.dll.sources: Updated.
	* Microsoft.VisualBasic.CompilerServices/LateBindingTests4.vb,
	  Microsoft.VisualBasic.CompilerServices/LateBindingTests5.vb,
	  Microsoft.VisualBasic/ErrObjectTests.vb,
	  Microsoft.VisualBasic/InteractionTests.vb,
	  Microsoft.VisualBasic/InformationTests.vb: Remove warnings.
	* bin, bin/nunit-console.exe.config, bin/nunit.util.dll,
	  bin/nunit.framework.dll, bin/nunit-console.exe, bin/nunit.core.dll:
	  Added for unit tests.
	* Makefile: C# tests can now be run on Mono.
	* Microsoft.VisualBasic/FileSystemTests.vb: Remove warnings and fix
	  lineendings.
	* Microsoft.VisualBasic.MyServices.Internal/ContextValueTest.cs: Fix
	  typo and lineendings.
	* Microsoft.VisualBasic.FileIO/TextFieldParserTest.cs,
	  Microsoft.VisualBasic.FileIO/SpecialDirectoriesTest.cs,
	  Microsoft.VisualBasic.FileIO/MalformedLineExceptionTest.cs,
	  Microsoft.VisualBasic.FileIO/FileSystemTest.vb,
	  Microsoft.VisualBasic.CompilerServices/ObjectTypeTests.vb,
	  Microsoft.VisualBasic.CompilerServices/LateBindingTests6.vb: Fix
	  lineendings.

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

	* Makefile: Use PLATFORM_PATH_SEPARATOR so that build succeeds on Windows.
	* 2005VB_test_*proj: Define mono_not_yet.

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

	* 2005VB_test_CS.dll.rsp: Added
	* 2005VB_test_VB.dll.rsp: Added
	* 2005VB_test_CS.dll.sources.win: Added
	* 2005VB_test_VB.dll.sources.win: Added
	* 2005VB_test_CS.dll.sources: Added
	* 2005VB_test_VB.dll.sources: Added
	* 2005VB_test_CS.csproj: Moved from base directory.
	* 2003VB_test.csproj: Moved from base directory
	* 2003VB_test.vbproj: Moved from base directory
	* 2005VB_test.sln: Moved to base directory
	* Makefile: Added