2006-09-15 15:23:28 +02:00
|
|
|
since 0.8:
|
2006-07-14 19:39:46 +02:00
|
|
|
...
|
2006-06-08 12:42:47 +02:00
|
|
|
|
2006-09-15 15:23:28 +02:00
|
|
|
0.8:
|
|
|
|
- build: use configuration from *local* specfile (e.g. BuildRequires)
|
|
|
|
- add 'createpac/editpac' and 'createprj/editprj' subcommands which
|
|
|
|
are similar to 'editmeta' but should be more logical to find
|
|
|
|
- added 'deletepac' subcommand
|
|
|
|
- added 'buildhistory' subcommand (formerly 'history'). This only
|
|
|
|
gives out raw xml at this time
|
2006-08-07 12:36:50 +02:00
|
|
|
- added 'linkpac' subcommand
|
2006-09-15 15:23:28 +02:00
|
|
|
- added ".git" to the excluded files
|
2006-08-07 12:36:50 +02:00
|
|
|
- adapt to API changes
|
2006-09-15 15:23:28 +02:00
|
|
|
- fixed issue with uploading files when an intercepting web proxy was
|
|
|
|
in between osc and the api server
|
2006-07-20 16:23:10 +02:00
|
|
|
- fixed creation of new packages/projects
|
2006-07-14 19:39:46 +02:00
|
|
|
|
|
|
|
0.7:
|
|
|
|
- initial support for local builds (subcommand 'build')
|
|
|
|
- better error handling
|
|
|
|
- new subcommands buildconfig, buildinfo, repos
|
2006-06-26 21:34:39 +02:00
|
|
|
- remove requirement on pyxml package
|
|
|
|
- editmeta: add examples for package/project templates
|
2006-06-22 15:25:48 +02:00
|
|
|
- add support for streaming the build log (thanks to Christoph Thiel)
|
2006-08-07 12:36:50 +02:00
|
|
|
- add 'rebuildpac' subcommand
|
2006-06-08 12:42:47 +02:00
|
|
|
- add 'repourls' subcommand
|
|
|
|
- don't diff binary files
|
2006-06-22 15:25:48 +02:00
|
|
|
- don't try to merge binary files
|
2006-06-08 12:42:47 +02:00
|
|
|
- add a preliminary 'updatepacmetafromspec' subcommand, which takes package
|
|
|
|
metadata from a specfile
|
|
|
|
- fix profiling wrapper
|
|
|
|
- set User-agent
|
|
|
|
- bugfixes:
|
|
|
|
- fix handling of filenames with '+' signs
|
|
|
|
- make 'resolved' more robust
|
|
|
|
- fix merge on 'update' if called from another directory
|
|
|
|
- display reason for build status is 'broken'
|
|
|
|
- handle HTTP error codes != 404 when reading metadata in edit_meta()
|
|
|
|
- handle 'project not found' error in show_project_meta()
|
|
|
|
|
|
|
|
|
2006-05-30 12:31:25 +02:00
|
|
|
0.6:
|
|
|
|
- diff bugfix: sometimes displayed diff against obsolete files
|
|
|
|
- update bugfixes: fix update of working copy when adding a file from upstream
|
|
|
|
which is missing locally; fix update in directory with unmodified files:
|
|
|
|
don't try to merge if upstream file wasn't changed at all
|
|
|
|
- add: make it faster
|
|
|
|
|
|
|
|
|
2006-05-23 15:48:58 +02:00
|
|
|
0.5:
|
|
|
|
- help :-)
|
2006-05-23 17:28:20 +02:00
|
|
|
- add 'editmeta' subcommand: Edit project/package meta information, creating
|
|
|
|
new project or package if it doesn't exist. The user interface is $EDITOR
|
2006-05-23 15:48:58 +02:00
|
|
|
- fix status letter for files merged on update (in analogy to svn , it is
|
|
|
|
either G or U)
|
|
|
|
- if an old _files listing without any metadata is found, don't bother the user
|
|
|
|
with it
|
|
|
|
- make all subcommands properly importable functions
|
2006-05-23 16:19:21 +02:00
|
|
|
- bug in 'resolved' command fixed, which wouldn't clear the conflict state of a file
|
2006-05-23 15:48:58 +02:00
|
|
|
|
|
|
|
|
2006-05-22 12:50:37 +02:00
|
|
|
0.4:
|
|
|
|
- allow 'up' inside a project directory (will automatically pull in all new
|
2006-05-22 16:12:06 +02:00
|
|
|
packages). (For past checkouts, you may need to put the project name into
|
|
|
|
$prjdir/.osc/_project yourself).
|
2006-05-22 12:50:37 +02:00
|
|
|
- checkout: preserve mtimes
|
2006-05-22 16:12:06 +02:00
|
|
|
- add diff3 merge support. Locally modified files are merged with upstream changes
|
|
|
|
if possible, and go into Conflict state if that fails.
|
|
|
|
- add 'resolved' command to be used after manual merging.
|
2006-05-22 12:50:37 +02:00
|
|
|
|
|
|
|
|
|
|
|
0.3:
|
|
|
|
- use the new file metadata, which provides checksum, size and mtime
|
|
|
|
- faster 'status', 'update', 'diff'
|
|
|
|
- improve argument handling, now e.g. 'osc up *' is possible
|
|
|
|
- on first usage, ask for username and password and store them in .oscrc
|
|
|
|
(.netrc can still be used)
|
|
|
|
|