forked from shlomif/Clipboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
85 lines (58 loc) · 2.74 KB
/
Changes
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
0.20 2019-04-18
- use xclip on cygwin/win32 if SSH_CONNECTION is set (rkitover)
- use xclip if DISPLAY is set and OS is unknown (rkitover)
- Apply doc patch from https://rt.cpan.org/Ticket/Display.html?id=64243
- Thanks to Andreas
0.19 2019-01-31
- Add copy_to_all_selections().
- Convert Changes to https://metacpan.org/pod/CPAN::Changes .
- Code cleanups and modernisations.
0.18 2019-01-30
- Remove a stray .orig script. Teaching me to use git status...
- Thanks to gregor herrmann .
0.17 2019-01-30
- Blacklist some Win32 and Mac-only prereqs in dist.ini.
- Thanks to PERLANCAR .
0.16 2019-01-30
- Add support for Debian GNU/Hurd ( https://rt.cpan.org/Ticket/Display.html?id=116951 )
- Fix https://rt.cpan.org/Ticket/Display.html?id=98435 ; CVE-2014-5509
- clipedit Insecurely used temporary files.
0.15 2019-01-30
- https://rt.cpan.org/Ticket/Display.html?id=121056
- Fix for tests with no "." in @INC
0.14 2019-01-30
- SHLOMIF resumed maintenance
- Convert to dzil .
0.12 2010-10-11
- Just added 'dragonfly' OS to recognized list (as *nix type)
0.11 2010-10-07
- Removed dependency on IO::All, Spiffy and IO::Run (!)
- Switched Mac from pbcopy shelling to Mac::Pasteboard (Tom Wyant)
- Improved error handling of Xclip.pm
- Added at/clipfilter-test
0.10 2010-10-06
- Correct recognition of Windows in Makefile.PL (Alexandr Ciornii)
- Makefile.PL version update (Alexandr Ciornii)
- clipjoin now escapes weechat-type mess, and also now has -q flag.
- clipbrowse now defaults to chromium-browser.
- added at/clipjoin-test and at/clipbrowse-test
- Updating email address and copyright date.
- Minor text updates here and there.
0.09 2005-10-20
- Included Anton Berezin's Clipboard::Xclip fix for data that includes \n\n
- Added scripts/clipfilter (also with Anton's feedback)
- Removed dependency on IO::All
- Cheated to make CPAN tests pass (turned 'xclip' dependency into warning).
The real fix here is probably to Inline::C it - the xclip source is not that
hard to read and pare down to a minimal set.
0.08 2005-06-21
- Fixed the MSWin32 OS string. Oops - I thought it was winSomething
- Added a few more OS strings
- clipaccumulate, the most obscure script in the batch!
0.07 2005-06-02
- fixed stupid typo in clipedit. Not sure how I let this slip by me. =\
0.06 2005-06-01
- `editclip`, sure to be a celebrated entry in the world of clipboard editing!
- Renamed `joinclip` to `clipjoin`, and `browseclip` to `clipbrowse`. Sorry
if you already are in the habit of typing the others (I still am).
- `clipbrowse` now opens URLs into a new tab.