---
version: 0.17
date: Wed Jan 30 16:00:04 IST 2019
changes:
- Blacklist some Win32 and Mac-only prereqs in dist.ini.
- Thanks to PERLANCAR .
---
version: 0.16
date: Wed Jan 30 13:20:04 IST 2019
changes:
- 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.
---
version: 0.15
date: Wed Jan 30 12:57:34 IST 2019
changes:
- https://rt.cpan.org/Ticket/Display.html?id=121056
- Fix for tests with no "." in @INC
---
version: 0.14
date: Wed Jan 30 12:43:34 IST 2019
changes:
- SHLOMIF resumed maintenance
- Convert to dzil .
---
version: 0.12
date: Mon Oct 11 02:11:44 EDT 2010
changes:
- Just added 'dragonfly' OS to recognized list (as *nix type)
---
version: 0.11
date: Thu Oct 7 00:20:45 EDT 2010
changes:
- 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
---
version: 0.10
date: Wed Oct 6 21:16:25 EDT 2010
changes:
- 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.
---
version: 0.09
date: Thu Oct 20 09:30:45 CDT 2005
changes:
- 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.
---
version: 0.08
date: Tue Jun 21 23:10:15 CDT 2005
changes:
- 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!
---
version: 0.07
date: Thu Jun 2 00:10:26 PDT 2005
changes:
- fixed stupid typo in clipedit. Not sure how I let this slip by me. =\
---
version: 0.06
date: Wed Jun 1 11:30:37 PDT 2005
changes:
- `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.