0.052 2012-10-20 00:00:34 America/Los_Angeles
Added the 'blame' command, which shows who was the last person
to modify a package in the stack (by either adding, pinning,
or unpinning it). Requires Pinto-0.059 or later.
Stack names and property names are no longer forced to lower-case.
Instead, the case will be preserved but any lookups or comparisons
will not be case sensitive.
0.051 2012-09-27 13:46:59 America/Los_Angeles
Added the 'replace' command, which substitutes one distribution
for another across all stacks (Contributed by renormalist).
You'll need to upgrade Pinto to use this command.
0.050 2012-09-20 13:19:38 America/Los_Angeles
For the 'list' command, the magic all-stack name has been changed
from '@' to '%'. This was done to distinguish it from revisions,
which look like 'stack@1234'. Requires Pinto-0.055 for
compatibility.
0.049 2012-09-19 22:04:59 America/Los_Angeles
Added --dryrun option to committable commands. This was already
supported by Pinto. It just wasn't offered here in the command
line.
0.048 2012-09-18 16:07:04 America/Los_Angeles
Now requires Pinto-0.52 or newer, if using local repositories.
For remote repositories, App::Pinto should still work with your
current version of Pinto::Remote. However, you'll need to
upgrade Pinto and Pinto::Server on the remote host to use the new
commands (listed below).
Added the 'revert' command, which resores the stack to a revision
of your choosing. See POD for detais.
Added the 'log' command, which shows the changes that have
happened on a stack.
The --dryrun option is available (again) on all commands that
change the state of the repository.
All commands that affect the state of the repository now require
a commit message.
0.047 2012-08-28 15:48:00 America/Los_Angeles
The 'index' command is no longer supported. With the latest
versions of Pinto and Pinto::Server, this command is no longer
useful.
The --dryrun option is only supported on the add, pull, and merge
commands. It didn't make much sense on other commands.
0.045 2012-08-16 11:47:51 America/Los_Angeles
Just documentaiton edits. No code changes.
0.044 2012-08-15 18:25:05 America/Los_Angeles
Added a 'clean' command to force removal of orphaned
archives on the filesystem. See POD for details. You'll
need to have Pinto-0.051 installed locally (or on the server,
if using a remote repository) to use this new command.
0.043 2012-08-14 14:53:41 America/Los_Angeles
Added global options for username and password. These only
matter if using a remote repository that has authentication
enabled.
0.042 2012-05-18 16:37:10 America/Los_Angeles
* Bug Fixes
The init command did not honor the PINTO_REPOSITORY_ROOT
environment variable. Thanks fibo.
0.041 2012-05-15 11:09:56 America/Los_Angeles
First production release. The included pinto utility replaces
both the pinto-admin and pinto-remote utilities. However, you
still have to decide which backend to install (either Pinto or
Pinto::Remote) which ship separately from this distribution.
0.040_02 2012-05-04 15:37:34 America/Los_Angeles
Iniital developer release.