Mercurial > projects > xwrited
changeset 14:129f316b99aa version-2
Release version 2
author | Guido Berhoerster <guido+xwrited@berhoerster.name> |
---|---|
date | Tue, 17 Mar 2015 00:00:41 +0100 |
parents | eb97cafe34e5 |
children | 3144a3f1d3e8 |
files | Makefile NEWS |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Mar 16 23:54:20 2015 +0100 +++ b/Makefile Tue Mar 17 00:00:41 2015 +0100 @@ -23,7 +23,7 @@ PACKAGE = xwrited APP_NAME = org.guido-berhoerster.code.xwrited -VERSION = 1 +VERSION = 2 DISTNAME := $(PACKAGE)-$(VERSION) # gcc, clang, icc
--- a/NEWS Mon Mar 16 23:54:20 2015 +0100 +++ b/NEWS Tue Mar 17 00:00:41 2015 +0100 @@ -1,6 +1,15 @@ News ==== +xwrited 2 (2015-03-17T00:00:41+01:00) +------------------------------------- + +- Try to prevent messages from being chopped up into multiple notifications +- Do not print a warning if an empty notification is skipped +- Display error messages and free errors +- Improve README file +- Add NEWS file + xwrited 1 (2014-06-26T13:00:26+02:00) -------------------------------------