2019-08-20:	2.4
	- merge gh#wfeldt/libx86emu#19
	- decode: Fix compiler warning

2019-04-24:	2.3
	- merge gh#wfeldt/libx86emu#15
	- include: Fix GCC strict-prototypes warning
	- include: Fix 'multiple definition of' linker errors

2019-03-21:	2.2
	- merge gh#wfeldt/libx86emu#14
	- ops2: Add support for conditional move
	- ops2: Implement bswap

2018-08-30:	2.1
	- merge gh#wfeldt/libx86emu#13
	- Fix README.md header typos

2018-07-25:	2.0
	- merge gh#wfeldt/libx86emu#12
	- fstirlitz: make libx86emu re-entrant

2018-04-27:	1.14
	- merge gh#wfeldt/libx86emu#11
	- enhance documentation
	- update git2log script
	- add better description

2018-04-27:	1.13
	- merge gh#wfeldt/libx86emu#7
	- add a small demo program

2017-09-12:	1.12
	- merge gh#wfeldt/libx86emu#9
	- add proper LICENSE file (containing the actual license) and add
	  it consistently to all source files

2016-06-22:	1.11
	- merge gh#wfeldt/libx86emu#5
	- Small compatibility fixes for msvc compiler
	- merge gh#wfeldt/libx86emu#6
	- Add tests for retn/retf instructions

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

2016-04-05:	1.9
	- merge branch master

2016-04-05:	1.8
	- merge gh#wfeldt/libx86emu#2
	- Fixed "RET imm" instructions
	- Fixed some small bugs

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

2015-10-13:	1.6
	- merge gh#wfeldt/libx86emu#1
	- Convert README to Markdown
	- Add documentation about how the project is sent to the distribution
	- Add what's libx86emu useful for

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

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

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

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

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

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

