You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,16 +0,0 @@
|
||||
2010-03-10 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* AssemblyInfo.cs : use the same pub key in 2.0 (dummy), to ease
|
||||
testing locally.
|
||||
|
||||
2008-05-07 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AssemblyInfo.cs: Remove AssemblyDelaySign(true) since it's
|
||||
not always needed and can be controlled from the Makefile.
|
||||
Adjust public key for System.Windows (InternalsVisibleTo)
|
||||
|
||||
2008-04-13 Jb Evain <jbevain@novell.com>
|
||||
|
||||
* AssemblyInfo.cs: agmono is renamed to Mono.Moonlight.
|
||||
Merged from the Moonlight 2 branch.
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
2010-04-01 Miguel de Icaza <miguel@novell.com>
|
||||
|
||||
* JsonValue.cs: We need to use Convert.ToXXXX for numbers as we
|
||||
always end up reporting the value JsonType.Number regardless of
|
||||
the underlying storage (int, long or decimal). The parser
|
||||
picks the best storage suitable for the data, and can end up using
|
||||
"ints" for values that sometimes use longs.
|
||||
|
||||
This causes problems when derefercing the data for example, if you
|
||||
have an int and try to get it out as a long you end up with an
|
||||
invalid cast exception.
|
||||
|
||||
2010-03-10 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* System.Json.dll.sources : remove JsonReader.cs.
|
||||
|
||||
2010-03-10 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* Makefile : reference System.Xml and System.ServiceModel.Web (for
|
||||
moonlight compatibility).
|
||||
|
||||
2009-08-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* Makefile : update profile check.
|
||||
|
||||
2008-06-10 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* System.Json.dll.sources, Makefile : initial checkin.
|
||||
|
||||
@@ -1 +1 @@
|
||||
System.Json/JsonValueTest.cs
|
||||
System.Json/JsonValueTest.cs
|
||||
|
||||
Reference in New Issue
Block a user