diff --git a/fish-2.6.0.tar.gz b/fish-2.6.0.tar.gz deleted file mode 100644 index 1d933d3..0000000 --- a/fish-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ee5bbd671c73e5323778982109241685d58a836e52013e18ee5d9f2e638fdfb -size 3575346 diff --git a/fish-2.7.0.tar.gz b/fish-2.7.0.tar.gz new file mode 100644 index 0000000..ebf1e91 --- /dev/null +++ b/fish-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a76b7cae92f9f88863c35c832d2427fb66082f98e92a02203dc900b8fa87bcb +size 5760470 diff --git a/fish.changes b/fish.changes index 3d04f4c..53c51a8 100644 --- a/fish.changes +++ b/fish.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Nov 25 15:23:31 UTC 2017 - jaime.marquinez.ferrandiz@fastmail.net + +- Update to 2.7.0. Notable improvements: + * A new cdh (change directory using recent history) command provides a more + friendly alternative to prevd/nextd and pushd/popd (#2847). + * A new argparse command is available to allow fish script to parse arguments + with the same behavior as builtin commands. This also includes the fish_opt helper command. (#4190). + * Invalid array indexes are now silently ignored (#826, #4127). + * Improvements to the debugging facility, including a prompt specific to the + debugger (fish_breakpoint_prompt) and a status is-breakpoint subcommand (#1310). + * string supports new lower and upper subcommands, for altering the case of + strings (#4080). The case changing is not locale-aware yet. + * string escape has a new --style=xxx flag where xxx can be script, var, + or url (#4150), and can be reversed with string unescape (#3543). + * History can now be split into sessions with the fish_history variable, + or not saved to disk at all (#102). + * Read history is now controlled by the fish_history variable rather than + the --mode-name flag (#1504). + * command now supports an --all flag to report all directories with the + command. which is no longer a runtime dependency (#2778). + * fish can run commands before starting an interactive session using the new + --init-command/-C options (#4164). + * set has a new --show option to show lots of information about variables + (#4265). + * Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.7.0 + ------------------------------------------------------------------- Wed Jun 7 22:56:22 UTC 2017 - vilene@posteo.net diff --git a/fish.spec b/fish.spec index 096de91..d28f170 100644 --- a/fish.spec +++ b/fish.spec @@ -17,7 +17,7 @@ Name: fish -Version: 2.6.0 +Version: 2.7.0 Release: 0 Summary: A user friendly interactive shell License: GPL-2.0