mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-01 04:45:35 +00:00
Release 0.6.3
This commit is contained in:
parent
6e499cf69e
commit
254b8803f9
9
NEWS
9
NEWS
@ -1,3 +1,12 @@
|
||||
Major changes in 0.6.3:
|
||||
=======================
|
||||
* Add support for copy and paste to the agent protocol
|
||||
* Add foreign-menu and external controller client protocol headers
|
||||
|
||||
Major changes in 0.6.2:
|
||||
=======================
|
||||
* Skipped to stay in sync with spice
|
||||
|
||||
Major changes in 0.6.1:
|
||||
=======================
|
||||
* Added compat flag for 16bpp commands
|
||||
|
||||
@ -2,7 +2,7 @@ AC_PREREQ([2.57])
|
||||
|
||||
m4_define([SPICE_MAJOR], 0)
|
||||
m4_define([SPICE_MINOR], 6)
|
||||
m4_define([SPICE_MICRO], 1)
|
||||
m4_define([SPICE_MICRO], 3)
|
||||
|
||||
AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user