mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[NEWS] 0.18.0rc1
This commit is contained in:
parent
3dd5b4bf2d
commit
831ededb52
21
NEWS
21
NEWS
@ -5,6 +5,27 @@ You can see the complete list of recent changes, bugfixes and new features
|
|||||||
in the https://github.com/rkd77/felinks.git[gitweb interface]. See the ChangeLog
|
in the https://github.com/rkd77/felinks.git[gitweb interface]. See the ChangeLog
|
||||||
file for details.
|
file for details.
|
||||||
|
|
||||||
|
ELinks 0.18.0rc1
|
||||||
|
----------------
|
||||||
|
|
||||||
|
Released on 2024-12-07
|
||||||
|
|
||||||
|
* drop combining compile time option
|
||||||
|
* bump mozjs dependency to 128
|
||||||
|
* console.assert (and extension console.exit)
|
||||||
|
* test option for testing js code
|
||||||
|
* added document.scripting_sleep_on_error option #319
|
||||||
|
* skip hidden elements #341
|
||||||
|
* fix linking -lexecinfo #337
|
||||||
|
* Serbian translation update
|
||||||
|
* Polish translation update
|
||||||
|
* detect if gettext has _nl_msg_cat_cntr #325
|
||||||
|
* added reopen-last-closed-tab action #309
|
||||||
|
* added options for memory limits of Spidermonkey and QuickJS
|
||||||
|
* gemini input #121
|
||||||
|
* compilation fixes
|
||||||
|
|
||||||
|
|
||||||
ELinks 0.17.1.1
|
ELinks 0.17.1.1
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ AC_CONFIG_AUX_DIR(config)
|
|||||||
AC_CONFIG_MACRO_DIR([config/m4])
|
AC_CONFIG_MACRO_DIR([config/m4])
|
||||||
|
|
||||||
PACKAGE=elinks
|
PACKAGE=elinks
|
||||||
VERSION=0.18.GIT
|
VERSION=0.18.0rc1
|
||||||
AC_SUBST(PACKAGE)
|
AC_SUBST(PACKAGE)
|
||||||
AC_SUBST(VERSION)
|
AC_SUBST(VERSION)
|
||||||
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version])
|
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version])
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
project('elinks', ['c','cpp'], version:'0.18.GIT', license:'GPLv2', default_options:['cpp_std=gnu++17'], meson_version:'>=1.0.1')
|
project('elinks', ['c','cpp'], version:'0.18.0rc1', license:'GPLv2', default_options:['cpp_std=gnu++17'], meson_version:'>=1.0.1')
|
||||||
srcs=[]
|
srcs=[]
|
||||||
|
|
||||||
srcdir = meson.project_source_root()
|
srcdir = meson.project_source_root()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user