1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 13:48:43 +02:00

- fix creation of packages, which did no longer work since the latest changes

in error handling (since editmeta needs to see the 404 to know that a package
  is to be created)
- insert a newline after 'missing argument' messages
This commit is contained in:
Dr. Peter Poeml
2006-07-20 14:23:10 +00:00
parent 5be1e292fc
commit 12b0c4bb99
3 changed files with 11 additions and 3 deletions

2
NEWS
View File

@@ -1,6 +1,8 @@
since 0.7:
...
- fixed issue with uploading files when an intercepting web proxy was in between osc and the api server
- fixed creation of new packages/projects
0.7:
- initial support for local builds (subcommand 'build')