forked from kfish/xsel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
21 lines (16 loc) · 806 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Sun Jan 13 00:11:01 JST 2008 Conrad Parker <[email protected]>
* Version 1.0.0
* Support for retrieving and serving UTF8_STRING atoms. When
retrieving a selection, xsel determines whether or not the
current selection owner supports UTF8_STRING and uses that if
possible.
+ Debian bug #231413: Doesn't work correctly in a UTF-8 environment
* Fixes for the following bugs:
+ Segfault when attempting to delete the selection that xsel owns,
eg: echo "hello, world" | ./xsel -i && ./xsel -d
+ Debian bug #444638: xsel clears buffer instead of outputting
when backgrounded.
+ Debian bug #203925: xsel manpage double option
Thu Oct 25 13:52:36 EST 2001 Conrad Parker <[email protected]>
* Ported build to use automake+autoconf
* Added README etc.