Skip to content

Commit

Permalink
[NEWS] 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rkd77 committed Jul 31, 2022
1 parent 783ad57 commit 2ffdab5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
-------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR([config/m4])

PACKAGE=elinks
VERSION=0.16.GIT
VERSION=0.15.1
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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=[]

srcdir = meson.source_root()
Expand Down

0 comments on commit 2ffdab5

Please sign in to comment.