diff --git a/client.spec b/client.spec index b88f5a7cc..fd9a394a5 100644 --- a/client.spec +++ b/client.spec @@ -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 1.7.4-1 +- Merge pull request #352 from + smarterclayton/origin_ui_13_autocomplete_and_wrapping + (dmcphers+openshiftbot@redhat.com) +- Bug 949910 - Mark alter and destroy as deprecated aliases + (ccoleman@redhat.com) +- Generate separate switches for --[no-]-<...> switches in autocomplete + (ccoleman@redhat.com) +- Review fixes (ccoleman@redhat.com) +- Require 'delegate' for HighLine extensions (ccoleman@redhat.com) +- Add help search capability and 'rhc help commands' (ccoleman@redhat.com) +- Support HighLine 1.5.1 for now for RHEL (ccoleman@redhat.com) +- Failing test case (ccoleman@redhat.com) +- Add alias from 'authorization' to 'authorizations' (ccoleman@redhat.com) +- Reopen ansi escape sequences after wrapping (ccoleman@redhat.com) +- Cleanup option values for --app and --namespace, minor syntax tweaks + (ccoleman@redhat.com) +- Add Linux pager support for cartridges list and help (ccoleman@redhat.com) +- Tablify help output, add vastly improved root level help for commands. Fix + minor bugs in wrapping. (ccoleman@redhat.com) +- Autocomplete was not added to built gem (ccoleman@redhat.com) +- Disable paging for now (ccoleman@redhat.com) +- Separate HighLine extensions into their own class, use extension rather than + injection. Fix unit tests to properly isolate $terminal. + (ccoleman@redhat.com) +- Copy autocomplete into the home directory to ensure it's not lost + (ccoleman@redhat.com) +- Properly reset formatter after execution (ccoleman@redhat.com) +- Let RHEL/Fedora tests be run deliberately, fix ruby 1.8.7 test failure + (ccoleman@redhat.com) +- Fix help for aliases and secondary commands, change core help page to use + more readable forms (ccoleman@redhat.com) +- Move logout to root level (ccoleman@redhat.com) +- Add autocompletion instructions and a revised script to RHC. Expose 'rake + autocomplete' to generate a new version of the script. (ccoleman@redhat.com) +- Rogue puts used in error (ccoleman@redhat.com) +- 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. (ccoleman@redhat.com) + * Wed Apr 10 2013 Adam Miller 1.7.3-1 - Fix broken rhc_extended tests (ccoleman@redhat.com) - Ruby 1.8 treats Integer(nil) as 0, and 1.9 treats it as nil. Switch to diff --git a/rel-eng/packages/rhc b/rel-eng/packages/rhc index 4767b2a79..b4b963d19 100644 --- a/rel-eng/packages/rhc +++ b/rel-eng/packages/rhc @@ -1 +1 @@ -1.7.3-1 / +1.7.4-1 /