forked from openshift/rhc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic commit of package [rhc] release [1.7.4-1].
- Loading branch information
1 parent
ca16ab8
commit fa85392
Showing
2 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
Summary: OpenShift client management tools | ||
Name: rhc | ||
Version: 1.7.3 | ||
Version: 1.7.4 | ||
Release: 1%{?dist} | ||
Group: Network/Daemons | ||
License: ASL 2.0 | ||
|
@@ -99,6 +99,46 @@ rm -rf $RPM_BUILD_ROOT | |
%attr(0644,-,-) /etc/bash_completion.d/rhc | ||
|
||
%changelog | ||
* Thu Apr 11 2013 Adam Miller <[email protected]> 1.7.4-1 | ||
- Merge pull request #352 from | ||
smarterclayton/origin_ui_13_autocomplete_and_wrapping | ||
([email protected]) | ||
- Bug 949910 - Mark alter and destroy as deprecated aliases | ||
([email protected]) | ||
- Generate separate switches for --[no-]-<...> switches in autocomplete | ||
([email protected]) | ||
- Review fixes ([email protected]) | ||
- Require 'delegate' for HighLine extensions ([email protected]) | ||
- Add help search capability and 'rhc help commands' ([email protected]) | ||
- Support HighLine 1.5.1 for now for RHEL ([email protected]) | ||
- Failing test case ([email protected]) | ||
- Add alias from 'authorization' to 'authorizations' ([email protected]) | ||
- Reopen ansi escape sequences after wrapping ([email protected]) | ||
- Cleanup option values for --app and --namespace, minor syntax tweaks | ||
([email protected]) | ||
- Add Linux pager support for cartridges list and help ([email protected]) | ||
- Tablify help output, add vastly improved root level help for commands. Fix | ||
minor bugs in wrapping. ([email protected]) | ||
- Autocomplete was not added to built gem ([email protected]) | ||
- Disable paging for now ([email protected]) | ||
- Separate HighLine extensions into their own class, use extension rather than | ||
injection. Fix unit tests to properly isolate $terminal. | ||
([email protected]) | ||
- Copy autocomplete into the home directory to ensure it's not lost | ||
([email protected]) | ||
- Properly reset formatter after execution ([email protected]) | ||
- Let RHEL/Fedora tests be run deliberately, fix ruby 1.8.7 test failure | ||
([email protected]) | ||
- Fix help for aliases and secondary commands, change core help page to use | ||
more readable forms ([email protected]) | ||
- Move logout to root level ([email protected]) | ||
- Add autocompletion instructions and a revised script to RHC. Expose 'rake | ||
autocomplete' to generate a new version of the script. ([email protected]) | ||
- Rogue puts used in error ([email protected]) | ||
- All commands default to using dashes instead of spaces to separate them. | ||
Help now displays dashed versions in preference to spaces form. Also | ||
supports a reversed "verb-noun" construct for commands. ([email protected]) | ||
|
||
* Wed Apr 10 2013 Adam Miller <[email protected]> 1.7.3-1 | ||
- Fix broken rhc_extended tests ([email protected]) | ||
- Ruby 1.8 treats Integer(nil) as 0, and 1.9 treats it as nil. Switch to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.7.3-1 / | ||
1.7.4-1 / |