Commit graph

6416 commits

Author SHA1 Message Date
fhajny
7dc73b4c30 Add lost sphinxsearch hashes, make sure they are not lost next time. 2015-01-03 16:07:38 +00:00
ryoon
4fc22a9e8b Add db6 2015-01-01 18:53:56 +00:00
ryoon
759be8d9a0 Import db6-6.1.19 as databases/db6.
Berkeley DB is an embeddable database system that supports keyed access to
data. The software is distributed in source code form, and developers can
compile and link the source code into a single library for inclusion
directly in their applications.

Developers may choose to store data in any of several different storage
structures to satisfy the requirements of a particular application. In
database terminology, these storage structures and the code that operates on
them are called access methods. The library includes support for the
following access methods:

   * B+tree: Stores keys in sorted order, using either a programmer-supplied
     ordering function or a default function that does lexicographical
     ordering of keys. Applications may perform equality or range searches.
   * Hashing: Stores records in a hash table for fast searches based on
     strict equality. Extended Linear Hashing modifies the hash function
     used by the table as new records are inserted, in order to keep buckets
     underfull in the steady state.
   * Fixed and Variable-Length Records: Stores fixed- or variable-length
     records in sequential order. Record numbers may be immutable or
     mutable, i.e., permitting new records to be inserted between existing
     records or requiring that new records be added only at the end of the
     database.

This package privides Berkeley DB 6 released under GNU AGPL3.
2015-01-01 18:52:52 +00:00
dholland
756f2f1521 This builds fine on NetBSD; remove bogus NOT_FOR_PLATFORM. 2015-01-01 09:50:31 +00:00
dholland
8c8ba6fadc If postgres really still doesn't have mips atomics, it should be fixed
(which is easy enough for all but archaic mips) so use BROKEN_ON_PLATFORM.
2015-01-01 09:48:58 +00:00
dholland
ac50984fb4 Remove obsolete restriction based on a.out shared libraries not working.
Even if they still don't (it was noted ten years ago) I don't think we
have any a.out platforms left in pkgsrc. (Do we?)
2015-01-01 09:43:44 +00:00
wiz
f7afc520d4 Update to 1.835:
1.835 23 Dec 2014

   * Silence more compiler warnings
2014-12-31 14:39:07 +00:00
wiz
4a9683107c Mark as not ready for python-3.x. Remove unnecessary line. 2014-12-31 14:07:40 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
wiz
dda0d2ae99 Remove unused file. 2014-12-30 16:07:38 +00:00
wiz
dec6a1d53f Add a few qore* packages. 2014-12-30 15:45:32 +00:00
wiz
7dc092d876 Import qore-sqlite3-module-1.0.1nb4 as databases/qore-sqlite3-module,
packaged for wip by nros.

SQLite 3 driver for the Qore language DBI system, using this module Qore
programs can access SQLite 3 file and in-memory databases using the
Datasource and DatasourcePool classes.
2014-12-30 15:45:04 +00:00
wiz
88141eed11 Import qore-pgsql-module-2.3nb4 as databases/qore-pgsql-module,
packaged for wip by nros.

PostgreSQL driver for Qore. It makes it possible for Qore programs to
access PostgreSQL database through the Datasource, DatasourcePool and
SQLStatement classes.
2014-12-30 15:44:25 +00:00
wiz
7aa763c0e9 Import qore-openldap-module-1.0nb4 as databases/qore-openldap-module,
packaged for wip by nros.

The Qore openldap module makes it possible for Qore programs to
communicate with LDAP servers.
2014-12-30 15:43:31 +00:00
wiz
8f3fa61e0c Remove unused file 2014-12-30 15:42:41 +00:00
wiz
0d07f08dc4 Import qore-mysql-module-2.0.1nb4 as databases/qore-mysql-module,
packaged for wip by nros.

MySQL driver for Qores DBI system that allows Qore programs to MySQL
Databases through the Datasource, DatasourcePool and SQLStatement
classes.
2014-12-30 15:42:24 +00:00
wiz
5a782b0d8a Import qore-freetds-module-1.0.3nb4 as databases/qore-freetds-module,
packaged for wip by nros.

The Freetds DB driver for qore gives Qore programs the possibility to
communicate with databases that use the TDS(Tabular Data Stream)
protocol for access such as MS SQL Server and Sybase databases.
2014-12-30 15:41:23 +00:00
obache
2437ad7076 On 0.6.0 release, remove Ruby 1.8 support. 2014-12-21 07:39:54 +00:00
obache
83b5a65def Remove unwanted entry, tight to Ruby-2.0. 2014-12-21 03:06:40 +00:00
obache
8d2c34f771 Add an missing entry for Ruby>=2.1. 2014-12-21 03:03:58 +00:00
obache
18e32422ce Change version number from fixed `0' to main Python distribution version,
same as other buitin module (already changed over a half year ago).
2014-12-21 01:22:33 +00:00
obache
0faee3ce8f jnilib file will be installed on Darwin.
PR pkg/49474 by Sevan Janiyan.
2014-12-16 06:24:05 +00:00
wiz
82c301ce85 Update to 1.834:
1.834 11 Dec 2014

   * Makefile.PL: version check is missing a zero
     RT #100844
2014-12-14 15:33:09 +00:00
tron
56b7003f08 Update "phpmyadmin" package to version 4.3.2. Changes since version 4.3.1:
- bug #4628 PHP error while exporting schema as PDF
- bug #4631 Server selector submits two server parameter values
- bug #4629 Problem with custom SQL queries using cookie authentication
- bug       Undefined index central_columnswork
- bug #4632 Notice in ./libraries/Util.class.php#1916 Undefined index: query
- bug #4633 Wrong parameter in fetchValue
- bug #4634 Error reporting creates an infinite loop
- bug #4635 Token mismatch while creating configuration storage
- bug #4640 Incorrect reference to PHP 6
- bug #3794 failure to handle repeating empty columns when importing ODS
- bug #4638 Default Export Method setting broken
- bug #4639 Export SQL missing indentation first field
- bug #4644 Error when browsing tables
- bug #4637 Field Alignment
2014-12-14 09:16:23 +00:00
fhajny
08311a3e40 Update py-peewee to 2.4.4.
2.4.4
=====
* Backwards-incompatible changes
  - The argument signature for the SqliteExtDatabase.aggregate() decorator
    changed so that the aggregate name is the first parameter, and
    the number of parameters is the second parameter. If no values are
    specified, peewee will choose the name of the class and an un-specified
    number of arguments (-1).
  - The logic for saving a model with a composite key changed slightly.
    Previously, if a model had a composite primary key and you called save(),
    only the dirty fields would be saved.
* Bugs fixed
  - #462
  - #465, add hook for disabling backref validation.
  - #466, fix case-sensitive table names with migration module.
  - #469, save only dirty fields.
* New features
  - Lots of enhancements and cleanup to the playhouse.apsw_ext module.
  - The playhouse.reflection module now supports introspecting indexes.
  - Added a model option for disabling backref validation.
  - Added support for the SQLite closure table extension.
  - Added support for virtual fields, which act on dynamically-created
    virtual table fields.
  - Added a new example: a virtual table implementation that exposes Redis
    as a relational database table.
  - Added a module playhouse.sqlite_aggregates that contains a handful of
    aggregates you may find useful when developing with SQLite.
  - Small documentation updates here and there.

2.4.3
=====
* Bugs fixed
  - #466, table names are case sensitive in the SQLite migrations module.
  - #465, added option to disable backref validation.
  - #462, use the schema name consistently with postgres reflection.
* New features
  - New model Meta option to disable backref validation. See
    validate_backrefs.
  - Added documentation on ordering by calculated values.
  - Added basic PyPy compatibility.
  - Added logic to close cursors after they have been exhausted.
  - Structured and consolidated database metadata introspection, including
    improvements for introspecting indexes.
  - Added support to prefetch for traversing up the query tree.
  - Added introspection option to skip invalid models while introspecting.
  - Added option to limit the tables introspected.
  - Added closed connection detection to the MySQL connection pool.
  - Enhancements to passing options to creating virtual tables with SQLite.
  - Added factory method for generating Closure tables for use with the
    transitive_closure SQLite extension.
  - Added support for loading SQLite extensions.
  - Numerous test-suite enhancements and new test-cases.

2.4.2
=====
* Bugs fixed
  - #449, typo in the db_url extension, thanks to @malea for the fix.
  - #457 and #458, fixed documentation deficiences.
* New features
  - Added support for importing data when using the DataSet extension.
  - Added an encrypted diary app to the examples.
  - Better index reconstruction when altering columns on SQLite databases
    with the migrate module.
  - Support for multi-column primary keys in the reflection module.
  - Close cursors more aggressively when executing SELECT queries.
2014-12-12 11:42:25 +00:00
fhajny
ccf385b2e8 Update mongo-c-driver to 1.0.2.
- A variety of fixes for read preference based node selection
- Avoided inclusion of getLastError in 2.6 writeConcern
- Correct handling of pass through params for collection_aggregate
- Improved error reporting in socket connect
- Public MONGOC_DEFAULT_CONNECTTIMEOUTMS
2014-12-12 11:35:05 +00:00
mef
e55f439fd8 0.100 22 April 2014
- fix primary_key_uri_escaped() to check explicitly for ref() eq ARRAY
   in case the primary key is an object (e.g. BigInt)
2014-12-12 05:12:29 +00:00
mef
556e7f02b0 0.180 2014-05-31
- update test app scripts with latest catalyst.pl
 - tweek .sql to make autoincrement PKs work for sqlite3
 - change Plugin::Static::Simple to Plugin::Static::Simple::ByClass
   for test app (now matches SYNOPSIS)
 - switch to File::Slurp::Tiny

0.17 2013-10-11
 - fix SYNOPSIS to add note about default_view

0.16 2012-10-31
 - more pod patches from Adam Mackler
 - improve docs
2014-12-12 05:10:41 +00:00
mef
f9ba93928c Update 0.810 to 0.813
0.813 (11.07.2014) - John Siracusa <siracusa@gmail.com>

    * Added prepare_options parameter to get_objects_iterator_from_sql() and
      get_objects_from_sql() Manager methods (RT 98014)

0.812 (11.07.2014) - John Siracusa <siracusa@gmail.com>

    * Second attempt to address precision and scale mix-ups in auto-loaded
      numeric column metadata.
    * Fixed get_objects_count() with custom select lists and distinct
      (Reported by Alexander Karelas)
    * Fixed precision and scale references in the tutorial (RT 96079)
    * Fixed an incorrect method name in the Rose::DB::Object::Helpers
      documentation (RT 97602)
    * Fixed a bug where save() parameters were not passed to map record
      save() calls (RT 98730)
    * Corrected a typo in the documentation (RT 94100)
    * Updated tests to work with DBD::Pg versions greater than 2.x.x.

0.811 (03.21.2014) - John Siracusa <siracusa@gmail.com>

    * Fixed a bug that prevented many-to-many map records from being saved
      to the database (RT 93531)
2014-12-12 05:02:18 +00:00
mef
92056634ae Update 1.958 to 1.976
1.976     2014-10-03 15:05:58 Europe/Amsterdam

1.975     2014-08-03 20:50:25 Europe/Amsterdam

   * Clarification about reconnect and read_timeout (#89)
   * Test::CPAN::Meta (et al.) are required even if unused (#92)

1.974     2014-05-16 21:42:48 Europe/Amsterdam

   * released as stable version, no change

1.973_04  2014-05-12 22:53:06 Europe/Amsterdam

   * release again, last one was screwed up.
   * fix #85 (PR #86) reconnect during transaction

1.973_03  2014-05-12 22:49:07 Europe/Amsterdam

   * fix #85 (PR #86) reconnect during transaction

1.973_02  2014-04-30 12:04:29 Europe/Amsterdam

   * merge PR #84 optimize try read sock

1.973_01  2014-04-26 18:00:31 Europe/Amsterdam

   * use new network code from Ivan Kruglov
   * fix sentinel tests
   * fix #81: doc for 'every' option

1.972     2014-02-18 00:54:01 Europe/Amsterdam
   * Sentinel features (connections, timeouts, etc) support
   * various bugfixes and testfixes
   * fix network code for BSDs
   * no_auto_connect_on_new

1.971     2014-02-01 09:55:11 Europe/Paris

   * skip some tests that fail on some platforms for now

1.970     2014-01-30 15:07:42 Europe/Amsterdam

   * fix tests breaking in some case

1.969     2014-01-30 13:19:28 Europe/Amsterdam

    * Clarification for (p)unsubscribe commands.
    * use Test::TCP for testing

1.968     2014-01-30 12:19:11 Europe/Amsterdam

    * Add a no_auto_connect_on_new parameter to new() to allow users
      to call $x = Redis->new and then $x->connect, instead of Redis
      auto-connecting. Useful for tuning the cnx_timeout parameter.

1.967     2013-12-28 22:58:55 Europe/Paris
    * use new IO::Socket::Timeout with different API

1.966     2013-12-17 13:58:33 Europe/Amsterdam
    * fix tests for Redis 2.8

1.965     2013-11-29 09:28:36 Europe/Amsterdam

    * fix #60: TEST_REQUIRES needs newer MakeMaker
    * fix #34: perl-redis doesn't receive subcribed message if server restart
    * fix #38: select new database doesn't survive after reconnect
    * minor documentation fixes

1.964     2013-11-14 15:45:08 Europe/Amsterdam
    * minor fix to dist.ini to fix github url

1.963     2013-11-13 22:44:29 Europe/Paris

    * Add documentation for the slowlog command PR #44 (rgs)
    * doc fix, duplicate spop PR #48 (nightlord)
    * Redis client is now fork safe PR #51 (songmu)
    * rewrite dist.ini

1.962     2013-10-16T14:58:30Z
    * merge #54 (fix for broken test)
    * Parameter name to new() can be a CodeRef, dynamic connection names
    * admin: added co-maintainer Damien Krotkine <dams@zarb.org>

1.961     2013-01-23T15:09:47Z
    * Add wait_one_response() for better pipeline management

1.960     2013-01-23T11:28:40Z
    * Make the new() name parameter safe to use with all redis-
      server versions

1.959     2013-01-22T14:46:42Z
    * __try_read_sock: test error conditions more thoroughly (issue #31)
    * Improve Test::SpawnRedisServer: multi-server support
    * tidyall the code and docs
2014-12-12 04:59:45 +00:00
mef
f6d9aef39f Update 0.1802 to 0.2100
0.2100  2014-04-05
        Added support for ::Replicated options:
            balancer_args, pool_type, and pool_args

0.2001  2014-03-12
        Skip the replicated tests if the required deps are not installed.
        Removed the deprecated pckg option.
        Added a deprecation warning for the pass option.
        Updated the documentation.

0.2000  2014-03-11
        Added support for database slaves via
            DBIx::Class::Storage::DBI::Replicated.
        Thanks to Al Newkirk for the idea and the initial implementation.

0.1901  2014-02-04
        Added SQL::Translator prereq for tests to pass.

0.1900  2014-02-04
        Added support for schema aliases.
        Added schema_loader_naming option.
        Can now provide password instead of pass, to be more DBIC friendly.
        Simplified tests.

0.1803  2013-10-06
        Show the root cause when unable to load a schema.
2014-12-12 04:56:43 +00:00
mef
0221a1afad Update 0.001 to 0.002
0.002 2013-09-11
 - Move repository to github
 - Update Metadata
 - Move AUTHOR tests to xt/
 - Adjust requirements to recent environments (Perl 5.14 is the new 5.8 ^^)
2014-12-12 04:53:52 +00:00
mef
9fbcc18fb0 Update 0.74 to 0.77
0.77 2013-12-01
    * Fix for perl 5.19.4 parsing of @{ foo { ... } }
    * Fix signature

0.76 2013-06-17
    * Provide source repository info in metadata
    * Default Cached::Memcached dependency off on Windows due to known build problems

    Thanks to Alexandr Ciornii for both.

0.75 2013-01-29
- Bug fixes:
    * backport a sort order fix for Pg handles from Searchbuilder
    * Work around Pg's sub-second formatting and DateTime::Parser::ISO8601
    * Don't attempt to filter, eq-check, validate, or otherwise munge functions

- Tests:
    * Fix failures on 5.17.6, reported as [rt.cpan.org #82978]
    * Update test to account for the ported bug fix in f9439a0

- Cleanup:
    * remove a useless wrapper function

- Documentation:
    * SPROUT points out that the second fix in 0.73 is actually a run-time
      error, of course
2014-12-12 04:51:06 +00:00
mef
f15304ac3b Update 1.68 to 1.70
-------------------
1.70 Sat Jan 25 06:44:12 PST 2014
  - Minor patch to 1.69, as encoding function is only reliably supported
  by Perl newer than v5.8.1.

  - Patch internal method openFileWithEncoding(), so that older Perl
  version will not give an error.

  - Fixed a warning in fromFileGuessOS, introduced in 1.69.

1.69 Tue Jan 14 10:22:19 PST 2014

  Fix a minor bug in pivot() related to colToSplitIsStringOrNumeric.

  Integer column names are allowed. However, fromFile by default does
  not take numeric column names, unless allowNumericHeader is set to
  1.
  Patch fromFile(), checkHeader(), colIndex(), fromFileIsHeader(), fromFileGetTopLines()
  to support numeric column header.
  An integer is first interpreted as a column name. Therefore,
  accessing a column by its ordinal number may not be possible, if the
  number is used as a column name. In such case, first fetch the
  corresponding column name and access by name.

  Support file encoding methods in fromFile, fromCSV, fromTSV.  E.g.,
  fromCSV("filename, 1, undef, {encoding=> 'UTF-8'}) UTF-8 is the
  default encoding, can be controlled by
  $Data::Table::DEFAULTS{ENCODING}.  Thanks to questions asked by
  Sergio Basto and Thomas Hofmann.

  If an integer is passed to colIndex(), it is interpreted as string
  first for column lookup.  fromFile by default will allow numeric
  headers (but not all column headers can be numeric).

  support skip_empty in melt();
2014-12-12 04:43:16 +00:00
mef
0a13fc0ac7 (pkgsrc) remove patch-lib_DBM_Deep.pod, upstream corrected.
(upstream) Update 2.009 to 2.0011
  2.0011 Jan 12 16:00:00 2013 PDT
    - POD fixes by H. Merijn Brandt (The X<> tag - Thanks!)
2014-12-12 04:39:23 +00:00
wiz
fd2ef00230 Remove patches whose checksums were removed from distinfo during
last update.
2014-12-11 20:13:10 +00:00
wiz
9a08d7a104 Update to 1.833:
1.833 9 Dec 2014

   * More Silence compiler warnings

   * 1.832 breaks bleadperl C89 build
     RT #100812

1.832 8 Dec 2014

   * Silence compiler warnings

   * C++ change from blead
2014-12-10 22:08:26 +00:00
wiz
42cd4672e3 Update to 1.46:
1.46 2014-12-10
    - Switched to a production version. (ISHIGAKI)

1.45_06 2014-11-26
    - Silenced a compile-time warning (Unescaped left brace
      in regex is deprecated) in PerlData virtual table
      under bleadperl

1.45_05 2014-11-25
    - Updated to SQLite 3.8.7.2
    - Restored regexp support in PerlData virtual table
      by secure reimplementation using closure (DAMI++)

1.45_04 2014-10-28
    *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
    - Changed to apply quotemeta() to parameters while building
      a query for a virtual table using PerlData for security.
      (RIBASUSHI++ and MAUKE++) (DAMI, ISHIGAKI)

1.45_03 2014-10-25
    - Fixed regression of 0 as integer (ISHIGAKI)

1.45_02 2014-10-23
    - Improved int overflow handling under 32bit strawberry perl
      (ISHIGAKI)

1.45_01 2014-10-22
    - Updated to SQLite 3.8.7 (ISHIGAKI)
    - Resolved #76395 (hopefully): int values over 32 bit in length
      produce an error "datatype mismatch" (ISHIGAKI)
2014-12-10 22:01:20 +00:00
tron
58905bb512 Update "phpmyadmin" package to version 4.3.1.
The major changes in version 4.3.* are:
- Smart sorting for int keys
- Confirmation message when dropping user(s)
- Confirm dialog on accidentally leaving a page
- Allow clicking an approximate row count to get a correct one
- Support for editing binary fields in hexadecimal
- MariaDB 10+ multi-master replication support
- Allow saving query charts as images
- Use aliases in SQL export for tables and columns
- Export with table/column name changes
- Dynamic process list
- Drag and Drop SQL import
- Preview SQL instead of executing it
- Run SQL query: Allow rollback for InnoDB tables
- Zeroconf PMA tables support
- Regexp replace
- Avoid session timeout when user is active
- MySQL 5.7.5 compatibility
- Avoid session timeout when user is active
- Multiple-column foreign key relation
- Charts for data in <x-axis, series,="" value=""> format
- Range Search Capability
- Improvements for the table editor (index creation)
- PHP OpenSSL support for cookie encryption/decryption
2014-12-10 20:34:34 +00:00
fhajny
a9df055830 Set PATH for postgresql SMF, helps 3rd party software invoked via
modules like PL/Perl.
2014-12-10 14:05:41 +00:00
fhajny
603d2382dc Update redis to 2.8.18.
* [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo)
* [FIX] A number of typos fixed inside comments. (Various authors)
* [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff)
* [FIX] Test framework improved to detect never terminating scripts, cleanup
        instances on crashes. (Salvatore Sanfilippo)
* [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo)
* [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff,
        Michael Grunder, Salvatore Sanfilippo)
* [FIX] Don't show the ASCII logo if syslog is enabled. Redis is now
        an Enterprise Grade product. (Salvatore Sanfilippo)

* [NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at
        http://redis.io/topics/replication. (Salvatore Sanfilippo).
* [NEW] Transparent Huge Pages detection and reporting in logs and
        LATENCY DOCTOR output. (Salvatore Sanfilippo)
* [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests,
        cmsgpack upgrade. (Matt Stancliff)
* [NEW] Total and instantaneous Network bandwidth tracking in INFO.
* [NEW] DEBUG POPULATE two args form implemented (old form still works).
        The second argument is the key prefix. Default is "key:" (Salvatore
        Sanfilippo)
* [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, and
        warn about it if not. (Salvatore Sanfilippo)
2014-12-10 13:36:54 +00:00
adam
744debcb84 Changes 3.8.7.4:
Bug fix: Add in a mutex that was omitted from the previous release.
2014-12-10 10:39:08 +00:00
adam
53280783df Changes 3.8.7.3:
* Bug fix: Ensure the cached KeyInfo objects (an internal abstraction not visible to the application) do not go stale when operating in shared cache mode and frequently closing and reopening some database connections while leaving other database connections on the same shared cache open continuously.
* Bug fix: Recognize that any column in the right-hand table of a LEFT JOIN can be NULL even if the column has a NOT NULL constraint. Do not apply optimizations that assume the column is never NULL.
2014-12-08 11:04:32 +00:00
mef
4459602120 Udate 0.00012 to 0.00013
0.00013 2014-02-27
        - Pod fixes (RT#88875)
        - Fix deps (github#1)
2014-12-07 22:12:54 +00:00
mef
2cd2b27dac Update 1.65 to 1.66
1.66  2014/08/20
 - No changes since 1.65_02

1.65_02
 - Stop unilaterally disabling the "UTF8" flag before executing queries
 - Make ->Fields case-sensitive in the column names it returns, as well
   as in the table name it takes.

1.65_01
 - Make ->Fields only lookup information on the table requested, not all
   fields, for performance.  It also is now case-sensitive in table name.
 - Omit calls to ->Fields entirely for PostgreSQL 9.1 and above
2014-12-07 22:09:51 +00:00
mef
a876fd018a Update 0.001003 to 0.001004
0.001004  2014-11-30 21:50:34-06:00 America/Chicago
 - Fix bug that disallowed false values
2014-12-07 22:06:49 +00:00
mef
35f233e77e Update 0.10 to 0.11
0.11 03 March 2014
 - move to github
 - add meta to Makefile.PL, make pod tests respect RELEASE_TESTING env var
 - fix https://rt.cpan.org/Ticket/Display.html?id=93435
2014-12-07 22:01:58 +00:00
mef
0181c17067 Update 2.024000 to 2.024001
2.024001  2014-11-25 19:16:41-06:00 America/Chicago
 - Fix ::DidYouMean to override source instead of resultset (Thanks ribasushi
   for the bug report!)
2014-12-07 22:00:26 +00:00
mef
6e86c73022 Update 1.001024 to 1.001026
1.001026  2014-12-01 16:43:10+00:00 Europe/London
- bugfix: not relying on $src->from to be a string anymore,
  use $src->name or $src->source_name. mrf++

1.001025  2014-11-30 00:58:13+00:00 Europe/London
- optimization: add empty string as second arg to encode_base64 - rammo++
    https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/1/commits
2014-12-07 21:57:27 +00:00
tron
2c16693f5e Use significantly smaller ".tar.xz" distribution file now that downloads
from the master site are working again.
2014-12-07 14:27:29 +00:00