diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-23 13:35:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-23 13:35:56 +0200 |
commit | 4daf436fa94897004473bb9c0dbdf695bfd0b984 (patch) | |
tree | b1459d49dfdcc1474fa01d89a4e4137eee08e208 | |
parent | 6f2a7949d5be4600a0d812db66e631bac85c11ee (diff) |
-rw-r--r-- | Changelog | 5 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +envstore 2.1 - Wed May 23 2010 + + * Fix space handling for envify arguments + * Add support for --help/--version + envstore 2.0.4 - Sat Jan 23 2010 * Preserve leading space in saved variables @@ -1,7 +1,7 @@ CFLAGS ?= -O2 PREFIX ?= /usr/local -VERSION ?= 2.0.4-git +VERSION ?= 2.1-git CFLAGS += -Wall -Wextra -pedantic |