summaryrefslogtreecommitdiff
path: root/NEWS
blob: 79590ca86665dc4c0dd7ebf4fd3c44f72ed2cb1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
NEW in 0.6
==========

 - Depend on glib 2.28 to use g_io_stream_splice_async() instead of local copy.

NEW in 0.5
==========

 - Fixes bug #33579 - allow user to pass options to the ssh client

NEW in 0.4
==========

 - Use TpStreamTube new API from telepathy-glib
 - Correctly Close() channels after usage
 - Do not depend on gio-unix anymore

NEW in 0.3
==========

 - Improved CLI
 - Initial vinagre plugin
 - More tolerant to any error that can happen

NEW in 0.2
==========

 - Use g_spawn_async() instead of fork()+execvp(), and handle errors.
 - Set the GPL2 in COPYING instead of GPL3.
 - Install ssh-contact-service in libexec path

NEW in 0.1
==========

 - Initial version.