mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[NEWS] 0.15.1
This commit is contained in:
parent
783ad57cb8
commit
2ffdab5bba
17
NEWS
17
NEWS
@ -5,6 +5,23 @@ 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.15.1
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Released on 2022-07-31
|
||||||
|
|
||||||
|
* about:config
|
||||||
|
* option --always-load-config #137
|
||||||
|
* compilation fixes on Windows #140
|
||||||
|
* added ui.background_char #142
|
||||||
|
* sample build scripts and docker files
|
||||||
|
* experimental DGI support
|
||||||
|
* DOS port based on links code
|
||||||
|
* configurable Accept-Header #143
|
||||||
|
* minor compilation fixes
|
||||||
|
|
||||||
|
|
||||||
ELinks 0.15.0
|
ELinks 0.15.0
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
@ -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.16.GIT
|
VERSION=0.15.1
|
||||||
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.16.GIT', license:'GPLv2')
|
project('elinks', ['c','cpp'], version:'0.15.1', license:'GPLv2')
|
||||||
srcs=[]
|
srcs=[]
|
||||||
|
|
||||||
srcdir = meson.source_root()
|
srcdir = meson.source_root()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user