diff options
| -rw-r--r-- | Changelog | 5 | ||||
| -rw-r--r-- | src/envstore.c | 2 | 
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +envstore 2.0.4 - Sat Jan 23 2010 + +    * Preserve leading space in saved variables +    * Improved some error messages +  envstore 2.0.3 - Fri Dec 11 2009      * Fix a bug in the Makefile (the test script was still run with zsh) diff --git a/src/envstore.c b/src/envstore.c index d8f462f..d7ea263 100644 --- a/src/envstore.c +++ b/src/envstore.c @@ -1,5 +1,5 @@  /* - * Copyright © 2009 by Daniel Friesel <derf@derf.homelinux.org> + * Copyright © 2009,2010 by Daniel Friesel <derf@derf.homelinux.org>   * License: WTFPL <http://sam.zoy.org/wtfpl>   *   * Function policy: Fail early (use err/errx if something goes wrong)  | 
