2017-09-12:	1.12
	- add proper LICENSE file (containing the actual license) and add it consistently to all source files

2016-04-11:	1.11
	- Add tests for retn/retf instructions
	- Small compatibility fixes for msvc compiler

2016-04-05:	1.10
	- add tests for rol/ror instructions
	- rewrite rol/ror implementation to be more readable and to fix overflow flag setting

2016-03-16:	1.9
	- build on more archs

2016-02-22:	1.8
	- Fixed some small bugs
	- Fixed "RET imm" instructions

2016-03-16:	1.7
	- build on more archs

2015-10-01:	1.6
	- Add what's libx86emu useful for
	- Add documentation about how the project is sent to the distribution
	- Convert README to Markdown

2015-03-02:	1.5
	- fix typo in Makefile
	- fix some compiler warnings
	- prepare for obs auto-submission
	- add VERSION file back

2013-02-28:	1.4
	- avoid using reserved c++ words

2011-01-26:	1.3
	- better invalid code detection
	- fix instruction log for some instructions

2010-09-23:	1.2
	- more Makefile fixes
	- fix Makefile
	- remove debug line
	- create VERSION and changelog from git repo
	- log message
	- don't use 'i386'
	- properly decode all descriptor types

2009-06-09:	1.1
	- export only API functions in shared lib
	- new mem interface
	- fix build on non-x86 arch

2008-12-12:	0.1
	- basic msr support
	- inw fix
	- log tsc
	- lowercase, no tabs
	- move to lowercase

