Commit graph

51948 commits

Author SHA1 Message Date
Thomas Klausner e00fc05948 p5-HTTP-Exception: update to 0.04006.
0.04006   2014-02-14 00:27:50+01:00 Europe/Berlin
    typo fix (thanks dsteinbrunner)

0.04005   2014-02-14 00:03:43+01:00 Europe/Berlin
    corrected Encoding in dist.ini,
        due to CPAN Testers reporting an invalid byte sequence in the Makefile
2017-09-20 14:06:02 +02:00
Thomas Klausner 8498db0922 p5-HTTP-BrowserDetect: update to 3.14.
3.14 2016-05-25 11:44:10 America/Toronto
    - Slightly refactor the detection of several browsers that
      identify as Mozilla initially (andrewmoise)
    - Start detecting UCBrowser much more accurately (device, version,
      and detect some cases which were misidentified as something else
      previously) (andrewmoise)
    - Detect more possibilities for Kindle Fire in Android model
      ("Kindle Fire in addition to "KF.*") (andrewmoise)
    - Detect more possibilities for Kindle Fire, and try to set tests
      appropriate to whatever the device is configured to be
      (andrewmoise)

3.13 2016-05-09 11:10:44 America/Toronto
    - Start detecting Brew OS (andrewmoise)
    - Fix detecting Netfront as Netscape in some cases (andrewmoise)
    - Start recognizing Teleca as an alias for Obigo (andrewmoise)
    - Start detecting versions of Teleca / Obigo (andrewmoise)
    - Note in documentation that 'wap' doesn't mean WAP only
      (andrewmoise)
    - Start detecting Polaris mobile browser (andrewmoise)

3.12 2016-05-05 08:59:46 America/Toronto
    - Start detecting a few robots we weren't detecting before
      ('verify' or 'analyze' in the name, or +https: beginning
      the URL) (andrewmoise)
    - Stop including the version in robot_string() in some
      cases (andrewmoise)
    - Start returning undef instead of 0 for robot() if there's
      no robot (andrewmoise)
    - Fix _version() documentation for robot, os, and version not
      to make formatting garbage in the output, and to be
      consistent (andrewmoise)

3.11 2016-05-04 20:32:47 America/Toronto
    - Add a test for Kindle Fire (andrewmoise)

3.10 2016-03-29 22:15:35 America/Toronto
    - Big change: Add robot version detection, distinct from browser
      version (first cut) (andrewmoise)
    - Add browsers: Pubsub (Safari RSS reader), ADM (Android Download
      Manager), ImageSearcherPro (iOS app) (andrewmoise)
    - Add robots: Google favicon, malware/shellcode, phplib,
      Verisign IPS agent, Nutch, thumbtack-thunderdome (andrewmoise)
    - Distinguish Bingbot from MSNbot (andrewmoise)
    - Only detect wget based on the beginning of the user-agent
      (andrewmoise)
    - Misc fixes to test support scripts (andrewmoise)
    - Add Kindle Fire (andrewmoise)
    - Detect curl by matching /^curl/ as well as /libcurl/
      (andrewmoise)
    - Remove webcrawler robot test (it triggers on too many distinct
      robots which all include "webcrawler") (andrewmoise)

3.00 2016-02-29 22:57:45 America/Toronto
    - Make "mobile" false when "tablet" is true.  This is a breaking change and
      has triggered a major version bump. (andrewmoise)

2.08 2016-01-29 21:56:29 America/Toronto
    - Brave browser detection added (Nicolas Doye)

2.07 2015-11-18 23:52:07 America/Toronto
    - Strip off anything Google Translate adds to UserAgent before parsing
      (Marco Fontani)

2.06 2015-11-15 10:59:30 America/Toronto
    - Detect more Edge versions (Marco Fontani)

2.05 2015-07-29 12:36:01 America/Toronto
    - Add Microsoft Windowns 10/Windows Phone 10 Edge Browser (Atsushi Kato)

2.04 2015-06-24 23:26:28 America/Toronto
    - Fix test failures on Perl 5.8

2.03 2015-06-19 09:59:45 America/Toronto
    - Add win8_1 method (Daniel Stadie)

2.02 2015-06-17 18:18:17 America/Toronto
    - Default to using an empty string if an undef UA is provided (ben hengst)

2.01 2015-04-24 23:05:13 America/Toronto
    - Handle "CriOS" entries correctly (andrewmoise)
    - Only detect java when no browser is detected, and make UCBrowser a
      detected browser (andrewmoise)
    - Detect "tablet" on Kindle Fire (and Chrome on Android tablets in general)
      (andrewmoise)
    - Distinguish Android tablets in device_string (andrewmoise)
    - Handle CriOS, rubylib, golib, and Dalvik (andrewmoise)
    - Detect "Mobilesafari/" as Mobile Safari (andrewmoise)
    - Detect "Windows 2000" as Win2k (andrewmoise)
    - Only detect NCR Unix on word boundary (andrewmoise)
    - Try tighter detection of robot names based on fragments (andrewmoise)
    - Fix java detection to be more strict (andrewmoise)
    - Fix up Android tablet detection (andrewmoise)
    - Add proper detection for old Windows versions in Opera (andrewmoise)
    - Add apache http client detection (andrewmoise)
    - Fix detection of SCO Unix to trigger fewer false positives (andrewmoise)
    - Correct detection of (most) robots based on "+http://blah" (andrewmoise)

2.00 2015-03-30 21:46:25 America/Toronto
    - Standardize interface:
        browser         ()
        device     X    _string()
        engine          _version(), _major(), _minor(), _beta()
        os
        robot
      (andrewmoise)
    - Add Galeon, Seamonkey, and Epiphany as specifically detected
      browsers (andrewmoise)
    - Some internal changes that make things simpler and faster
      (andrewmoise)
    - Remove the $check argument (e.g. $ua->beta('.45') to check
      whether the beta version is ".45") (andrewmoise)
    - Update and reorganize documentation (andrewmoise)
    - Breaking Change: remove deprecated user_agent($arg) usage.
      This is the reason for the major version bump.

1.78 2015-03-17 22:43:27 America/Toronto
    - Reorganize documentation (andrewmoise)
    - Make java a robot with the other libs and tools (andrewmoise)
    - Add a "lib" test to detect libs and tools (andrewmoise)
    - Add AppleCoreMedia (andrewmoise)
    - Make Blackberry stop setting Safari tests (andrewmoise)
    - Make Android stop setting Linux tests (andrewmoise)
    - Implement much more engine detection and engine version
      detection (andrewmoise)

1.77 2015-03-08 12:06:17 America/Toronto
    - Switch to using strings for version numbers (andrewmoise)
    - Adds BrowseX and Silk detection (andrewmoise)
    - Makes detection of Obigo more consistent (andrewmoise)

1.76 2015-03-03 22:56:25 America/Toronto
    - Encourage use of public_* and engine_* over version(), major() and
      minor().
    - Speed optimizations (andrewmoise)
    - Fix warnings on "Safari/12x.x (andrewmoise)

1.75 2014-08-27 17:55:01 America/Toronto
    - Adds detection for Chrome OS (Douglas Christopher Wilson)

1.74 2014-08-27 10:32:16 America/Toronto
    -  Adds detection for Majestic-12 bot (Douglas Christopher Wilson)

1.73 2014-08-15 23:50:42 America/Toronto
    - Adds minimum Perl version
    - dzil tweaks to make CPANTS happier

1.72 2014-06-18 23:34:27 America/Toronto
    - Remove File::Slurp from tests in favour of Path::Tiny

1.71 2014-05-19 22:38:52 America/Toronto
    - Fixes warnings on "frakenagent" (Douglas Christopher Wilson)

1.70 2014-03-27 12:16:12 America/Toronto
    - Add new UA tests & avoid false positive Sun match on Samsung (Jon Jensen)

1.69 2014-02-05 21:56:27 America/Toronto
    - Adds detection for BlackBerry 10 devices (Douglas Christopher Wilson)

1.68 2014-01-26 23:05:14 America/Toronto
    - Adds Yandex & Ahrefs bots (Perlover)

1.67 2014-01-22 16:18:36 America/Toronto
    - Adds detection for tablet Firefox OS (Douglas Christopher Wilson)

1.66 2013-12-17 11:37:20 America/Toronto
    - Adds detection for IE Compatibility View (Douglas Christopher Wilson)

1.65 2013-12-10 21:08:07 America/Toronto
    - Adds os_version for FireFox in OS X (Hao Wu)

1.64 2013-11-25 10:10:23 America/Toronto
    - Adds detection for Opera 15+ (Douglas Christopher Wilson)

1.63 2013-11-21 21:39:46 America/Toronto
    - Adds detection for Internet Explorer 11 (Douglas Christopher Wilson)
    - Adds detection for Windows 8.1 (Douglas Christopher Wilson)

1.62 2013-10-25 14:40:57 America/Toronto
    - Returns explicit undef more consistently (David Ihnen)

1.61 2013-09-06 15:47:57 America/Toronto
    - Reverts a commit that was causing a test to fail when a warning about
      File::Slurp was detected

1.60 2013-08-29 23:02:13 America/Toronto
    - Fixes bug where "Linux" rather than "Android" was returned as os_string
      for Android devices.

1.59 2013-08-18 00:38:21 America/Toronto
    - Revert 1.57's behaviour of returning a robot name in browser_string.
    - Fix bug where OS X identied as just Mac in os_string.
    - Add linkchecker, YandexImages and archive.org_bot bots.
    - Add undocumented os_version() for OS X, winPhone, Android, iOS, Firefox
      OS.

1.58 2013-08-16 23:37:23 America/Toronto
    - Break up parsing into smaller chunks.
    - Return better names for Googlebot News, Images and Video.
    - Fix bug where Yahoo! Slurp reported as Firefox.

1.57 2013-08-16 01:21:35 America/Toronto
    - Make internals a little less quirky.
    - Stop returning explicit undef for browser_string and os_string.  (Why
      would you ever call these in list context?)
    - Return name of robot for browser_string when browser is, in fact, a bot.
      Previous behaviour was to return undef or something just really wrong.

1.56 2013-08-15 01:02:32 America/Toronto
    - Adds experimental and undocumented robot_name method.

1.55 2013-07-22 23:06:40 America/Toronto
    - Add all current Google robot user agents (Douglas Christopher Wilson)

1.54 2013-07-21
    - Fix generic version parsing not to cross whitespace (Douglas Christopher
      Wilson)
    - Compare Safari build numbers by parts instead of floats (Douglas
      Christopher Wilson)
    - Removes Exporter

1.53 2013-07-19
    - Detect IE on ARM as tablet (Douglas Christopher Wilson)
    - Add BlackBerry PlayBook detection (Douglas Christopher Wilson)
    - Split version parsing into two expressions (Douglas Christopher Wilson)

1.52 2013-05-03
    - Fixes warning when MSIE does not have a minor version
    - Simplifies MSIE version regex logic
    - Removes a test for AskJeeves browser

1.51 2013-04-25
    - Adds Android tablet detection (yeahoffline <frank.gasser@gmail.com>)
2017-09-20 14:06:02 +02:00
Thomas Klausner df039e7800 p5-HTML-TagCloud: update to 0.38.
0.38 Fri Apr 19 21:49:02 2013
  - added a correction for unit test failures submitted by Bruno Buss
2017-09-20 14:06:01 +02:00
Thomas Klausner fc29a9a67a p5-HTML-GenerateUtil: update to 1.20.
1.20  Fri Jul 11 11:20:00 2014
  - Add $E object with escaping by default and other smarts
  - Add set_paranoia option to escape {} chars
2017-09-20 14:06:01 +02:00
Thomas Klausner 25095b83db p5-Gtk2-Spell: update to 1.04.
Depend on recent Glib for build support
Move module file into correct subd
Updates for the move to git
2017-09-20 14:06:01 +02:00
Thomas Klausner c4b4991ec6 p5-Getopt-GUI-Long: update to 0.93.
Changes not found.
2017-09-20 14:06:01 +02:00
Thomas Klausner 21a5d40bff p5-Getopt-Args: rename to p5-OptArgs
Switches to upstream name, no reason not to use it.
2017-09-20 14:06:01 +02:00
Thomas Klausner dcdb4abcc9 p5-Getopt-Args: update to 0.1.20.
0.1.20 (2016-04-11)

    New Features:
        - None in this release but it might be worth you taking a look
          at the upcoming OptArgs2 for a cleaner and more flexible
          re-implementation.

    Authoring:
        - Clean up empty Changes entries

0.1.19_1 (2016-03-03)

    Enhancements:
        - New $OptArgs::PRINT_DEFAULT option for displaying default
          values in usage messages (Mario Domgoergen)
        - New $OptArgs::PRINT_ISA option for displaying option
          types in usage messages (Mario Domgoergen)
2017-09-20 14:06:01 +02:00
Jason Bacon ccc17bd265 bolt-llm: Test association between phenotype and genotypes 2017-09-20 06:03:53 -05:00
Jason Bacon d1fcda1329 bolt-llm: Test association between phenotype and genotypes 2017-09-20 06:03:53 -05:00
Thomas Klausner d9992a9107 p5-GPS-Garmin: update to 0.17.
Revision history for Perl extension GPS::Garmin.

0.17
	- support for etrex yellow (patch by Ulrich Habel)
	- GPS::NMEA: refactored parse_line out of parse
2017-09-20 11:13:54 +02:00
Thomas Klausner 76a7e37cd8 p5-File-Map: update to 0.64.
0.64      2015-07-13 12:50:12+02:00 Europe/Amsterdam
          Fix segfault in empty mappings
          Skip tainting tests on non-tainting perls

0.63      2014-09-12 18:27:17+02:00 Europe/Amsterdam
          Fix error message on unknown protect mode

0.62      2014-08-16 14:34:48+02:00 Europe/Amsterdam
          Reuse perl's reentrant API
          Skip setlocale on android
2017-09-20 11:13:53 +02:00
Thomas Klausner 12dd8db66b p5-Exporter-Tidy: update to 0.08.
Revision history for Perl extension Exporter::Tidy.

0.08  Thu Jan 6 12:23 2014
        - README updated to reflect license change.
2017-09-20 11:13:53 +02:00
Thomas Klausner 12ec71f83e p5-Exception-Class-TryCatch: update to 1.13.
1.13      2014-02-26 19:22:39-05:00 America/New_York

    [CHANGED]

    - Updated distribution metadata, repo and bugtracker

    - Distribution now managed with Dist::Zilla
2017-09-20 11:13:53 +02:00
Thomas Klausner 7257736c3b p5-Exception-Base: update to 0.2501.
0.2501  2015-11-19      Piotr Roszatycki <dexter@cpan.org>

* Fixes "Redundant argument in sprintf" warning on Perl 5.21.2.

0.25    2013-05-25      Piotr Roszatycki <dexter@cpan.org>

* Builds on Perl 5.18.0 with smartmatch operator as an experimental feature.
2017-09-20 11:13:53 +02:00
Thomas Klausner 045a08dba4 p5-Email-Outlook-Message: update to 0.919.
0.919   2017-09-02

  - Write raw binary instead of utf8 (by Andreas Pflug)
  - Fix default charset (by Gerrit Drost)
  - Depend on known-good version of Email::Simple
  - Add --outfile parameter to msgconvert (by Mirco Bauer)
2017-09-20 11:13:53 +02:00
Thomas Klausner 42b7f69f00 p5-Data-DPath: update to 0.57.
0.57      2017-08-18
  - polished Safe.pm handling to cooperate with older Perl and other modules
    in particular Test::Exception [Doug Bell, Jonathan William Taylor]

0.56      2017-03-22
  - no warnings: 'uninitialized'; Safe compartments; smartmatch operator usage [Diab Jerius]
  - introduce Point attribute 'idx' to be used in array filters [Diab Jerius]
  - Dist::Zilla distro polishing [Diab Jerius]

0.55      2015-09-16
  - spelling error, sync with Debian [Lucas Kanashiro]

0.54      2015-09-02
  - new function matchr() which returns results as arrayref
    instead of array (RT#106515) [requested by djerius@cpan.org]

0.53      2015-06-03
  - no import from POSIX (RT#104914) [reported by ether]

0.52      2015-02-27
  - Make sure feature.pm is only "test.recommends", as is optional prior
    to 5.10 (GH #4, kentnl)
  - skip NYTProf files in dist (GH #6) [kentnl]
  - doc patches (GH #3) [David Schmidt]

0.51      2015-02-04

  - docs: how to do XPath-like attributes access (RT#94211) [Slaven Rezić]
  - avoid warning with perl 5.21+ via newer "aliased" [Doug Bell]
  - speed optimizations (5%) [Reini Urban]
2017-09-20 11:13:53 +02:00
Thomas Klausner 65e0d95c64 p5-Dancer-Plugin-Database: update to 2.13.
2.13    2016-08-13
        [ BUG FIXES ]
        - Require 0.16 of core library, as 0.15 had a bug in :(

2.12    2016-01-24

        [ BUG FIXES ]
        - skip author tests (thanks to Stefan Hornburg)

2.11    2015-10-02

        [ BUG FIXES ]
        - Require Dancer::Plugin::Database::Core v0.12, that
          fixes logging problems

2.10    2014-10-13

        [ ENHANCEMENTS ]
        - Support dsn_extra option (Thanks to Michael J South)

2.09    2013-12-22

        [ ENHANCEMENTS ]
        - Tests for cached handle after reconnection

2.08    Sun Sep  1 13:52:52 WEST 2013

        [ ENHANCEMENTS ]
        - Add quick_count method (Thanks to Colin Ewen)

2.07    Tue Jul 30 18:59:30 WEST 2013
        - Fix test with wrong base class (part 2)

2.06    Tue Jul 30 18:49:37 WEST 2013
        - Fix test with wrong base class.

2.05    2013-07-29
       	- Remove code from module to share with Dancer2 plugin.
        - Added dependency on Dancer::Plugin::Database::Core

2.04    2013-03-04

        [ ENHANCEMENTS ]
        - Allow 'sid' to be passed into DSN, for Oracle support.

2.03    2012-12-14

        [ BUGFIX ]
        - Remove left-over debugging warning (thanks to ofosos for reporting)

2.02    2012-12-07

        [ ENHANCEMENTS ]
        - If asked for default connection (no connection name given) but
          there is no default connection configured, throw a more helpful
          error message.

2.01    2012-09-18

        [ BUGFIX ]
        - Fix crashing bug when charset: UTF-8 is present - thanks to Hugh
          Gallagher for reporting & providing fix in RT #79719.
          Presumably the test suite doesn't set UTF-8, so this failure
          never showed up in testing :(

2.00    2012-09-17

        [ ENHANCEMENTS ]
        - Support for Dancer 2
        - Automatic quoting handles e.g. schema.table properly - GH #33,
          thanks to mscolly for reporting
        - Accept limit offset,count syntax too - GH #31, thanks to
          nicolasfranck for reporting
        - a value of 0 for connectivity_check_threshold now disables
          checking entirely - thanks to knutov in GH #22

1.82    2012-06-28

        [ BUGFIXES ]
        - Fix for Debian RT #665221 :
        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665221 - avoid issues
        if we get a hashref of settings occupying the same region of memory as a
        previous hashref of settings which since went out of scope but which we
        still have a handle laying around for.

1.81    2012-03-07

        [ BUGFIXES ]
        - Don't generate invalid SQL with certain uses of where and
          order_by clauses together (PR-27, thanks to Michael Stapelberg
          (mstap))

1.80    2012-02-06
        [ ENHANCEMENTS]
        - New hooks 'database_error', 'database_connect_failed',
          'database_connection_lost'
        - New option 'handle_class' to allow the database handles to be
          reblessed into an alternative class, allowing you to subclass
          D::P::D::Handle if you want to extend it
        All requested by Nick S. Knutov - thanks Nick!

1.70    2012-01-31
        [ ENHANCEMENTS ]
        - New `order_by`, `limit` and `columns` options for quick_select()
          (Requested by bor in GH-20)

1.60    2011-12-29
        [ ENHANCEMENTS ]
        - Hook support, requested by mdom.  Currently supports a
          database_connected hook position; others may be added in future.

        Happy New Year!

1.51    2011-11-17
        [ BUGFIXES ]
        - Handle "is" operator properly (particularly if negated) - Issue 15.
        - Add =encoding utf8 to POD so contributor names render correctly on
          search.cpan.org / metacpan.org

1.50    2011-10-18
        All new features kindly contributed by Mark Allen (@mrallen1) - thanks!
        - Much more flexible WHERE clauses - e.g.  { foo => { like => 'bar'} }
        - Ability to select only specific columns in quick_select()
        - New quick_lookup() syntactic sugar method

1.42    2011-08-19
        - Don't produce spurious messages about enabling UTF-8 support when
          we have already done it (PR 9 from James Aitken (LoonyPandora))

1.41    2011-07-24
        - support where clauses with undef values. (Alberto Simões)
2017-09-20 11:13:52 +02:00
Thomas Klausner cfe9ffc098 p5-Dancer-Plugin-Database-Core: add new package, version 0.20
Required for update of p5-Dancer-Plugin-Database
2017-09-20 11:13:52 +02:00
Thomas Klausner cc94a8d015 p5-DBIx-Easy: update to 0.21.
* Tue Jan 28 17:48:27 2014 CET

DBIx::Easy v0.21 released.

* Tue Jan 28 15:42:38 2014 CET Marco Pessotto <melmothx@gmail.com>

Fix regular expression to extract table names.
Fix bug with incoming parameters in is_table method.

* Tue Nov 19 11:16:49 2013 CET

DBIx::Easy v0.20 released.

* Thu Jul  5 11:39:42 2012 CEST Stefan Hornburg (Racke) <racke@linuxia.de>

Use table structure cache for insert method as well to prevent one extra
select query for each insert query.

* Mon Jan 23 16:59:43 2012 CET Stefan Hornburg (Racke) <racke@linuxia.de>

Enable UTF8 flag by default for MySQL, PostgreSQL, Sqlite and Sybase
drivers.
2017-09-20 11:13:52 +02:00
Thomas Klausner 1838d18c22 p5-Class-Date: update to 1.1.15.
1.1.15 Mon May  5 06:18:37 2014
    - Don't require Env::C  due to RT #95332

1.1.14 Sat May  3 11:02:33 2014
    - Move Date/Const.pm to lib/Calss/Date/
    - Move Class::Date::Invalid and Class::Date::Rel to their own files in lib/Class/Date/
    - Require Scalar::Util and remove work-around lack of Scalar::Util
    - Require Env::C

1.1.13 Fri May  2 08:32:15 2014
    - Use Test::More for testing

1.1.12 Wed Apr 30 08:44:29 2014
    - Fixing MANIFEST.SKIP to include Makefile.PL and exclue MYMETA files.

1.1.11 Wed Apr 30 06:56:24 2014
    - Convert the pod to UTF8 and add =encoding RT #94657
    - Minumum version of perl is not 5.006
    - Makefile updated
    - New maintainer: Gabor Szabo
2017-09-20 11:13:52 +02:00
Thomas Klausner d21075dda1 p5-Catalyst-View-XML-Feed: update to 0.09.
0.09  Tue Nov  8 10:08:14 CST 2016
      - Corrected typo in documentation that
        would cause an error if copied and pasted.
        https://github.com/mstratman/Catalyst-View-XML-Feed/issues/2

0.08  Mon Apr 13 10:20:32 CDT 2015
      - Fixed overly restrictive failing test
2017-09-20 11:13:52 +02:00
Thomas Klausner fe11c2961c p5-Catalyst-Plugin-XMLRPC: remove deprecated package 2017-09-20 11:13:52 +02:00
Thomas Klausner 9951c79ada p5-Catalyst-Plugin-SubRequest: update to 0.21.
0.21  2015-04-03
        - Make this work on more modern Catalyst versions.

0.20  2012-08-07 18:03:00 BRT
        - Fix RT#78821

0.19  2012-07-19 23:50:58 BRT
        - Fixed non-propagation of parameters to subrequests

0.18  2012-06-20 08:58:54 BRT
        - Major refactor using Plack
        - Fix RT#77830 side-effect propagation to original request

0.17  2011-03-22 09:08:00 GMT
        - Added subrequest and subrequest_response names aliased to
          sub_request and sub_request_response methods
        - Fix RT#66126 debug mode path display bug.

0.16  2010-01-28 21:09:04 GMT
        - Add subreq_res to get the full Catalyst::Response back
          from the sub request. RT#39486

0.15  2009-11-23 22:47:32 GMT
        - Be compatible with Catalyst 5.80014 by not writing to the
          request body directly.
        - Remove deprecation warnings by moving actions out of the test app.

0.14  2009-10-18 18:30:00 BST
        - Tweak copyright info to ease downstream packaging.

0.13  2008-01-06 22:33:00 CET
        - Update to work with new Stats package.

0.12  2007-09-12 13:08:00 CET
        - Switch to Module::Install
        - Fixed README (RT #16459)

0.11  2007-04-03 14:13:00
        - $c->req->params restored after sub_request
2017-09-20 11:13:52 +02:00
Thomas Klausner 95598ed544 p5-Catalyst-Plugin-Static: update to 0.11.
0.11  Sun Oct 18 19:11:00 2009
        - Make tests pass again, clean up warnings with newer
          Catalyst.
        - Add clearer deprecation notice.
0.10  Mon Nov 14 11:15:00 2005
        - better fix for security issue.
0.09  Mon Nov 14 09:33:00 2005
        - Make sure ::Static can't serve files outside of $config->{root}
2017-09-20 11:13:52 +02:00
Thomas Klausner 2dc0d199f1 Makefile: remove p5-Catalyst-Plugin-Singleton 2017-09-20 11:13:52 +02:00
Thomas Klausner 496e88c5ad p5-Catalyst-Plugin-Singleton: remove deprecated module 2017-09-20 11:13:52 +02:00
Thomas Klausner 77d23c693d p5-Catalyst-Plugin-Session-Store-DBI: update to 0.16.
0.16    2010-03-23 22:46:37
        - Make the table metadata configurable (wreis).

0.15    2009-10-17 19:29:30
        - Fixed to work with the new config key for sessions, Plugin::Session
          (Dave Rolsky)
        - Fix a couple of problems and warnings in the test suite.
        - Stop treating model names as class names.

0.14    2008-09-17 09:53:47
        - Added a POD warning about MySQL TEXT field size. (Jay Hannah)

0.13    2008-04-29 08:30:00
        - Fixed ping() check to work properly. (Olivier Thauvin)

0.12    2007-10-05 11:00:00
        - Added support for Catalyst::Model::DBI models. (Geoffrey Giesemann)
        - Switched to Module::Install.

0.11    2007-03-22 17:00:00
        - Reset cached statement handles if the dbh goes away or changes.
          (Peter Karman)
        - Pre-generate all SQL statements at startup.

0.10    2007-03-15 12:00:00
        - Fixed Rose::DB::Object dbh call.
        - Forgot to document Rose::DB::Object support.

0.09	2007-03-14 22:00:00
        - Added support for using a Rose::DB::Object to get the dbh.
        (Peter Karman)

0.08	2007-02-15 11:00:00
        - Fixed DBIC tests.
        - Added DBIC Schema tests.
        - Improved logic for getting a dbh, will return a proper error
          if it can't get one.
2017-09-20 11:13:51 +02:00
Thomas Klausner e460ebb1c1 p5-Catalyst-Plugin-Session-State-URI: update to 0.15.
0.15   2010-09-23
        - Read from $req->query_parameters rather than $req->parameters
          in prepare_path to avoid race condition with POST requests with body

0.14    2010-07-19
        - Fix behaviour when debug is turned on by wrapping prepare_path
          rather than prepare_action (RT#56753).
        - Fix warning about test plugin inheriting from Catalyst::Component.
        - Fix for loading the session ID with a cookie for some actions
          and Session::State::URI for others (RT#57620)

0.13    2009-10-16
        - Port to new session config key.
        - Port to Moose.

0.12    2009-10-06
        - Make tests not warn with latest version of Catalyst.
        - Prefer session configuration to be in the 'Plugin::Session'
          config key, but provide backwards compatibility for the
          deprecated 'session' key.

0.11    2009-07-25
        - When rewriting URIs, avoid doubled slashes. While this is
          mostly a cosmetic problem, if you issue a redirect with a
          URI like "//-/...", some browsers (or Firefox 3.0, at least)
          may get very confused. (Dave Rolsky)

0.10    2009-07-11
        - Separate rewrite config item into rewrite_body and
          rewrite_redirect. The old config setting will still
          work. (Dave Rolsky)
        - Shut up warnings from test code with newer Catalyst-Runtime.
          (Dave Rolsky)

0.09    2009-03-26
        - Avoid bug in URI::Find causing test fails (RT#44593)
        - Remove use of NEXT missed last time from the test suite.

0.08    2009-02-08
        - Switch from NEXT to MRO::Compat (t0m)
        - Switch to Module::Install
        - pod fixes (RT #23749)
2017-09-20 11:13:51 +02:00
Thomas Klausner 43f56cd920 p5-Catalyst-Plugin-Session-FastMmap: remove obsolete package
Deprecated by upstream in favor of
Catalyst::Plugin::Session::Store::FastMmap.
2017-09-20 11:13:51 +02:00
Thomas Klausner d18b41f92d p5-Catalyst-Plugin-Prototype: update to 1.33.
1.33  2007-04-29 02:29:00
        - Switched to Module::Install
2017-09-20 11:13:51 +02:00
Thomas Klausner 3b6074721b doc/TODO: + 389-ds-base-1.3.7.4. 2017-09-20 07:10:26 +02:00
Thomas Klausner 21e9fc5ddd p5-Catalyst-Plugin-FormValidator: update to 0.094.
0.94      Mon Mar 1  16:09
       - bumped version
	   - official release
0.093_01  Tue Feb 23 15:04
       - Class::C3::Adopt::NEXT is not used so is removed.
       - MRO::Compat added for maybe::next::method per https://rt.cpan.org/Public/Bug/Display.html?id=54917
       - Pod tests now author only and must pass.

0.092  Sun Feb 21  16:04:00
       - added proper Class::C3::Adopt::NEXT method calls
       - added shipit stuff
0.091 Sun Feb 21  16:00:00
       - Removed extra plugins from Cat test app
0.05  Mon Feb  15 13:35:00 2010
       - removed NEXT
       - turned into Moose::Role
       - fleshed out tests more
       - switched to Module::Install
0.04  Thu Apr  2 18:45:00 2009
       - Add deprecation notice
	   - Added quotes on prereq.
2017-09-19 22:43:23 +02:00
Thomas Klausner e62ccba3d7 p5-Catalyst-Plugin-FillInForm: update to 0.12.
0.12  2009-07-11 13:40:31
        - Stop relying on index : Global being dispatched to on / in
          the tests. Catalyst-Runtime >= 5.80006 doesn't support it
          anymore.

0.11  2009-06-30 22:55:53
        - Port from NEXT to MRO::Compat.
        - Suppress warning in Catalyst 5.80 caused by assigning undef
          to the body

0.10  2008-12-31 17:08:00
        - Suppress potential HTML::FillInForm warning (jhannah)

0.09  2008-04-29 11:48:00
        - PREREQS typo

0.08  2008-04-12 13:16:00
        - Updated to Module::Install;
        - Added build_requires RenderView

0.07  2008-04-11 21:49:00
        - Changed all references of output -> body.
        - Added tests & docs (jhannah)
2017-09-19 22:43:23 +02:00
Thomas Klausner 20f8b0b5ee p5-Catalyst-Plugin-Email: update to 0.09.
Revision history for Perl extension Catalyst::Plugin::Email.

0.09 - 2015-08-12
        - final release, with modern tooling and deprecation flag in metadata

0.08  2006-12-31 20:01:00
	- Modernize documentation not to use subrequest.

0.07  2006-12-18 16:08:00
	- Revert change:
          Make it croak if recipient is empty.

0.06  2006-12-06 12:23:00
        - Added more extensive docs on config and usage.
          (Carl Franks)
	- Make it croak if recipient is empty.

0.05  Thu Nov 17 22:00:00 2005
        - Added docs on sending email using a TT template.
          (Andy Grundman)
2017-09-19 22:43:23 +02:00
Thomas Klausner ed49b9e04d p5-Catalyst-Model-LDAP: update to 0.20.
Revision history for Perl extension Catalyst::Model::LDAP.

0.20  Thu Aug 31 16:01:00 BST 2017
        - Switch to Module::Runtime for
          eval "require $class"; due to Perl::Critic 5 failures

0.19  Fri Jul 14 20:22:00 BST 2017
        - Migrate to Dist::Zilla due to:
          [rt.cpan.org #122481] MYMETA must not be included
          https://rt.cpan.org/Ticket/Display.html?id=122481

0.18  Mon Sep  5 15:23:00 BST 2016
        - Authz added to support Net::LDAP::Control::ProxyAuth
        - Raw option added to support UTF8
          https://rt.cpan.org/Public/Bug/Display.html?id=117219
        - Control option cleans ups to avoid duplicate elements
          in the control array of Net::LDAP search objects
        - Net::LDAP 0.65 added for min version as the current
          required version is so old and does not support ProxyAuth
        - Makefile.PL updated for ProxyAuth

0.17  Thu Dec  3 16:48:27 EST 2009
        - Fix a problem when the Entry and Connection classes
          live under the same app namespace, when COMPONENT gets
          called from Catalyst, Net::LDAP::Entry dies because
          $self is not a reference
        - Update ACCEPT_CONTEXT method to remove Catalyst-specific
          parameters, which broke anonymous Net::LDAP::bind operations
        - Convert from Class::C3 to MRO::Compat
        - Reorganize tests and update their deprecated Catalyst usage
2017-09-19 22:43:22 +02:00
Thomas Klausner 4d60e5ecee p5-Catalyst-*CDBI: remove deprecated packages 2017-09-19 22:43:22 +02:00
Leonardo Taccari 02d660c52f 389-ds-base: Add a reference to CVE-2015-1854 2017-09-19 22:30:30 +02:00
Thomas Klausner 889a76cf43 p5-Catalyst-Log-Log4perl: update to 1.06.
1.06 Thu Jun 21 07:50:00 BST 2012
  - Stop wrongly bundling Test::More without Test::Builder. RT#77939

1.05 Tue Oct 27 19:08:00 BST 2011
  - DEPRECATED in favor of Log::Log4perl::Catalyst

1.04 Sun Oct 18 19:00:00 BST 2009
  - Fixup copyright info
  - Add tests using Test::Log4perl contributed by Sebastian Willert
  - Correct dependency on Log4Perl (RT#41622)
  - Remove unused dependency (RT#27361)

1.03 Sat Mar 21 20:52:20 GMT 2009
  - Fix to work correctly with Log::Dispatch::Email::MailSend, which
    is recommended in the documentation (Sebastian Willert)

1.02 Tue Mar 10 12:56:06 GMT 2009
  - Remove dependency on parent.pm from the new tests.

1.01 Sun Mar  8 23:07:08 GMT 2009
  - Fix test suite to work correctly with Catalyst 5.8 (omega)
2017-09-19 22:20:44 +02:00
Thomas Klausner 9397df740b p5-Catalyst-Engine-Apache: update to 1.16.
1.16   2010-10-05 00:29:16
        - No code changes.
        - Don't ship .rej files in the dist.
        - Convert to Dist::Zilla.

1.15   2010-10-03 22:07:00
        - Fix license info for debian et all.

1.14
        - No changes since dev release.

1.13_01
        - Update tests to pass again.
        - Update tests to not throw warnings with newer versions of Catalyst.
        - Fix $c->req->remote_user with this engine.
        - Clarify use with non-standard ports.
        - Fixes RT#61707, RT#61706, RT#61704, RT#36829

1.13
        - Workaround change in LWP that broke a cookie test (RT #40037)
        - Update streaming test to latest 5.70
2017-09-19 22:15:51 +02:00
Thomas Klausner ed9d159f30 p5-Catalyst-Action-REST: remove, www/p5-Catalyst-Action-REST is newer 2017-09-19 22:06:25 +02:00
Thomas Klausner be3aa7ebf0 p5-CGI-Application-Server: update to 0.063.
0.063     2013-07-05 21:08:53 America/New_York
          repackage, update bugtracker

0.062			2010-01-20
					work on alternate ports (thanks, Potatohead @ github)
					misc. cleanup (Potatohead, rjbs)

0.061			2009-02-08
					reinitialize $query between runs when entry point is an object
					(patch from JALDHAR, rt #42199)
2017-09-19 22:03:34 +02:00
Thomas Klausner a9f6f58ddf p5-CGI-Application-Plugin-Stream: update to 2.12.
2.12  Wed Mar 11 10:57:50 2015 -0400
  * Fixed distribution header specification
    - https://rt.cpan.org/Public/Bug/Display.html?id=102688
    - Thanks, Kai Wasserbäch

2.11  Mon Dec 23 10:05:51 2013 -0500
  * Fixed header hyphen prefix that was causing testing failures
    - https://rt.cpan.org/Public/Bug/Display.html?id=81646
    - Thanks, Niko Tyni
2017-09-19 22:01:55 +02:00
Thomas Klausner 4c20178a2a p5-CGI-Application-Plugin-FillInForm: update to 1.15.
1.15 06/22/09
    (No code changes)
    - Fix "fill_password" typo (Fred Steinberg)
2017-09-19 21:59:20 +02:00
Thomas Klausner c740b1ef42 p5-CGI-Application-Plugin-ErrorPage: update to 1.21.
1.21 Fri Jun 26 20:48:56 EDT 2009
   No code changes.
   - Clarify docs on why we ignore tmpl_path() and what you can do about it.
     (Thanks to Jaldhar Vyas for feedback on this).
2017-09-19 21:50:48 +02:00
Thomas Klausner 96ffa390a9 CGI-Application-Plugin-ConfigAuto: update to 1.33.
Set PERL5_PACKLIST to fix packaging.

1.33 March 1st, 2011
    (no meaningful code changes)
    [DOCUMENTATION]
    Document the recommended use of "my" in the example config file.  (Zakarias Santanu)

1.32 Thu Feb 25 23:28:15 EST 2010
    (no code changes)
    [TESTS]
    Attempted test fix to address: Global symbol "%CFG" requires explicit package name

1.31 Mon Jul 20 15:27:42 EDT 2009
   [DOCUMENTATION]
   - Fix a couple of broken documentation links (Lyle Hopkins)
2017-09-19 21:49:43 +02:00
Thomas Klausner 3cf5806dcc p5-Astro-SpaceTrack: update to 0.099.
0.099		2017-05-24	T. R. Wyant
    Deprecate McCants' Iridium status.

0.098		2017-03-15	T. R. Wyant
    Move SpaceTrack script from bin/ to script/

    Don't 'use Exporter qw{ import };'. Instead, subclass Exporter.

    eval() autoflush() in test routines, requiring 'IO::Handle' first.

0.097		2017-02-09	T. R. Wyant
  Add Celestrak catalogs 'iridium-NEXT' and 'ses'.

0.096		2017-01-15	T. R. Wyant
  Ditch 'use base'.
    Astro::SpaceTrack is no longer a subclass of Exporter. Instead
    import() was imported into its name space.
    In the case of the inc/ files, 'use base' was replaced by a 'use' of
    the appropriate module, followed by assignment to @ISA.

  Have relevant author tests use identity file.

  Document the use of environment variable CI_GPG to get gpg2 even
    though gpg is also installed.

0.095		2016-11-07	T. R. Wyant
  Support Config::Identity file. Both the file and Config::Identity are
    optional. The file name is spacetrack.id (MSWin32 and VMS) or
    .spacetrack-identity (anything else) in the user's home directory.
    The file itself can be GnuPG encrypted.

  Rod Sladen Iridium status update.

0.094		2016-08-07	T. R. Wyant
  Implement Kelso Iridium status '[B]' as spare, and implement all
    other status codes documented on the Celestrak web site.

  Update copyright date returned by banner().

0.093		2016-01-20	T. R. Wyant
  Make t/query_iridium_status_*.t skip rather than fail if the server is
    unavailable.

  Add GitHub repository to metadata.

0.092		2015-05-27	T. R. Wyant
  Add new Space Track catalog "files" (canned queries, really). These
    are:
        medium_earth_orbit
        low_earth_orbit
        highly_elliptical

0.091		2015-04-15	T. R. Wyant
  Add dependency on Mozilla::CA in hope to quash some of the CPAN
    testers CERT errors.

  Simplify the -last5 handling code. Rather than defaulting it and then
    removing it if unneeded, just insert it only if the query class ends
    up being 'tle_latest'.

  Fix a problem with bad Space Track queries being generated under
    certain circumstances if TLE data were being requested and class
    'tle' (rather than 'tle_latest') was being used to satisfy them. The
    problem seems to have been the leakage of extraneous data from the
    -last5 option (even if defaulted) into the REST query.
    Thanks to Vidar Tyldum for finding this rather abstruse problem and
    running it to ground.
2017-09-19 20:56:19 +02:00
Thomas Klausner fe7a1e8a6a p5-Arch: update to 0.5.2.
arch-perl-0.5.2 (08-Mar-2010)

* Adapted all relevant tests to quietly pass (be skipped) without tla.
* Applied fix for Changeset dir containing regexp chars.
* Enabled caching of tree logs.
* Enhanced history method of Arch::Tree.
* Small improvements in documentation files.
2017-09-19 20:56:19 +02:00
Thomas Klausner b0d8cd3fe5 p5-Apache2-ModSSL: update to 0.10.
0.10  Sun May 26 17:25:33 CEST 2013
      - reactivate tests w/o mod_ssl

0.09  Sun May 26 17:12:25 CEST 2013
      - fix tests to work with newer A::T versions
        newer A::T versions create an UA that uses an explicit SSL_ca_file
        prevent that.
2017-09-19 20:56:19 +02:00
Thomas Klausner 85b596f5da p5-AnyEvent-I3: update to 0.17.
0.17    2017-04-09

   * support the shutdown event
   * use lib '.' for Perl 5.25.11+
2017-09-19 20:56:19 +02:00