-
Notifications
You must be signed in to change notification settings - Fork 13
/
readme.txt
89 lines (59 loc) · 2.35 KB
/
readme.txt
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
HessianC#
Forked from http://www.hessiancsharp.org
**********************************************************************************
Release Version 1.4.0
Release Date: 2011-12-21
**********************************************************************************
- Convert RCS history to Git
- Add a Silverlight implementation
**********************************************************************************
Release Version 1.3.2
Release Date: 2006-04-23
**********************************************************************************
- Included Content-Length in HTTP-Header
**********************************************************************************
Release Version 1.3.1
Release Date: 2006-04-10
**********************************************************************************
- Bugfix object references
- Bugfix UTF8 String
- Support generics
- Exceptionhandling improved
**********************************************************************************
Release Version 1.3
Release Date: 2006-02-12
**********************************************************************************
Changes in Version 1.3
- Support Burlap
- Support sbyte
- Support references
- Supports .NET 2.0
- Support Nullable types
- Bugfix Date
- Bugfix Non-existing fields
**********************************************************************************
Release Version 1.2.1
Release Date: 2005-08-14
**********************************************************************************
Changes in Version 1.2.1
- Embedded tiny tebServer added. For easy use and testing.
- Example for embedded webserver added.
- Licensing changed to LGPL
**********************************************************************************
Release Version 1.2
Release Date: 2005-02-16
**********************************************************************************
Changes in Version 1.2
Includes the Hessian server: a service implementation of Hessian for IIS.
Now it is possible to implement a web service application with Hessian and IIS.
Bug fixes
-a List of Objects as return value is possible
-identification of Types
**********************************************************************************
Changes in Version 1.1
We offer now 2 different versions
- Compact Framework compatible Version
- Regular .Net version
Changes since version 1.0
- Better exception handling
- Minor bug fixing