Mercurial > projects > xwrited
changeset 22:9d00c0e07c47 version-3
Release version 3
author | Guido Berhoerster <guido+xwrited@berhoerster.name> |
---|---|
date | Sat, 30 Jun 2018 23:07:36 +0200 |
parents | 0897a8fe27af |
children | 98b5d974cea5 |
files | Makefile NEWS |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Jun 30 23:05:18 2018 +0200 +++ b/Makefile Sat Jun 30 23:07:36 2018 +0200 @@ -23,7 +23,7 @@ PACKAGE = xwrited APPLICATION_ID = org.guido-berhoerster.code.xwrited -VERSION = 2 +VERSION = 3 DISTNAME := $(PACKAGE)-$(VERSION) BUG_ADDRESS = guido+xwrited@berhoerster.name
--- a/NEWS Sat Jun 30 23:05:18 2018 +0200 +++ b/NEWS Sat Jun 30 23:07:36 2018 +0200 @@ -1,6 +1,16 @@ News ==== +xwrited 3 (2018-06-30T23:07:36+02:00) +------------------------------------- + +- Add English translations +- Try to decode octal and "Meta-ASCII" escapes +- Port to GLib version 2.48 or later +- Modernize and improve build system +- Exclude "." from tarballs +- Fix wrong command name in the manpage synopsis + xwrited 2 (2015-03-17T00:00:41+01:00) -------------------------------------