Updated debian and rpm changelogs
authorEd Bartosh <eduard.bartosh@intel.com>
Tue, 20 May 2014 17:36:32 +0000 (20:36 +0300)
committerEd Bartosh <eduard.bartosh@intel.com>
Wed, 21 May 2014 14:29:56 +0000 (17:29 +0300)
Change-Id: Icb7ecc36649eaa580b6ac7a91cf9a16a9955820e
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
debian/changelog
packaging/repa.changes

index e4662e9..506fa3b 100644 (file)
@@ -1,6 +1,32 @@
-repa (0.2~0.dev) UNRELEASED; urgency=low
-
-  * Started to work on 0.2
+repa (0.2) unstable; urgency=low
+
+  * Implement --processes options for repa list
+  * obs/get_projects: retry OBS operations
+  * Reduce amount of information in repa list output
+  * Implement repa info
+  * Make project mandatory config option
+  * Add configuration file info to the man page
+  * Mention --section in man page
+  * Update repa version in the man page
+  * Update man regarding global options
+  * Repa list: show correct status for submissions with unresolvable packages
+  * Minor refactoring of get_status
+  * Get rid of --regexp command line option
+  * Implement Colorizer class
+  * Implement --colorize option
+  * Fixed formatting of output for repa list
+  * Implemented --showurls option
+  * list: Added 'blocked' status
+  * Added 'waiting for images' status to repa list output
+  * Fix check for common packages
+  * repa info: Fix build status reporting
+  * Create one SR for all packages in submission
+  * obs: Implement get_srs function
+  * Add -group suffix to the path
+  * obs.py: Refactored get_project API
+  * common.py: Introduced get_prerelease_projects API
+  * Implement repa diff
+  * Correct man page for accept and reject subcommands
 
  -- Ed Bartosh <eduard.bartosh@intel.com>  Sat, 29 Mar 2014 21:19:01 +0200
 
index ecfcb55..b018e36 100644 (file)
@@ -1,3 +1,34 @@
+* Tue May 20 2014 Ed Bartosh <eduard.bartosh@intel.com> 0.2
+- Implement --processes options for repa list (Fixes: #1762)
+- obs/get_projects: retry OBS operations
+- Reduce amount of information in repa list output
+- Implement repa info (Fixes: #1195)
+- Make project mandatory config option (Fixes: #1763)
+- Add configuration file info to the man page (Fixes: #1764)
+- Mention --section in man page
+- Update repa version in the man page
+- Update man regarding global options
+- Repa list: show correct status for submissions with unresolvable packages
+  (Fixes: #1776)
+- Minor refactoring of get_status
+- Get rid of --regexp command line option (Fixes: #1772)
+- Implement Colorizer class
+- Implement --colorize option (Fixes: #1765)
+- Fixed formatting of output for repa list
+- Implemented --showurls option (Fixes: #1789)
+- list: Added 'blocked' status
+- Added 'waiting for images' status to repa list output
+- Fix check for common packages (Fixes: #1847)
+- repa info: Fix build status reporting
+- Create one SR for all packages in submission (Fixes: #1386)
+- obs: Implement get_srs function
+- Add -group suffix to the path
+- obs.py: Refactored get_project API
+- common.py: Introduced get_prerelease_projects API
+- Implement repa diff
+- Correct man page for accept and reject subcommands
+- Convert repa.changes into rpm format
+
 * Tue Mar 18 2014 Ed Bartosh <eduard.bartosh@intel.com> 0.1.1
 - Fixed crash when rejecting broken package
 - obs.py: Raise RepaException instead of ObsError