File: ChangeLog

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (293 lines) | stat: -rwxr-xr-x 10,462 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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
2010-04-13  Jonathan Pryor  <jpryor@novell.com>

	* src/**/*: Sync with DbLinq r1403.  This is DbLinq 0.20 + fixes.
	  Primarily fixes sqlmetal, codegen, etc.

2009-12-18  Jonathan Pryor  <jpryor@novell.com>

	* src/**/*: Sync with DbLinq r1294.  This is DbLinq 0.19.  Fixes
	  DataContext.Transaction.

2009-12-08  Jonathan Pryor  <jpryor@novell.com>

	* src/**/*, examples/**/*: Sync with DbLinq r1293.  This adds 
	  SchemaLoader support for Microsoft SQL Server, allowing sqlmetal to 
	  generate entity stubs against SQL Server databases.
	* System.Data.Linq.dll.sources: Add files to the build.

2009-11-07  Zoltan Varga  <vargaz@gmail.com>

	* System.Data.Linq.dll.sources: Use MySqlDataContext.cs instead of
	MysqlDataContext.cs.

2009-11-06  Jonathan Pryor  <jpryor@novell.com>

	* src/**/*: Sync with DbLinq r1265.  This fixes sqlmetal (it shouldn't 
	  generate constructors referring to IVendor), enhances query support
	  so that extension methods can be used within 'select' blocks,
	  various FirebirdSQL fixes, etc.

2009-09-04  Jonathan Pryor  <jpryor@novell.com>

	* Makefile: Also rsync dblinq2007/examples sources.
	* build/DbLinq.Sqlite_test_mono_strict.dll.sources: Added; .sources
	  file to build build/DbLinq.Sqlite_test_mono_strict.dll, the
	  "end-to-end" unit tests for SQLite using Mono.Data.Sqlite.
	* build/Makefile: Added; builds all "end-to-end" unit tests.
	* examples/**/*: Sync with DbLinq r1217; includes sources needed for
	  end-to-end tests located in 'build'.

2009-09-04  Jonathan Pryor  <jpryor@novell.com>

	* src/**/*: Sync with DbLinq r1217.  This removes a slew of
	  FieldAccessExceptions when running the DbLinq unit tests.

2009-09-02  Jonathan Pryor  <jpryor@novell.com>

	* src/**/*: Sync with DbLinq r1216.  This fixes the
	  ../../tools/sqlmetal build.

2009-09-02  Jonathan Pryor  <jpryor@novell.com>

	* src/**/*: Sync with DbLinq r1214.  This integrates several
	  performance patches from Zoltan Varga, and adds a
	  DataContextSubclass(string) constructor to sqlmetal output.

2009-06-25  Jonathan Pryor  <jpryor@novell.com>

	* src/**/*: Sync with DbLinq r1200.  Among other fixes, this fixes an
	  issue where AttributeMappingSource.GetModel().GetTables() would 
	  return duplicate types, which was unexpected by Marek Habersack.

2009-06-19  Jonathan Pryor  <jpryor@novell.com>

	* src/**/*, tests/**/*: Sync with DbLinq r1180.  Gets unit tests into
	  a state (i.e. no release tests fail within NUnit), fixes several
	  bugs, massive code cleanup (#if removal), EntitySet<T> fixes,
	  removes some locale dependency issues, predicate building,
	  performance improvements, and likely more.  Remove src/VisualMetal;
	  it's no longer used.
	* Makefile (update-dblinq): Exclude more files so that there's less
	  "garbage" files to review on the next update.

2009-05-14  Jonathan Pryor  <jpryor@novell.com>

	* src/DbLinq/Data/Linq/Sugar/Implementation/QueryCache.cs: Temporarily
	  disable QueryCache.GetFromSelectCache(), as the cache keeps breaking
	  for currently undiagnosed reasons.  With this disabled, NerdDinner
	  seems to work properly.

2009-05-14  Jonathan Pryor  <jpryor@novell.com>

	* Makefile: Add 'update-dblinq' target, which copies files from my
	  dblinq checkout into src.
	* System.Data.Linq.dll.sources, System.Data.Linq_test.dll.sources: Add
	  additional files.
	* src/**/*: Flush; syncs to DbLinq r1073, greatly improves object
	  tracking support, more tests....

2009-04-24  Jonathan Pryor  <jpryor@novell.com>

	* src/**/*: Add missing files (doh!).  Fixes the build.

2009-04-24  Jonathan Pryor  <jpryor@novell.com>

	* src/**/*: Flush; syncs to DbLinq r1053.  Adds
	  DataContext(string,MappingSource) support, the beginnings of object
	  tracking, more tests...

2009-04-08  Jonathan Pryor  <jpryor@novell.com>

	* **/* (svn:ignore): Ignore generated files and directories.
	* src/**/*: Flush; syncs to DbLinq r1043.

2009-03-31  Jonathan Pryor  <jpryor@novell.com>

	* Makefile: Remove make warning about overriding dist-local.

2009-03-30  Jonathan Pryor  <jpryor@novell.com>

	* System.Data.Linq.dll.sources: Remove
	  src/DbLinq/Factory/Implementation/AbstractObjectFactory.cs, add 
	  src/DbLinq/Data/Linq/SqlClient/Sql2008Provider.cs.
	* src/**/*: Flush; syncs to DbLinq r1038, fixes
	  System.Data.Linq.SqlClient.Sql200?Provider cor-compare differences,
	  unit test execution order dependency issues, namespace names within
	  tests, etc.

2009-03-27  Jonathan Pryor  <jpryor@novell.com>

	* src/DbLinq.sln,
	  src/DbLinq.SqlServer/Test/DbLinq.SqlServer_test_ndb.csproj: Flush;
	  syncs to DbLinq r1029.
	* src/DbLinq.suo: Delete.
	* src (svn:ignore): Ignore DbLinq.suo.
	* src/DbLinq/Test/NullProvider.cs: Default initialize the
	  ConnectionString to "" so that the MsSqlDataContextTest tests pass.
	* System.Data.Linq_test.dll.sources: Add 
	  src/DbLinq.SqlServer/Test/MsSqlDataContextTest.cs.

2009-03-26  Jonathan Pryor  <jpryor@novell.com>

	* src/DbLinq/Data/Linq/Table.cs: Add an explicit 
	  IEnumerable<TEntity>.GetEnumerator() implementation to Table<TEntity>.
	  This is done for cor-compare compatibility with .NET.

2009-03-26  Jonathan Pryor  <jpryor@novell.com>

	* Test/: Added (though empty), to allow building unit tests located in
	  src/*/Test/**.
	* System.Data.Linq_test.dll.sources: Added; unit tests.

2009-03-26  Jonathan Pryor  <jpryor@novell.com>

	* src/DbLinq/System.Data.Linq/Binary.cs: Update to pass the unit tests.
	* Makefile: Build against System.Runtime.Serialization.dll so that
	  Binary can use the [DataContract] attribute.

2009-03-26  Jonathan Pryor  <jpryor@novell.com>

	* **/*: Flush.  (Updates to sync with DbLinq r1026, correcting tests
	  so that they build under Mono for testing System.Data.Linq.dll.)

2009-03-26  Jonathan Pryor  <jpryor@novell.com>

	* **/*: Flush.  (Updates to sync with DbLinq r1020, adding additional 
	  tests generated from gui-compare differences.)

2009-03-19  Jonathan Pryor  <jpryor@novell.com>

	* src/DbLinq/Data/Linq/Database/Implementation/TransactionalCommand.cs,
	  src/DbLinq.Firebird/FirebirdDataContext.cs,
	  src/DbLinq.Ingres/IngresDataContext.cs,
	  src/DbLinq.MySql/MysqlDataContext.cs,
	  src/DbLinq.Oracle/OracleDataContext.cs,
	  src/DbLinq.PostgreSql/PgsqlDataContext.cs,
	  src/DbLinq.Sqlite/Schema/DataCommand.cs,
	  src/DbLinq.Sqlite/SqliteDataContext.cs,
	  src/DbLinq.SqlServer/SqlServerDataContext.cs,
	  src/DbLinq/Util/ReflectionUtility.cs: Make types internal so that
	  they aren't exported from System.Data.Linq.dll.

2009-03-12  Jonathan Pryor  <jpryor@novell.com>

	* Makefile: Also distribute .txt files.

2009-03-12  Jonathan Pryor  <jpryor@novell.com>

	* src/DbMetal/Generator/Implementation/CodeTextGenerator/CodeGenerator.cs:
	  There is no System.Vendor namespace, so don't generate one.

2009-03-12  Jonathan Pryor  <jpryor@novell.com>

	* Makefile: Add a dist-local target and distribute all DbLinq sources.
	  We can't just rely on the normal System.Data.Linq.dll.sources
	  handling because ../../tools/sqlmetal also uses these sources.

2009-03-12  Jonathan Pryor  <jpryor@novell.com>

	* src/DbLinq/System.Data.Linq/Assembly/AssemblyInfo.cs: Allow 
	  sqlmetal.exe to access the System.Data.Linq.dll internals, as
	  sqlmetal.exe is DbMetal.exe, and needs access to (normally public)
	  DbLinq.dll types.

2009-03-12  Jonathan Pryor  <jpryor@novell.com>

	* System.Data.Linq.dll.sources: Sort filenames (to more easily see
	  which DbLinq files are being excluded from the build), and add
	  additional files to the build, specifically the *SchemaLoader and
	  *DataContext types.
	* src/**: Flush to DbLinq r1013 (which allows the *SchemaLoader and
	  *DataContext types to build under MONO_STRICT).

2009-03-11  Jonathan Pryor  <jpryor@novell.com>

	* src/DbMetal/**, src/VisualMetal/**: Remove generated directories.
	  (Oops.)

2009-03-11  Jonathan Pryor  <jpryor@novell.com>

	* src/DbMetal/**, src/VisualMetal/**: Added, so that we can add a 
	  `sqlmetal' tool which uses the DbMetal sources.

2009-03-11  Jonathan Pryor  <jpryor@novell.com>

	* Flush.  (Updates to sync with DbLinq r1009, fixes IVendor lookup 
	  within System.Data.Linq.dll, add unit tests -- which aren't hooked 
	  up to Mono's build system -- various bug fixes, etc.)

2009-03-11  Jonathan Pryor  <jpryor@novell.com>

	* Flush.  (Updates to sync with DbLinq r1009, fixes IVendor lookup 
	  within System.Data.Linq.dll, add unit tests -- which aren't hooked 
	  up to Mono's build system -- various bug fixes, etc.)

2009-02-18  Jonathan Pryor  <jpryor@novell.com>

	* Add a more functional (i.e. fewer-stubs) implementation of 
	  System.Data.Linq.

2008-12-02  Atsushi Enomoto  <atsushi@ximian.com>

	* updated to DbLinq r966.

2008-11-25  Atsushi Enomoto  <atsushi@ximian.com>

	* updated to DbLinq r960.

2008-11-18  Atsushi Enomoto  <atsushi@ximian.com>

	* updated to DbLinq r947 (XmlMappingSource).

2008-11-12  Atsushi Enomoto  <atsushi@ximian.com>

	* updated to DbLinq r946 (quick fix for vendor loading).

2008-11-12  Atsushi Enomoto  <atsushi@ximian.com>

	* updated to DbLinq r945.
	  It is not working well wrt connectionString yet.

2008-10-24  Atsushi Enomoto  <atsushi@ximian.com>

	* updated to DbLinq r931.

2008-10-10  Atsushi Enomoto  <atsushi@ximian.com>

	* src/DbLinq.Firebird, System.Data.Linq.dll.sources :
	  added Firebird support sources (new in DbLinq).

2008-10-09  Atsushi Enomoto  <atsushi@ximian.com>

	* src/DbLinq.{Oracle|MySql|PostgreSql|Sqlite|Ingres}: new.
	* src/DbLinq : updated to DbLinq r905.
	* System.Data.Linq.dll.sources : added vendor-specific files and
	  new files in r905.

2008-10-08  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Data.Linq.dll.sources : fix wrong reference to EntitySet.cs.

2008-10-08  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Data.Linq.dll.sources :
	  SqlServer vendor sources were missing.

2008-10-07  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Data.Linq.dll.sources, Makefile, src/* :
	  replace everything with DBLinq integration.

	  Imported DBLinq tree is r899. Skipped: DbLinq.Localization,
	  DbLinq.Ingres, DbLinq.MySql, DbLinq.Oracle, DbLinq.PostgreSql,
	  DbLinq.Sqlite, DbMetal, VisualMetal directories.

2008-05-20  Atsushi Enomoto  <atsushi@ximian.com>

	* System.Data.Linq.dll.sources :
	  added System.Data.Linq.SqlClient* stubs.

2008-05-20  Atsushi Enomoto  <atsushi@ximian.com>

	* Makefile, System.Data.Linq.dll.sources : refresh stub checkin.