summaryrefslogtreecommitdiff
path: root/Changelog
blob: e876c299acfc9017fad6ab2de223f2b8711136c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
envstore 2.0.2 - Wed Dec 9 2009

    * Rewrite test script in sh
    * Fix a bug when outputting parameters with empty values
      (envstore used to print random binary data after the value)

envstore 2.0.1 - Wed Dec 2 2009

    * Remove Bloat[tm] from the source
    * Use -mdoc macros in the manuals
    * Increase maximum length of parameter name/value

envstore 2.0 - Mon Nov 2 2009

    * Rewrite in C
    * Renamed envstore show to envstore list
    * Newlines in variable values are no longer supported
    * Introduces single-character arguments (envstore s == envstore save etc)

envstore 1.2 - Thu Jul 9 2009

    * Use Storable instead of Simplestore
    * Use ENVSTORE_FILE parameter to set where the store is saved

envstore 1.1 - Wed Jul 1 2009

    * Use Simplestore to save the environment
    * Various code and documentation improvements
    * The store file is now saved as /tmp/envstore-UID

envstore 1.0 - Thu May 21 2009

    * save, show, eval, remove and clear parameters
    * basic security checks
    * Umlauts, spaces etc. work fine