2015-11-21 07:55:49 +01:00
|
|
|
-------------------------------------------------------------------
|
2016-05-23 21:26:11 +02:00
|
|
|
Mon May 23 01:05:17 UTC 2016 - sflees@suse.de
|
|
|
|
|
|
|
|
- Update to v2.3.0
|
|
|
|
- Significant Changes
|
|
|
|
* A new string builtin to handle… strings!
|
|
|
|
* After seeing an escape character wait up to 300ms for an a
|
|
|
|
dditional character.
|
|
|
|
* Add new directories for vendor functions and configuration
|
|
|
|
snippets (#2498)
|
|
|
|
* A new fish_realpath builtin and associated function to allow
|
|
|
|
the use of realpath even on those platforms that don't ship
|
|
|
|
an appropriate command. (#2932)
|
|
|
|
* Alt-# toggles the current command line between commented and
|
|
|
|
uncommented states, making it easy to save a command in
|
|
|
|
history without executing it.
|
|
|
|
* The fish_vi_mode function is now deprecated in favour of
|
|
|
|
fish_vi_key_bindings
|
|
|
|
- Backward-incompatible changes
|
|
|
|
* Unmatched globs will now cause an error, except when used
|
|
|
|
with for, set or count (#2719, #2394) and and or will now bind
|
|
|
|
to the closest if or while, allowing compound conditions without
|
|
|
|
begin and end (#1428)
|
|
|
|
* set -ql now searches up to function scope for variables (#2502)
|
|
|
|
* status -f will now behave the same when run as the main script
|
|
|
|
or using source (#2643)
|
|
|
|
* source no longer puts the file name in $argv if no arguments
|
|
|
|
are given (#139)
|
|
|
|
- Full release notes at
|
|
|
|
https://github.com/fish-shell/fish-shell/releases/tag/2.3.0
|
|
|
|
-------------------------------------------------------------------
|
2015-11-21 07:55:49 +01:00
|
|
|
Thu Nov 19 12:19:45 UTC 2015 - infroma@gmail.com
|
|
|
|
|
|
|
|
- Recommends: terminfo (required for some terminals)
|
|
|
|
- Requires: man (required for completions, otherwise fish complains
|
|
|
|
about non existant `apropos` on every TAB)
|
|
|
|
|
2015-07-27 21:50:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 27 06:53:55 UTC 2015 - develop7@develop7.info
|
|
|
|
|
|
|
|
- update to v2.2.0
|
|
|
|
See full changelog on
|
|
|
|
https://github.com/fish-shell/fish-shell/releases/tag/2.2.0
|
|
|
|
- Drop check_for_command-not-found_command_on_suse.patch
|
|
|
|
|
2015-03-21 10:28:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 21 02:41:33 UTC 2015 - simon@simotek.net
|
|
|
|
|
|
|
|
- Require: python-curses Its required for the prompt page on
|
|
|
|
the web config
|
|
|
|
|
2015-02-05 19:13:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 5 09:31:48 UTC 2015 - schwab@suse.de
|
|
|
|
|
|
|
|
- no-return-in-nonvoid-function.patch: fix no-return-in-nonvoid-function
|
|
|
|
error
|
|
|
|
|
2015-01-28 18:31:12 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 28 17:26:37 UTC 2015 - zawertun@gmail.com
|
|
|
|
|
2015-01-28 18:36:57 +01:00
|
|
|
- Added check_for_command-not-found_command_on_suse.patch
|
2015-01-28 18:31:12 +01:00
|
|
|
(https://github.com/fish-shell/fish-shell/issues/1208)
|
|
|
|
|
2014-12-01 18:56:18 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 1 10:08:12 UTC 2014 - seanpwatson@live.com
|
|
|
|
|
|
|
|
- Fixed conflict with youtube-dl
|
|
|
|
|
2013-11-05 12:22:22 +01:00
|
|
|
-------------------------------------------------------------------
|
2014-10-09 19:19:42 +02:00
|
|
|
Thu Oct 9 12:05:02 UTC 2014 - seanpwatson@live.com
|
|
|
|
|
|
|
|
- update to 2.1.1
|
|
|
|
- The fish_config web interface now uses an authentication token
|
2014-12-01 18:56:18 +01:00
|
|
|
to protect requests and only responds to requests from the local
|
|
|
|
machine with this token, preventing a remote code execution
|
|
|
|
attack (closing CVE-2014-2914).
|
2014-10-09 19:19:42 +02:00
|
|
|
- psub and funced are no longer vulnerable to attacks which
|
2014-12-01 18:56:18 +01:00
|
|
|
allow local privilege escalation and data tampering (closing
|
|
|
|
CVE-2014-2906 and CVE-2014-3856)
|
2014-10-09 19:19:42 +02:00
|
|
|
- fishd uses a secure path for its socket, preventing a local
|
2014-12-01 18:56:18 +01:00
|
|
|
privilege escalation attack (closing CVE-2014-2905)
|
2014-10-09 19:19:42 +02:00
|
|
|
- __fish_print_packages is no longer vulnerable to attacks which
|
2014-12-01 18:56:18 +01:00
|
|
|
would allow local privilege escalation and data tampering
|
|
|
|
(closing CVE-2014-3219)
|
|
|
|
- fishd now ignores SIGPIPE, fixing crashes using tools like
|
|
|
|
GNU Parallel and which occurred more often as a result of
|
|
|
|
the other fishd changes.
|
2014-10-09 19:19:42 +02:00
|
|
|
-------------------------------------------------------------------
|
2013-11-05 12:22:22 +01:00
|
|
|
Sat Oct 12 20:34:28 UTC 2013 - mailaender@opensuse.org
|
|
|
|
|
|
|
|
- update to 2.1.0
|
|
|
|
- removed rpath patch as it has been resolved upstream
|
|
|
|
|
2013-05-26 11:42:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 18 06:36:25 UTC 2013 - mailaender@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 2.0
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-11-05 12:22:22 +01:00
|
|
|
Sat Mar 28 00:00:00 UTC 2009 - bitshuffler@opensuse.org
|
2013-05-26 11:42:42 +02:00
|
|
|
|
|
|
|
- Initial RPM
|
|
|
|
|