Added make install and uninstall

git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@123 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
LtWorf
2009-04-06 17:04:18 +00:00
parent 39a27aef71
commit a2b9c11697
2 changed files with 16 additions and 1 deletions

View File

@@ -68,4 +68,5 @@
0.10
- In optimizer, added a function that tokenizes an expression
- Document about complexity of operations
- Bug: error in update operation, it changed the original tuple, so also other relations using the same tuple would change. Now it copies it.
- Bug: error in update operation, it changed the original tuple, so also other relations using the same tuple would change. Now it copies it.
- Added make install and uninstall