File: Changes

package info (click to toggle)
libclipboard-perl 0.32-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: perl: 503; sh: 43; makefile: 15
file content (164 lines) | stat: -rw-r--r-- 5,184 bytes parent folder | download
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
0.32    2025-02-10

    - In drivers.t: prefer to use Clipboard::WaylandClipboard .
        - https://github.com/shlomif/Clipboard/issues/13
        - Thanks to @hightowe

0.31    2025-01-21

    - Make problematic t/drivers.t tests author only.
        - https://github.com/shlomif/Clipboard/pull/16
        - Thanks to @trwyant

0.30    2024-06-16

    - Add Wayland detection and support
        - https://github.com/shlomif/Clipboard/issues/13
        - https://github.com/shlomif/Clipboard/pull/14
        - Thanks to @hightowe

0.29    2024-04-07

    - Add Xsel.pm / xsel support.
    - Improve clipbrowse's reliability / security:
        - https://github.com/shlomif/Clipboard/issues/11
        - https://github.com/shlomif/Clipboard/pull/12
        - Thanks to @fschlich .
    - Made the code more elegant and reliable.
        - E.g.: explicit returns

0.28    2021-02-23

    - Hopefully fix prereqs on cygwin.
        - https://github.com/shlomif/Clipboard/issues/7
        - Thanks to @tzccinct .

0.27    2021-02-13

    - README.md instead of README and INSTALL
        - https://github.com/shlomif/Clipboard/issues/5
        - Thanks to https://github.com/mitchblank .

0.26    2020-05-16

    - Try to fix 'Wide character in print' warning with Xclip
        - https://github.com/shlomif/Clipboard/issues/4
        - Thanks to @shawnhcorey .

0.25    2020-05-14

    - Fix capitalization in GitHub links (the links still worked) in META.*
        - A minor and cosmetic change

0.24    2020-03-07

    - Remove Makefile.PL due to ::OSPrereqs not munging it along with Build.PL
        - https://github.com/dagolden/Dist-Zilla-Plugin-OSPrereqs/issues/4
    - Fix macOS detection.
        - https://github.com/shlomif/Clipboard/issues/1
        - convert "darwin" to a regex.

0.23    2020-03-06

    - Require deps on MacOS and MSwin32
        - See: https://github.com/shlomif/Clipboard/issues/1
        - Thanks to https://metacpan.org/pod/Dist::Zilla::Plugin::OSPrereqs .

0.22    2020-01-28

    - Rebuild for order of 'NAME' and 'VERSION' sections in the generated
    POD documentation (see 0.001004 in
    https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF
    ).
        - VERSION used to appear before NAME.

0.21    2019-12-02

    - Min version of Mac::Pasteboard for macOS Catalina compat
        - Thanks to William H. Gilmore

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.