File: NEWS.md

package info (click to toggle)
ruby-xmlrpc 0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: ruby: 2,442; xml: 98; makefile: 5; sh: 4
file content (54 lines) | stat: -rw-r--r-- 941 bytes parent folder | download
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
# News

## 0.3.3

### Improvements

  * GH-36: Stopped to unmarshal all classes. Classes that include
    `XMLRPC::Marshallable` are only allowed.

    [Patch by ooooooo-q]
    [Found by ooooooo-q and plenumlab separately]

### Thanks

  * ooooooo-q
  * plenumlab

## 0.3.2

### Improvements

  * Added support for Ruby 3.0.
    [GitHub#27][Reported by Herwin Weststrate]

### Thanks

  * Herwin Weststrate

## 0.3.1

### Improvements

  * Added support for comparing `XMLRPC::Base64`.
    [GitHub#14][Patch by Herwin Weststrate]

  * Added support for `application/xml` as `Content-Type`.
    [GitHub#24][Reported by Reiermeyer]

  * Added `XMLRPC::Server#port`.
    [GitHub#17][Reported by Harald Sitter]
    [GitHub#18][Patch by Herwin Weststrate]

### Fixes

  * Fixed a bug that unexpected exception is raised on no data.
    [GitHub#25][Patch by Herwin Weststrate]

### Thanks

  * Herwin Weststrate

  * Reiermeyer

  * Harald Sitter