Skip to content

Commit 40a6204

Browse files
committed
update NEWS
1 parent a50c436 commit 40a6204

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

DESCRIPTION

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: Rserve
2-
Version: 1.7
3-
Title: Binary R server
2+
Version: 1.8
3+
Title: Versatile R Server
44
Author: Simon Urbanek <[email protected]>
55
Maintainer: Simon Urbanek <[email protected]>
66
Depends: R (>= 1.5.0)
@@ -14,7 +14,9 @@ Description: Rserve acts as a socket server (TCP/IP or local sockets)
1414
any application to use facilities of R without the need of
1515
linking to R code. Rserve supports remote connection,
1616
user authentication and file transfer. A simple R client
17-
is included in this package as well.
17+
is included in this package as well. In addition, it can
18+
also act as a secure WebSockets and HTTP/HTTPS server.
1819
License: GPL-2 | file LICENSE
1920
URL: http://www.rforge.net/Rserve/
21+
BugReports: https://github.com/s-u/Rserve
2022
Biarch: true

NEWS

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ NOTE: Rserve 1.8 series has many new features, but it has also removed
77
whether they may be resurrected for the 1.9 series. If you don't
88
know what it means, just ignore this note.
99

10+
1.8-14
11+
o Windows: use pkg-config if available (many thanks to Tomas
12+
Kalibera for the work on the toolchain!)
13+
14+
o Close listening socket when re-attaching session. (#155)
15+
16+
o Fixes to the sample C++ client.
17+
18+
1019
1.8-13 2023-11-28
1120
o replace sprintf with snprintf even in safe cases to avoid
1221
compiler warnings.

0 commit comments

Comments
 (0)