aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-14 11:53:58 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-14 11:53:58 +0000
commitc4fc20005aceb3af8b79f33cc9f44179b1ce011a (patch)
tree741ea5bd77158aeb6a2e94430dfb8650e67d96a6 /src/ChangeLog
parent543ec512ef989a2d5209a8eb37b7d60b38f3c4fb (diff)
downloadopen-axiom-c4fc20005aceb3af8b79f33cc9f44179b1ce011a.tar.gz
Fix SF/2760553
* lisp/core.lisp.in (associateRequestWithFileType): Remember FILE-TYPE as default value for REQUEST. (|processCommandLine|): Standard options have length at least 2. (|handleCommandLine|): Use default file type if non is present.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f7002d72..9159ff43 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-14 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ Fix SF/2760553
+ * lisp/core.lisp.in (associateRequestWithFileType): Remember
+ FILE-TYPE as default value for REQUEST.
+ (|processCommandLine|): Standard options have length at least 2.
+ (|handleCommandLine|): Use default file type if non is present.
+
2009-04-13 Gabriel Dos Reis <gdr@cs.tamu.edu>
Fix SF/2760823