Adding NOTES (roadmap) file.
authorumjarod <umjarod@0d961d1b-a432-0410-8fea-cc29f225fe07>
Wed, 12 Jul 2006 15:26:25 +0000 (15:26 +0000)
committerumjarod <umjarod@0d961d1b-a432-0410-8fea-cc29f225fe07>
Wed, 12 Jul 2006 15:26:25 +0000 (15:26 +0000)
git-svn-id: https://modwaklog.svn.sourceforge.net/svnroot/modwaklog/trunk/modwaklog@34 0d961d1b-a432-0410-8fea-cc29f225fe07

NOTES [new file with mode: 0644]
mod_waklog.c

diff --git a/NOTES b/NOTES
new file mode 100644 (file)
index 0000000..22fc96e
--- /dev/null
+++ b/NOTES
@@ -0,0 +1,28 @@
+
+Versions:
+
+0.6.0:
+Initial release.
+
+0.7.0:
+Removed K4 code.
+Removed extraneous #if 0's.
+Fixed bug where mod_waklog crashed if KRB5CCNAME was null.
+
+Future releases:
+0.8.0:
+Add configuration directives for Apache conf files.
+
+0.9.0:
+Integrate Apache 2 support.
+Configure support.
+Remove ticket renewal code?  Make it an option?
+
+1.0.0:
+Features working properly.
+
+Post 1.0.0:
+Things we haven't thought of yet.
+
+
+
index 0b6eae2..f7f8d2a 100644 (file)
@@ -18,7 +18,7 @@
 
 #define KEYTAB                  "/etc/keytab.default"
 #define KEYTAB_PRINCIPAL        "defaultprinc"
-#define AFS_CELL       "someplace.edu" /* NB: lower case */
+#define AFS_CELL      "someplace.edu" /* NB: lower case */
 
 #define TKT_LIFE       10*60*60
 #define        SLEEP_TIME      TKT_LIFE - 5*60