Skip to content

Commit

Permalink
Changed version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkd77 committed Dec 27, 2019
1 parent e4220c0 commit df905c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ by doing

in a checked out GIT tree, or using the gitweb interface available at:

http://repo.or.cz/w/elinks.git
https://github.com/rkd77/felinks.git

The data in the main repository reaches back to 2005-09-16, when
ELinks switched from CVS to GIT. To see changes made in CVS before
Expand Down
32 changes: 11 additions & 21 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,24 @@ Release info
============

You can see the complete list of recent changes, bugfixes and new features
in the http://repo.or.cz/w/elinks.git[gitweb interface]. See the ChangeLog
in the https://github.com/rkd77/felinks.git[gitweb interface]. See the ChangeLog
file for details.

ELinks 0.13.GIT now:
ELinks 0.13.0:
--------------------

To be released as ELinks 0.13.0.
Released on 2019-12-27.

Incompatibilities:

* The protocol.fsp.sort option has been removed. ELinks always sorts.
* bug 1024: Verify the host name or IP address in the server certificate
if connection.ssl.cert_verify is not 0.

Regressions:

* ELinks 0.13.GIT does not yet include the fix for bug 1083, listed
below for ELinks 0.12pre6.

Miscellaneous:

* The configure script is no longer part of tarball, you must generate it.
For example running ./autogen.sh
* major bug 181: Slave ELinks processes can now run an external editor.
This used to work in the master process only.
* major bug 722: Filter CSS according to media types. New option
Expand Down Expand Up @@ -85,22 +82,15 @@ Miscellaneous:
* enhancement: HTML meta refresh allows semicolons in URLs, and the
syntax is more like in Firefox.
* link against lua51 not lua50
* SpiderMonkey must be 1.8.5 or later. Find it with pkg-config.
* SpiderMonkey must be mozjs-17.0. This version is latest with C API.
Find it with pkg-config.
* using iconv for some multibyte charsets. It works if the terminal codepage
is UTF-8. More charsets will be added on demand.
* enhancement: support SSL client certificate

//////////////////////////////////////////////////////////////////////
The following changes should be removed from NEWS before ELinks 0.13.0
is released. They are currently listed here just to show that they
have already been considered.

* Fixed bugs that were not in previous versions:
- blocker bug 1123: segfault on https with openssl + cert_verify=1
(caused by the bug 1024 fix, which was not applied to elinks-0.12)
- critical bug 1009: assertion failure in add_snippets()
(mostly reverted)
//////////////////////////////////////////////////////////////////////
* python scripting is Python3 only
* brotli and zstd encodings
* possibility to make use of libevent instead of select for event loop
* terminfo queries for output (not input) as compilation option

ELinks 0.12pre6
---------------
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.13.GIT
VERSION=0.13.0
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Package version])
Expand Down

0 comments on commit df905c7

Please sign in to comment.