summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2007-07-27 12:53:38 +0000
committerNatanael Copa <natanael.copa@gmail.com>2007-07-27 12:53:38 +0000
commitdc53423183a0c459284ebd139022b707f01af006 (patch)
tree8a67a2904ec991028bddd429d57eec114b05baab /ChangeLog
parent275c80281ba2e84b8d810bdb1c2b7f8c9a4333d9 (diff)
downloadacf-core-dc53423183a0c459284ebd139022b707f01af006.tar.bz2
acf-core-dc53423183a0c459284ebd139022b707f01af006.tar.xz
moved core files to new dir structurev2.0_alpha1
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@219 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..87b06b7
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,29 @@
+2006-09-25
+ 0.1.3
+ Renamed to acf (Alpine Configuration Framework), made new config directories
+ wc table renamed to cf (wc means watercloset, and although this code stinks,
+ it doesn't stink THAT bad)
+2006-09-20
+ 0.1.2
+ The lua portions are integrated now. Other developers should be able to build
+ code from c/hostname.lua and m/hostname.lua
+2006-09-14
+ 0.1.1
+ Clearsilver removed, haserll is used - Webconf on LUA!
+2006-09-03
+ 0.1.0
+ Another attempt at simplifying... this one uses clearsilver.
+2006-08-22
+ 0.0.7
+ Moved the preabmle/postamble stuff into an array that's executed, so that each
+ view doesn't have to do it. (DRY)
+
+ Changed css to do dt/dd instead of label; This makes error messages for fields easier to
+ tag.
+ 0.0.5
+ Added DESTDIR to the APPROOT root (N.Copa requested)
+2006-08-21
+ 0.0.3 version
+ create APPROOT and WEBROOT targets; moved www/app to www/cgi-bin (works with bb httpd)
+2006-08-15
+ 0.0.1 version released - webconf now has a makefile