* Thu Apr 14 2011 Jesse Keating <jkeating@redhat.com> - 0.5.9.0-1
- Add the fixbranches script (jkeating)
- Handle local branches without config entries (jkeating)
- Don't exceed 80 chars (jkeating)
- Use raw strings for regexes (jkeating)
- Add a check for new-style branches (jkeating)
- Fix string multiline (jkeating)
- Add a force option (jkeating)
- Add ability to check status of conversion (jkeating)
- Use logger for path errors (jkeating)
- Fix up debugging and logging (jkeating)
- Whitespace fix (jkeating)
- Add a dry-run option (jkeating)
- Add a client side script to fix branch data (jkeating)

* Sat Apr 09 2011 Jesse Keating <jkeating@redhat.com> - 0.5.8.1-1
- Man page comment syntax fix. (ville.skytta)
- Make sure the bodhi.template file got written out (#683602) (jkeating)
- Wrap the diff in a try (#681789) (jkeating)
- Don't try to upload directories. (#689947) (jkeating)
- Fix tag-request (#684418) (jkeating)

* Fri Mar 04 2011 Jesse Keating <jkeating@redhat.com> - 0.5.7.0-1
- If chain has sets, handle them right (#679126) (jkeating)
- Add code to handle chain builds with sets better. (jkeating)
- Document the arches argument to the build function (jkeating)
- Fix "fedpkg help" command (make it work again) (#681242) (hun)
- Always generate a new srpm (#681359) (jkeating)
- Fix up uses of path (ticket #96) (jkeating)
- Clean up hardcoded "origin" (ticket #95) (jkeating)
- Fix obvious error in definition of curl command (pebolle)
- Fix fedpkg.1 target dependencies (hun)

* Wed Feb 23 2011 Jesse Keating <jkeating@redhat.com> - 0.5.6.0-1
- Fix improper use of strip() (jkeating)
- Improve the way we detect branch data (jkeating)
- Leave a hint about things to remove later (jkeating)
- Fix clone to work with old/new branch styles (jkeating)
- Add new and old support to switch_branches (jkeating)
- Update the regexes used for finding branches (jkeating)
- Clarify and make more exact the branch regex (jkeating)
- Don't use temporary editor files for spec (#677121) (jkeating)
- fedpkg requires rpm-build (#676973) (jkeating)
- Don't error out just from stderr from rpm (jkeating)

* Wed Feb 09 2011 Jesse Keating <jkeating@redhat.com> - 0.5.5.0-1
- rearrnage import and drop hints about why (jkeating)
- Move some module imports to command runtime (hun)
- Move actual man page generation call (hun)
- Move location/name of man_page module (hun)
- Re-add 'lint' command hookup into argparse magic (hun)
- Catch errors parsing spec to get name. (#676383) (jkeating)

* Wed Feb 09 2011 Jesse Keating <jkeating@redhat.com> - 0.5.4.0-1
- Add changes from dist-git (jkeating)
- Re-arrange verify-files and slight fixups (jkeating)
- Add "fedpkg verify-files" command (hun)
- Provide feedback about new-ticket. (ticket 91) (jkeating)
- Remove wrong comment. (jkeating)
- Add the new pull options to bash completion (jkeating)
- Add a --rebase and --no-rebase option to pull (jkeating)
- Whitespace fixes (jkeating)
- Update the documentation for a lot of commands (jkeating)
- Handle working from a non-existent path (#675398) (jkeating)
- Fix an traceback when failing to watch a build. (jkeating)
- Handle arches argument for scratch builds (#675285) (jkeating)
- Trim the "- " out of clogs.  (#675892) (jkeating)
- Exit with an error when appropriate (jkeating)
- Kill the Commands section. (jkeating)
- Add build time man page generator (hun)
- Add help text for global --user option (hun)
- Comment typo fix (hun)
- Move argparse setup into parse_cmdline function (hun)
- Comment typo fix (hun)
- Require python-hashlib on EL5 and 4 (jkeating)
- Catch a traceback when trying to build from local branch (jkeating)

* Mon Jan 31 2011 Jesse Keating <jkeating@redhat.com> 0.5.3.0-1
- Catch the case where there is no branch merge point (#622592) (jkeating)
- Fix whitespace (jkeating)
- Add an argument to override the "distribution" (jkeating)
- upload to lookaside cache tgz files (dennis)
- Handle traceback if koji is down or unreachable. (jkeating)
- If we don't have a remote branch, query koji (#619979) (jkeating)
- Add a method to create an anonymous koji session (jkeating)
- Make sure we have sources for mockbuild (#665555) (jwboyer) (jkeating)
- Revert "Make sure we have an srpm when doing a mockbuild (#665555)" (jkeating)
- Regenerate the srpm if spec file is newer (ticket #84) (jkeating)
- Improve cert failure message (Ticket 90) (jkeating)
- Get package name from the specfile. (Ticket 75) (jkeating)
- Handle anonymous clones in clone_with_dirs. (#660183) (ricky)
- Make sure we have an srpm when doing a mockbuild (#665555) (jkeating)
- Catch all errors from watching tasks. (#670305) (jkeating)
- Fix a traceback when koji goes offline (#668889) (jkeating)
- Fix traceback with lint (ticket 89) (jkeating)

* Wed Jan 05 2010 Dennis Gilmore <dennis@ausil.us> - 0.5.2.0
- switch away from list2cmdline() Patch from Toshio
https://bugzilla.redhat.com/show_bug.cgi?id=667433#c7 (dennis)
- Import subprocess from stdlib when possible (dennis)
- Logout before watching tasks (jkeating)
- Add a tool to generate the rpm changelog (jkeating)
- Handle having no sources file (#656897) (jkeating)
- Add a dash of error checking to update (#655576) (jkeating)
- Fix a traceback on expried credentials (#634946) (jkeating)
- Backport a bugfix from koji upstream to fix 628504 (jkeating)
- Fix up the commit command (jkeating)
- print filename of downloaded source (dan)
- Handle source files with spaces in them. Trac #85 (jkeating)
- Remove parenthesises on mymodule.nvr (Jochen)
- Fix error in clone by renaming self.join.join to os.path.join (Jochen)
- Fix error to call the diff functionen in import_srpm (Jochen)
- add author and copyright info for fedora-burn-yubikey (dennis)
- install fedora-burn-yubikey into sbindir (dennis)
- add fedora-burn-yubikey script used for setting up yubikeys for fedora (dennis)
- Whitespace fixes (jkeating)
- Reorder options in fedpkg.bash alphabeticly (Jochen)
- Fixups in the retire function (jkeating)
- Implementing a retire command (Jochen)
- bash completion changes cleanup (jvcelak)
- Put tag-request in the bash completion file (jkeating)
- Don't use short options in bash completion (jkeating)
- Add a tag request function (Xavier Lamien) (jkeating)
- fedpkg: Don't mix options and commands, drop redundant short options (tmz)
- Fix up the diff changes from jochen (jkeating)
- Minor fixes for lint -i changes (jkeating)
- Remove unused variable (jkeating)
- Fix up commit with tag changes (jkeating)
- Include path to clog (jkeating)
- No short options in commit completion (jkeating)
- Handle paths with push/pull (jkeating)
- expand on pull help output (jkeating)
- Fix up tag commands (jkeating)
- Fix up some contributed docstrings (jkeating)
- Don't use the unnecessary getnvr() (jkeating)
- Only list long options in bash completion for tag (jkeating)
- Whitespace fix (jkeating)
- Move diff function out of the PackageModule class (Jochen)
- Distlinguish between new empty repositories and retiered packages (Jochen)
- Add -i (info) switch to the lint command (Jochen)
- Add a -t (tag) switch for the commit command (Jochen)
- Add a -c (clog) switch to the commit command (Jochen)
- Move pull and push function out of PackageModule (Jochen)
- Implementation of a pull command (Jochen)
- Implenentation of a tag command (Jochen)
- Remove stream keyword in logging.StreamHandler (Jochen)
- Don't use log.error from within the library (jkeating)
- fedpkg: Complete --srpm for the build command (tmz)
- fedpkg: Use git plumbing to complete branch names (tmz)
- fedpkg: Remove filenames option from completion (tmz)
- fedpkg: Use _filedir for path completion (tmz)
- Fix up the logger for what goes where (jkeating)
- Make our logger print to stdout (jkeating)
- Also redirect stderr over to stdout on non-terms (jkeating)
- Name the process variables right (#632097) (jkeating)
- Minor whitespace fix (jkeating)
- Remove errornous dots at the end of the help messages of the commit
command (jkeating)
- Fefactoring: Use getuser to determinate fas userid (Jochen)
- bash-completion < 1.2 compatibility (tmz (jkeating)
- fedpkg: Try not to add redundant gitignore entries (tmz)
- fedpkg: better bash completion (jvcelak)


* Thu Aug 12 2010 Dennis Gilmore <dennis@ausil.us> - 0.5.1.2
- fix rh bz 619733 619879 619935 620254 620465 620595 620648
- 620653 620750 621148 621808 622291 622716

* Thu Jul 29 2010 Dennis Gilmore <dennis@ausil.us> - 0.5.1.0
- wrap fedora-cert in try except 
-fedpkg fixes
- require python-kitchen on EL-4 and 5

* Wed Jul 28 2010 Dennis Gilmore <dennis@ausil.us> - 0.5.0.1
- Fix checking for unpushed changes on a branch

* Wed Jul 28 2010 Dennis Gilmore <dennis@ausil.us> - 0.5.0
- update to 0.5.0 with the switch to dist-git

* Thu Jul 08 2010 Dennis Gilmore <dennis@ausil.us> - 0.4.2.3
- Handle importing an srpm into an empty repo <jkeating>

* Thu Jul 08 2010 Dennis Gilmore <dennis@ausil.us> - 0.4.2.2
- new release with lost of fedpkg fixes

* Mon Jun 14 2010 Dennis Gilmore <dennis@ausil.us> - 0.4.2.1
- set devel for F-14
- point builds to koji.stg
- correctly create a git url for koji

* Dennis Gilmore <dennis@ausil.us> - 0.4.2
- adds missing fedora_cert. in fedora-packager-setup bz#573941
- Require python-argparse for fedpkg bz#574206
- Require make and openssh-clients bz#542209
- Patch to make cvs checkouts more robust bz#569954

* Dennis Gilmore <dennis@ausil.us> - 0.4.1
- add a missing "import sys" from fedora-cert bz#570370
- Require GitPython for fedpkg

* Dennis Gilmore <dennis@ausil.us> - 0.4.0-1
- add fedpkg
- make a fedora_cert python library
- add basic date check for certs

* Jesse Keating <jkeating@redhat.com> - 0.3.8
- add fedora-hosted

* Dennis Gilmore <dennis@ausil.us> - 0.3.7
- make sure user_cert is defined before refrencing it in fedora-cvs.py

* Dennis Gilmore <dennis@ausil.us> - 0.3.6
- default to annonymous checkout when there is no user cert RH BZ#514108
- quote the passed arcuments to rpmbuild to make sure args get passed
correctly RH BZ#513269

* Dennis Gilmore <dennis@ausil.us> - 0.3.5
- script for doing svn checkouts
- add rpmbuild-md5
- download usercerts

* Dennis Gilmore <dennis@ausil.us> - 0.3.1
- allow annonymouse cvs checkouts
- always get new ca certs
* Dennis Gilmore <dennis@ausil.us> - 0.3.0
- use pyOpenSSL to determine username
- make sure cert is valid

* Dennis Gilmore <dennis@ausil.us> - 0.2.0
- fedora-cvs now allows checking out multiple modules
- update urls for fedorahosted
- update for fas2

* Dennis Gilmore <dennis@ausil.us> - 0.1
- Initial release we have a comps group 
- fedora-packager-setup.sh and fedora-cvs
