Changelog for
rho-0.0.20-7.fc20.noarch.rpm :
Sun Aug 4 14:00:00 2013 Fedora Release Engineering
- 0.0.20-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Thu Feb 14 13:00:00 2013 Fedora Release Engineering - 0.0.20-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Sat Jul 21 14:00:00 2012 Fedora Release Engineering - 0.0.20-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Sat Jan 14 13:00:00 2012 Fedora Release Engineering - 0.0.20-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Wed Feb 9 13:00:00 2011 Fedora Release Engineering - 0.0.20-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Thu Jul 22 14:00:00 2010 David Malcolm - 0.0.20-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
Wed Nov 18 13:00:00 2009 Adrian Likins 0.0.20-1
- RHEL5 is using an even older version of python-netaddr that requires most API
transmogrifying. Namely, lack of netaddr.IP class. (alikinsAATTredhat.com)
Fri Nov 13 13:00:00 2009 Adrian Likins 0.0.19-1
- Merge Fedora Package review spec changes from Mark McLoughlin
(markmcAATTredhat.com)
- Add the config file version to the begining of the encrypted config file as
well (alikinsAATTredhat.com)
- Change the AES ciper mode of CFB and store/retrive a 16bit initialization
vector for use with CFB. (alikinsAATTredhat.com)
- Use a different salt each time we say the file. (alikinsAATTredhat.com)
Fri Nov 13 13:00:00 2009 Mark McLoughlin - 0.0.16-2
- Include egg info
- Drop the -O1 arg from \'setup.py install\'
- Don\'t chdir for manpage install
- Kill some whitespace
Wed Nov 11 13:00:00 2009 Adrian Likins 0.0.16-1
- Add a RhoCmd class for detecting if we are a virt guest or host
(alikinsAATTredhat.com)
Wed Nov 4 13:00:00 2009 Adrian Likins 0.0.15-1
- add bits generated to .gitignore (shut up git) (alikinsAATTredhat.com)
- Don\'t use weird style of classes on 2.4, use Class(object)
(alikinsAATTredhat.com)
- A few more tweaks to make Queue24 work the same way as the Queue.Queue in
2.6. (alikinsAATTredhat.com)
- On python2.4 (aka, rhel5) Queue.Queue doesn\'t have the .join or .task_done
methods, which we use and like. So check for them and if they aren\'t there,
use our own implementation (pretty much c&p from the 2.6 version of
Queue.Queue). A little ugly, but alas. (alikinsAATTredhat.com)
- use new style classes, python2.4 doesn\'t like class FOO()
(alikinsAATTredhat.com)
Tue Nov 3 13:00:00 2009 Adrian Likins 0.0.13-1
- Fix a bug where we weren\'t actually consuming the Queue if there weren\'t as
many or more threads than hosts. (alikinsAATTredhat.com)
- remove --debug option, it doesn\'t do anything (alikinsAATTredhat.com)
Sat Oct 31 13:00:00 2009 Devan Goodwin 0.0.11-1
- Support Netaddr > 0.7 (jbowesAATTrepl.ca)
- add a DmiRhoCmd. Grab some basic DMI info. (alikinsAATTredhat.com)
- fix wrong help in \"rho profile show\" (profile, not auth)
(alikinsAATTredhat.com)
Thu Oct 29 13:00:00 2009 Adrian Likins 0.0.10-1
- add SourceURL
- remove ssh_queue.py
- fix man page install
Wed Oct 28 13:00:00 2009 Devan Goodwin 0.0.6-1
- Fix \"rho scan nosuchprofile\". (dgoodwinAATTredhat.com)
- Update README. (dlackeyAATTredhat.com)
Tue Oct 27 13:00:00 2009 Devan Goodwin 0.0.5-1
- Too many features/bugfixes to list. Approaching first release.
Wed Oct 21 14:00:00 2009 Devan Goodwin 0.0.2-1
- Beginning to get usable.
Thu Oct 15 14:00:00 2009 Devan Goodwin 0.0.1-1
- Initial packaging.