pkgsrc/devel/monotone/PLIST
wiz 7feebf9ca0 Update to 1.1:
Sun May  4 09:55:54 UTC 2014

        1.1 release.

        Changes

        - '_MTN/wanted-testresults' must now have 1 hex-encoded
          signing key hash in lowercase per line.

        New features

        - 'automate atttributes' now also works without a workspace
          and returns the attributes for a specific file from the
          revision's manifest

        - New 'erase_descendants' automate command which returns all
          input revisions, except those that are a descendant of
          another revision in the input.

        - New 'min(A)' selector is now available which returns all
          revisions selected by A which are not descendants of other
          revisions selected by A.

        - New 'not(A)' selector is now available which returns all
          revisions not selected by 'A'.

        - All certs for a revision are now output by 'mtn log' with
          'suspend', 'testresult', and custom certs placed under a
          a new 'Other certs' heading.

        - New conflict 'dropped/modified' allows explicitly resolving
          the case of a file that is dropped on one side of a merge,
          and modified on the other. Previously, the modifications
          were always lost; now you have the option of re-adding the
          file with the modifications during merge conflict
          resolution.

        - New attribute 'mtn:resolve_conflict' allows specifying a
          persistent 'drop' conflict resolution for a dropped/modified
          conflict. This is useful in the case where the conflict will
          occur again in the future, for example when a file that is
          maintained in an upstream branch is not needed, and
          therefore dropped, in a local branch.

        Bugs fixed

        - Monotone now compiles against Botan 1.10.x (as well as most of
          the testing releases in 1.9.y).

        - Struct file_handle got renamed to avoid clash with newer glibc's
          fcntl.h.

        - Monotone now compiles just fine with gcc's option
          "-Werror=format-security."

        - Fixed renaming across devices, for example if parts of the
          workspace are on NFS.

        - Fixed recursive file removal on Solaris.

        - Fixed a failure to revert some files when inodeprints is
          enabled.

        - Fix an early abort in netsync on Windows, which caused
          problems transferring large files.

        - Work around a 64-bit issue with mktime on Mac OS X for dates
          in 1901 and before.

        - Allow an ssh_agent socket path including dashes.

        - Monotone now works with Lua 5.2, even if it doesn't have
          backwards-compatibility compiled in.

        - Various fixes for compatibility with newer boost versions.

        - mtn add and mtn list are now more consistent in their use of
          --recursive and --unknown options.

        - Produce a meaningful error message when trying to disapprove a
          root.

        - Allow monotone to compile on platforms where MAXPATHLEN isn't
          defined (i.e. GNU/Hurd).

        - Allow monotone to compile on C++11-enabled g++ and clang++.

        - Allow the test suite to run on systems behind a broken DNS
          resolver and in cases where names cannot be resolved at all.

        - Allow the test suite to run from directories containing
          spaces and lots of other minor tweaks to the test suite
          making its results more reliable.

        Internal

        - The performance and memory usage of regular expressions has
          been improved throughout. This affects any use of the
          ".mtn-ignore" file such as "mtn ls unknown" and "mtn add",
          and any calls to "regex.search" in Lua hooks.

        Other

        - 'mtn diff' now outputs old and new revision IDs in the diff
          header when both are specified.

        - Additional Vim syntax files and an output colorization script
          in contrib.
2014-05-06 08:21:15 +00:00

73 lines
3.1 KiB
Text

@comment $NetBSD: PLIST,v 1.24 2014/05/06 08:21:15 wiz Exp $
bin/mtn
bin/mtn-cleanup
bin/mtnopt
info/monotone.info
man/man1/mtn-cleanup.1
man/man1/mtn.1
man/man1/mtnopt.1
share/doc/monotone/contrib/Attic/monotone-nav.el
share/doc/monotone/contrib/Attic/recreate-manifest-tables.sh
share/doc/monotone/contrib/ChangeLog.sh
share/doc/monotone/contrib/Monotone.pm
share/doc/monotone/contrib/README
share/doc/monotone/contrib/README.missing
share/doc/monotone/contrib/basicio.vim
share/doc/monotone/contrib/bisect.sh
share/doc/monotone/contrib/ciabot_monotone.py
share/doc/monotone/contrib/color-logs.conf
share/doc/monotone/contrib/color-logs.sh
share/doc/monotone/contrib/colorize
share/doc/monotone/contrib/colortone.pl
share/doc/monotone/contrib/command/README
share/doc/monotone/contrib/command/base.lua
share/doc/monotone/contrib/command/conflicts.lua
share/doc/monotone/contrib/command/fuse.lua
share/doc/monotone/contrib/command/init.lua
share/doc/monotone/contrib/command/remote_export.lua
share/doc/monotone/contrib/command/revision.lua
share/doc/monotone/contrib/dtrace2calltree.py
share/doc/monotone/contrib/edit_comment_from_changelog.lua
share/doc/monotone/contrib/extra-commands.lua
share/doc/monotone/contrib/get_stdio.pl
share/doc/monotone/contrib/monoprof.sh
share/doc/monotone/contrib/monotone-inotify.lua
share/doc/monotone/contrib/monotone-log-of-pulled-revs-hook.lua
share/doc/monotone/contrib/monotone-mirror-postaction-push.sh
share/doc/monotone/contrib/monotone-mirror-postaction-update.sh
share/doc/monotone/contrib/monotone-mirror.lua
share/doc/monotone/contrib/monotone-mirror.sh
share/doc/monotone/contrib/monotone-run-script-post-netsync.lua
share/doc/monotone/contrib/monotone.zsh_completion
share/doc/monotone/contrib/mtbrowse.sh
share/doc/monotone/contrib/mtn-export-revisions.pl
share/doc/monotone/contrib/mtncommit.vim
share/doc/monotone/contrib/op2calltree.py
share/doc/monotone/contrib/parse-accounting.pl
share/doc/monotone/contrib/perf-test.sh
share/doc/monotone/examples/000README.txt
share/doc/monotone/examples/mirror.rc
share/doc/monotone/examples/push.rc
share/doc/monotone/examples/read-permissions
share/doc/monotone/examples/server-setup/README
share/doc/monotone/examples/server-setup/monotone.init
share/doc/monotone/examples/server-setup/monotone.run
share/doc/monotone/examples/server-setup/serverrc
share/doc/monotone/examples/user-setup/README
share/doc/monotone/examples/user-setup/monotonerc
share/doc/monotone/examples/write-permissions
share/examples/monotone/monotone.bash_completion
share/locale/de/LC_MESSAGES/monotone.mo
share/locale/fr/LC_MESSAGES/monotone.mo
share/locale/it/LC_MESSAGES/monotone.mo
share/locale/pt/LC_MESSAGES/monotone.mo
share/locale/sv/LC_MESSAGES/monotone.mo
share/monotone/hooks/authorize_remote_automate.lua
share/monotone/hooks/get_passphrase_from_file.lua
share/monotone/hooks/monotone-buildbot.lua
share/monotone/hooks/monotone-ciabot.lua
share/monotone/hooks/monotone-cluster-push.lua
share/monotone/hooks/monotone-cvs-ignore.lua
share/monotone/hooks/monotone-mail-notify.lua
share/monotone/scripts/monotone-ciabot.py
share/monotone/scripts/monotone-mail-notify