Skip to content

Commit 55ebd0a

Browse files
committed
Release 0.12.2
1 parent 812b659 commit 55ebd0a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

NEWS

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Major changes in 0.12.2:
2+
========================
3+
* Stable Release
4+
* Skipped 0.12.1, it existed in git but was never released
5+
* spice-server now requires glib2 (like qemu does)
6+
* More robust ssl error and certificate handling
7+
* Added support for websockets
8+
* Tons of seamless migration bugfixes
9+
* Also some none seamless migration bugfixes
10+
111
Major changes in 0.12.0:
212
========================
313
* Stable Release

server/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ libspice_server_la_SOURCES = \
8383
red_worker.h \
8484
reds.c \
8585
reds.h \
86+
reds-private.h \
8687
reds_sw_canvas.c \
8788
reds_sw_canvas.h \
8889
snd_worker.c \

0 commit comments

Comments
 (0)