summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2010-12-21 15:06:04 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2010-12-21 15:10:00 +0100
commit3892832ff271831eaf074b617876dc8eec804367 (patch)
treed974514449445f6294c13dde6a0e33264f208166 /NEWS
parent1062ef885bfe7678c27af7ab5b49098e323af25a (diff)
update NEWS, fix distcheck
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS46
1 files changed, 46 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..073e7fe
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,46 @@
+v0.3
+====
+
+- fix Windows QXL driver support
+- fully asynchronous operations using coroutines
+ (thanks go to gtk-vnc devs)
+- cairo display (old XShm display can be enabled with --with-x11)
+- scaling support for cairo display
+- experimental audio support using GStreamer
+- API reference gtk-doc
+- more cursor type support
+- various fixes and cleanup
+
+v0.2
+====
+
+- gtk: disconnect record stream when record_stop()
+- README: add a few missing dependencies
+- build: use git-version-gen
+- build: re-enable -Wflags, and fix a few warnings
+- build: fix make -j
+- gtk: add zlib decoder
+- gtk: add jpeg decoder
+- gtk: progressive agent message recomposition
+- gtk: add dispay config
+- gtk: add clipboard sharing for text
+- TODO: update
+- gtk: put some g_message() under SPICE_DEBUG
+- gtk: add channel.set_capability()
+- gtk: add {session,channel}_open_fd()
+- gtk: add CELT playback
+- gtk: add CELT recording
+- gtk: save/restore spicy configuration
+- gtk: don't uncork new streams
+- gtk: delay PA stream creation when context is ready
+- gtk: visibility option for statusbar/toolbar in spicy
+
+v0.1.0
+======
+
+- desktop display, using GLZ compression
+- audio playback/recording with PulseAudio
+- video in mjpeg
+- python and gobject-introspection modules
+- spicy: a simple Gtk client
+- snappy: a command line screenshot tool