diff options
author | Ed Bartosh <eduard.bartosh@intel.com> | 2014-03-18 16:39:41 +0200 |
---|---|---|
committer | Eduard Bartosh <eduard.bartosh@intel.com> | 2014-03-19 14:34:32 +0200 |
commit | 2a2b60862803f128fb551a96b7779b25bcc54756 (patch) | |
tree | 8ba3fa7b1552c17e536f3e5f01a479baec8661a2 /RELEASE_NOTES | |
parent | 917064a1e6ffa66a6c203516509657d711bf2a02 (diff) | |
download | repa-2a2b60862803f128fb551a96b7779b25bcc54756.tar.gz repa-2a2b60862803f128fb551a96b7779b25bcc54756.tar.bz2 repa-2a2b60862803f128fb551a96b7779b25bcc54756.zip |
Added Release Notes
RELEASE_NOTES file is required to be included to the package by Tools
release manager. They're automatically processed when release is
published and added to the Tools release notes.
Change-Id: Ifb392924c0e25aa845df6d1095ee4b4e5598a932
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Reviewed-on: https://otctools.jf.intel.com/review/10687
Tested-by: OTC Tools Tester <ed.bartosh@linux.intel.com>
Reviewed-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Reviewed-by: Jian-feng Ding <jian-feng.ding@intel.com>
Diffstat (limited to 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES new file mode 100644 index 0000000..b89330d --- /dev/null +++ b/RELEASE_NOTES @@ -0,0 +1,14 @@ +Release notes for repa 0.1.1 +============================ + +- Release Date: 2014-03 + +- New features and enhancements: + * Added --project command line option + * Added obs and download urls to 'repa list' output + +- Bugfixes: + * Updated man page regarding grouping. Fixes TINF-492 + * Added Committer and commit id into SR comment. Fixes TINF-468 + * Fixed crash when rejecting broken packages. + * Catch osc exceptions in obs.py:get_projects. Fixes TINF-480 |