changelog
    
    
    - Thu, 19 Dec 2013 16:08:05 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 16:08:05 +0200] rev 573
 
    - - non-release builds now display git revision info if available. This turned out to be much simpler to implement than I expected..
 
    - Thu, 19 Dec 2013 16:01:29 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 16:01:29 +0200] rev 572
 
    - - code parser no longer complains about scientific notation
 
    - Thu, 19 Dec 2013 13:36:48 +0200
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 19 Dec 2013 13:36:48 +0200] rev 571
 
    - - cleanup closing of unused files is now defered to the event loop using a new InvokationDeferer class. This prevents ldforge from closing unused files when it *really* shouldn't be doing that, instead waiting until everything is done before it begins the cleanup process.