* Explicitly disable copy and move constructors for the Node class hierarchy in C++. This avoids a class of errors where nodes cannot be found by Node::getByUUID.
1.4.4
* Build/install libgtirb.so.1 symlink on linux.
1.4.3
* Remove the python-egg cmake target, add the python-wheel cmake target
1.4.2
* Don't use __declspec(dllimport) on Windows.
1.4.1
* Add ISA enums for PPC64, ARM64, MIPS32, and MIPS64.