1
0
perl-App-Nopaste/perl-App-Nopaste.changes
Stephan Kulow 4effbd357e - updated to 0.96
- added missing prereqs
       - bumped the minimum version needed for the (optional) prerequisite
         WWW::Pastebin::PastebinCom::Create, to avoid errors in previous
         versions (thanks, Zoffix!)
       - updated and fixed debian and ubuntu language mappings (haarg, PR#1)
       - packaging converted to Dist::Zilla; handling of optional features
         fixed (see RT#91053)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Nopaste?expand=0&rev=22
2014-02-09 15:55:31 +00:00

122 lines
4.5 KiB
Plaintext

-------------------------------------------------------------------
Sun Feb 9 13:31:34 UTC 2014 - coolo@suse.com
- updated to 0.96
- added missing prereqs
- bumped the minimum version needed for the (optional) prerequisite
WWW::Pastebin::PastebinCom::Create, to avoid errors in previous
versions (thanks, Zoffix!)
- updated and fixed debian and ubuntu language mappings (haarg, PR#1)
- packaging converted to Dist::Zilla; handling of optional features
fixed (see RT#91053)
-------------------------------------------------------------------
Wed May 15 15:24:28 UTC 2013 - coolo@suse.com
- updated to 0.92
Fix the language mappins for Ubuntu's pastebin (Sergey Romanov)
Don't need to load Moose in the tests (Sergey Romanov)
Decode incoming text as utf8 (Jesse Luehrs)
Support for GITHUB_USER and GITHUB_PASS (Rafael Kitover)
Name the gist file `nopaste` not `nopaste.txt` for possible syntax highlighting (Rafael Kitover)
Use decode_json not a regular expression to decode Gist response body (Shawn M Moore)
Give a hint to perldoc App::Nopaste::Service::Gist on 401 (Shawn M Moore)
Port from Moose and MooseX::Getopt to Getopt::Long::Descriptive (frew)
App::Nopaste is not using any interesting Moose features,
so it doesn't make sense to pay the startup cost (even
though it's probably dominated by network latency)
Please report any regressions!
-------------------------------------------------------------------
Tue Sep 4 13:09:10 UTC 2012 - coolo@suse.com
- updated to 0.35
Don't barf when gist-ing STDIN. (Ricardo SIGNES)
Support for GitHub's v3 API [Вячеслав Тихановский (vti)]
-------------------------------------------------------------------
Thu Dec 15 18:57:27 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.33:
* support for --description in Gist RT#73272
-------------------------------------------------------------------
Fri Oct 21 21:05:32 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.32:
* better error reporting
* fix some attribution errors [RT#70434]
- changes from 0.31:
* better filenames for ssh service
- changes from 0.30:
* fix App::Nopaste::ssh's new filename description feature
- changes from 0.29:
* add --private to several services
* use Class::Load instead of require "Module/Name.pm"
* document --list and --private options
* less hardcoding of argument names to better support subclassing
* new Ubuntu service (http://paste.ubuntu.com/)
* SSH: add a small suggested Apache conf that's useful for paste directories
* SSH: optionally use the supplied description in the paste filename
-------------------------------------------------------------------
Wed Mar 23 00:24:55 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.28:
* if LWP is producing errors, *report them*
-------------------------------------------------------------------
Fri Mar 11 00:25:42 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.27:
* correct path to Pastie
* throw an error if you specify -p and files
* remove Mathbin; doy moved it to a separate dist
-------------------------------------------------------------------
Thu Feb 24 13:29:59 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.26:
* add --open (-o) for opening the nopaste in your browser
-------------------------------------------------------------------
Tue Jan 4 01:39:47 UTC 2011 - pascal.bleser@opensuse.org
- update to 0.25:
* add support for $GITHUB_USER/$GITHUB_TOKEN to Gist service
-------------------------------------------------------------------
Wed Dec 22 00:34:53 UTC 2010 - pascal.bleser@opensuse.org
- update to 0.24:
* Gist requires https
-------------------------------------------------------------------
Wed Dec 1 13:30:41 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:29:19 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Fri Nov 26 21:35:26 UTC 2010 - pascal.bleser@opensuse.org
- update to 0.23:
* reserve the source file's extension for ssh
* se Config::GitLike instead of Config::INI::Reader
* remove Rafb
* remove Husk
- add Recommends for perl(Clipboard), perl(WWW::Pastebin::PastebinCom::Create), perl(Config::GitLike) to enable additional features
-------------------------------------------------------------------
Tue Aug 31 21:27:35 UTC 2010 - pascal.bleser@opensuse.org
- initial package (0.22)