diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-03-05 14:25:25 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-03-05 14:25:25 +0000 |
commit | c1f30d14ef75525992026fb90fc5ae4c2ba3571c (patch) | |
tree | 51bdf6d19ef3b2d50b51b9e57a7cf27780849ca4 | |
parent | minor fix (diff) | |
download | ice-c1f30d14ef75525992026fb90fc5ae4c2ba3571c.tar.bz2 ice-c1f30d14ef75525992026fb90fc5ae4c2ba3571c.tar.xz ice-c1f30d14ef75525992026fb90fc5ae4c2ba3571c.zip |
adding FreezeScript note
-rw-r--r-- | cpp/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 7a1d78896e0..cfbeb46f293 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,6 +1,10 @@ Changes since version 1.2.0 --------------------------- +- Added FreezeScript, which consists of the tools dumpdb and + transformdb for inspecting and migrating Freeze databases, + respectively. + - The IceStorm server now uses a single database for all topics, which makes topic creation much faster. |