blob: 50f1ed3f3a40ca308954f842d8dae0beec60de8b (
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
36
37
38
39
40
41
42
43
44
|
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)
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
|