Skip to content

Commit 74906f2

Browse files
committed
[NEWS] 0.17.0rc2
1 parent 6f11b9b commit 74906f2

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

NEWS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ You can see the complete list of recent changes, bugfixes and new features
55
in the https://github.com/rkd77/felinks.git[gitweb interface]. See the ChangeLog
66
file for details.
77

8+
ELinks 0.17.0rc2
9+
----------------
10+
11+
Released on 2023-12-10
12+
13+
* Avoid division by zero. Refs #276
14+
* Fix for FSP under Windows
15+
16+
817
ELinks 0.17.0rc1
918
----------------
1019

@@ -23,7 +32,7 @@ Released on 2023-12-02
2332
set protocol.http.use_curl = 1 for http/https
2433
* ui.sessions.postpone_unlink option. Delete temporary files at exit instead of immediately after
2534
closing viewer #257
26-
* redefined isspace to #249
35+
* redefined isspace #249
2736
* Serbian translation update
2837
* compilation fixes
2938

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AC_CONFIG_AUX_DIR(config)
1616
AC_CONFIG_MACRO_DIR([config/m4])
1717

1818
PACKAGE=elinks
19-
VERSION=0.17.0rc1
19+
VERSION=0.17.0rc2
2020
AC_SUBST(PACKAGE)
2121
AC_SUBST(VERSION)
2222
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('elinks', ['c','cpp'], version:'0.17.0rc1', license:'GPLv2', default_options:['cpp_std=gnu++17'])
1+
project('elinks', ['c','cpp'], version:'0.17.0rc2', license:'GPLv2', default_options:['cpp_std=gnu++17'])
22
srcs=[]
33

44
srcdir = meson.source_root()

0 commit comments

Comments
 (0)