Skip to content

Commit e4b14b3

Browse files
committed
Released Restlet Framework 2.4.2
1 parent 4080b60 commit e4b14b3

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

build/build.properties

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ minor-number: 4
88
# the last figure of the real release number: e.g. 1 in "2.2m1", "2.3rc1", "2.4.1"
99
release-number:2
1010
# choose among: final, snapshot, rc, milestone
11-
meta.release-type: snapshot
11+
meta.release-type: final
1212
version-minor: ${major-number}.${minor-number}
1313

1414
# Version of JDK required
@@ -26,17 +26,17 @@ debug-lines: true
2626
debug-vars: true
2727
optimize: true
2828

29-
# Indicates if the FindBugs tool should be run over the
29+
# Indicates if the FindBugs tool should be run over the
3030
# project modules. See http://findbugs.sourceforge.net/
3131
findbugs: false
3232

33-
# Indicates if the CheckStyle tool should be run over the
33+
# Indicates if the CheckStyle tool should be run over the
3434
# project modules. See http://checkstyle.sourceforge.net/
3535
checkstyle: false
3636

37-
# Indicates if the Javadocs should be regenerated.
37+
# Indicates if the Javadocs should be regenerated.
3838
# This can save time if you are not generating a
39-
# public distribution.
39+
# public distribution.
4040
javadoc: false
4141

4242
# Indicates if the Javadocs of the implementation code
@@ -48,7 +48,7 @@ javadoc-hide: true
4848
nsis: false
4949
nsis-makensis-path: /usr/bin
5050

51-
# Verbose flag currently used during Java compilation
51+
# Verbose flag currently used during Java compilation
5252
# and Javadocs generation.
5353
verbose: false
5454

@@ -75,4 +75,3 @@ port-number: 30000
7575

7676
# The list of generated editions ("," separated list)
7777
editions: jse,jee,android,gae,gwt,osgi
78-

build/tmpl/text/changes.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
Changes log
44
===========
55

6-
- @version-full@ (@release-date@)
6+
- 2.4.2 (11/13/2019)
77
- Misc
88
- Prepare the next release (2.5.0). The Apache HTTP Client extension is
99
not deprecated anymore, while the EMF, JAX-RS, OAuth, OpenID and RAML
1010
extensions are deprecated before their removal.
1111
Issue #1347.
12-
- Eclipse p2 update site won't be maintained anymore and will be stopped
13-
before the end of november 2019. There is no impact on the Maven
12+
- Eclipse p2 update site won't be maintained anymore and will be stopped
13+
before the end of november 2019. There is no impact on the Maven
1414
repository.
1515
- 2.4.1 (08/22/2018)
1616
- Bugs fixed
@@ -34,7 +34,7 @@ Changes log
3434
(CVE-2014-1904, CVE-2014-0054, CVE-2018-1271, CVE-2018-1270, CVE-2014-0225, CVE-2015-5211,
3535
CVE-2015-3192, CVE-2016-5007, CVE-2016-9878, CVE-2018-1272, CVE-2014-3578, CVE-2014-3625).
3636
Issue #1327.
37-
- Upgraded Jetty dependency to 9.4.11.v20180605 in order to prevent security issue
37+
- Upgraded Jetty dependency to 9.4.11.v20180605 in order to prevent security issue
3838
(CVE-2017-9735). Issue #1326.
3939
- Upgraded fileupload dependency to 1.3.3 and commons.io to 2.6 in order to prevent
4040
security issues (CVE-2014-0050, CVE-2016-1000031 and CVE-2016-3092). Issue #1310.
@@ -62,4 +62,3 @@ Changes log
6262
- Upgraded Jetty to version 9.3.21.v20170918. Leads to remove support of SPDY protocol.
6363
- Renamed apispark extension to platform, and removed the support of API description.
6464
- Removed deprecated extensions e4, JDBC, JSSLUtils, ROME, SDC, SIP, XDB, XStream.
65-

0 commit comments

Comments
 (0)