mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[NEWS] Info about elinks-0.14.0rc2
This commit is contained in:
parent
ce4307c2d0
commit
8f6ff41a62
7
NEWS
7
NEWS
@ -5,6 +5,13 @@ 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.14.0rc2
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
Released on 2020-12-13
|
||||||
|
|
||||||
|
* ~/.elinks/allow.txt - list of allowed url prefixes for js
|
||||||
|
|
||||||
ELinks 0.14.0rc1
|
ELinks 0.14.0rc1
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -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.14.0rc1
|
VERSION=0.14.0rc2
|
||||||
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.14.0rc1', license:'GPLv2')
|
project('elinks', ['c','cpp'], version:'0.14.0rc2', license:'GPLv2')
|
||||||
srcs=[]
|
srcs=[]
|
||||||
|
|
||||||
srcdir = meson.source_root()
|
srcdir = meson.source_root()
|
||||||
@ -8,7 +8,7 @@ dirty = run_command(srcdir + '/git-dirty.sh').stdout().strip()
|
|||||||
add_global_arguments('-DBUILD_ID="' + txt + dirty + '"', language : 'c')
|
add_global_arguments('-DBUILD_ID="' + txt + dirty + '"', language : 'c')
|
||||||
|
|
||||||
conf_data = configuration_data()
|
conf_data = configuration_data()
|
||||||
conf_data.set('VERSION', '0.14.0rc1')
|
conf_data.set('VERSION', '0.14.0rc2')
|
||||||
conf_data.set('PACKAGE', 'elinks')
|
conf_data.set('PACKAGE', 'elinks')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user