# HG changeset patch # User Guido Berhoerster # Date 1530392856 -7200 # Node ID 9d00c0e07c479bb59dca97c513a9346cddebbe6c # Parent 0897a8fe27af6df2c0e5ce8502b109bbd52e3e04 Release version 3 diff -r 0897a8fe27af -r 9d00c0e07c47 Makefile --- 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 diff -r 0897a8fe27af -r 9d00c0e07c47 NEWS --- 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) -------------------------------------