2025-02-24:	3.7
	- merge gh#wfeldt/libx86emu#47
	- fix building on non-x86 architectures

2025-02-24:	3.6
	- merge gh#wfeldt/libx86emu#41
	- fix NEG remark typos
	- merge gh#wfeldt/libx86emu#42
	- Fix a bug in R/M 01 decoding
	- merge gh#wfeldt/libx86emu#44
	- prim_ops: fix some indentation
	- merge gh#wfeldt/libx86emu#46
	- fix a buffer overflow in x86emu_log (bsc#1237557)

2021-11-18:	3.5
	- merge gh#wfeldt/libx86emu#40
	- decode extended nop instructions

2021-10-20:	3.4
	- merge gh#wfeldt/libx86emu#39
	- fix test suite for 32-bit architectures

2021-10-01:	3.3
	- merge gh#wfeldt/libx86emu#34
	- Migrate CI to GitHub Actions

2021-08-18:	3.2
	- merge gh#wfeldt/libx86emu#35
	- Fix x86test on musl

2020-01-28:	3.1
	- merge gh#wfeldt/libx86emu#28
	- update README to explain about library versions
	- adjust code to compile with older C standards

2020-01-27:	3.0
	- merge gh#wfeldt/libx86emu#27
	- rework (i)div and (i)mul instructions
	- fix typo
	- add (i)div opcode tests
	- rework (i)mul instructions to set flags correctly
	- add (i)mul tests

2020-01-17:	2.6
	- merge gh#wfeldt/libx86emu#24
	- ops2: Add cpuid support using a new handler
	- ops2: Introduce a callback function for MSR access
	- merge gh#wfeldt/libx86emu#21
	- prim_ops: Fix compiler warning
	- merge gh#wfeldt/libx86emu#22
	- decode: Prepare for SSE support
	- ops2: Add SSE instructions
	- ops2: Add packed SSE ops
	- merge gh#wfeldt/libx86emu#17
	- Introduce LDFLAGS variable in Makefiles
	- test: Link with the development version of the library
	- test: Sort tests by name
	- Add Travis CI configuration file and a badge in the README

2020-01-16:	2.5
	- merge gh#wfeldt/libx86emu#26
	- add '--32' option to demo program to start in 32-bit mode

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

