summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-05 14:05:56 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-05 14:05:56 +0100
commitfd6a806405068758210e0472fc1357a248466ef8 (patch)
treef0c66eae62dff91c64df162a2eb1f6709d9e021c
parent033e518099e4c58c516eaf27ddbd6c10af35b499 (diff)
downloadzorglub-fd6a806405068758210e0472fc1357a248466ef8.zip
zorglub-fd6a806405068758210e0472fc1357a248466ef8.tar.gz
VERSION => 0.0.3, update Changelog and TODO0.0.3
-rw-r--r--Changelog7
-rw-r--r--TODO3
-rw-r--r--lib/zorglub.rb2
3 files changed, 9 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 7120534..7c54a7f 100644
--- a/Changelog
+++ b/Changelog
@@ -9,3 +9,10 @@
* replace Helpers Module with Node#inherited_var Node@inherited_vars
* rewrite session so it is compatible with Rack SessionHash
* update test application and write specs
+
+2012-01-05 Jérémy Zurcher <jeremy@asynk.ch>
+ * haml engine
+ * optional engine cache
+ * optional engine proc mime-type definition
+ * optional static page generation/cache
+ *
diff --git a/TODO b/TODO
index c4684ef..8e94869 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,7 @@
TODO
-- static pages
- development and production modes
- minimized html/js/css
-- encoding mime-type
+- encoding
MAYBE
- app.config instead of Zorglub::Config
diff --git a/lib/zorglub.rb b/lib/zorglub.rb
index 305feb6..7014b37 100644
--- a/lib/zorglub.rb
+++ b/lib/zorglub.rb
@@ -7,7 +7,7 @@ require './lib/zorglub/app'
#
module Zorglub
#
- VERSION = '0.0.2'
+ VERSION = '0.0.3'
#
end
#