Released Wootella-lib 0.3.0

Wootella-lib 0.3.0 is released! Changes include the addition of a buffer library for parsing and assembly buffers quickly, the addition of some utility libraries including one for stacks and one for lists, and the beginnings of the main-loop for the backend are beginning to come together.

Currently after a backend is created it will create its own thread and wait until it is told to quit by the backend class's destructor.

Next on the agenda for wootella-lib 0.3.1 is code cleanup, creation of better debugging facilities, and the start of the gtk-doc based documentation. Also, Wootella (the program) will start getting pieced together some more. Cleanup will ensue on what is currently present, and the prototype python program will become more interactive.