File: ChangeLog

package info (click to toggle)
xsel 1.2.0%2Bgit9bfc13d.20180109-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 356 kB
  • sloc: ansic: 1,453; sh: 588; makefile: 9
file content (21 lines) | stat: -rw-r--r-- 806 bytes parent folder | download | duplicates (6)
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 <conrad@vergenet.net>

	* 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 <conrad@vergenet.net>

	* Ported build to use automake+autoconf
	* Added README etc.