diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-01-20 18:54:40 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-01-20 18:54:40 +0000 |
commit | 1a930fe2020e3d309f4716c4814d1dd8a92ee03c (patch) | |
tree | 61be293c1b6924183cc77ebb32004f29a7eb23be /ChangeLog | |
parent | 2afd7f870027f0060e61a6e608ae5f5be5d303e5 (diff) | |
download | acf-core-1a930fe2020e3d309f4716c4814d1dd8a92ee03c.tar.bz2 acf-core-1a930fe2020e3d309f4716c4814d1dd8a92ee03c.tar.xz |
Removed obsolete files from core.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1686 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 87b06b7..0000000 --- a/ChangeLog +++ /dev/null @@ -1,29 +0,0 @@ -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 |