6 - initial support for local builds (subcommand 'build')
7 - better error handling
8 - new subcommands buildconfig, buildinfo, repos
9 - remove requirement on pyxml package
10 - editmeta: add examples for package/project templates
11 - add support for streaming the build log (thanks to Christoph Thiel)
12 - add 'rebuildpac' command
13 - add 'repourls' subcommand
14 - don't diff binary files
15 - don't try to merge binary files
16 - add a preliminary 'updatepacmetafromspec' subcommand, which takes package
17 metadata from a specfile
18 - fix profiling wrapper
21 - fix handling of filenames with '+' signs
22 - make 'resolved' more robust
23 - fix merge on 'update' if called from another directory
24 - display reason for build status is 'broken'
25 - handle HTTP error codes != 404 when reading metadata in edit_meta()
26 - handle 'project not found' error in show_project_meta()
30 - diff bugfix: sometimes displayed diff against obsolete files
31 - update bugfixes: fix update of working copy when adding a file from upstream
32 which is missing locally; fix update in directory with unmodified files:
33 don't try to merge if upstream file wasn't changed at all
39 - add 'editmeta' subcommand: Edit project/package meta information, creating
40 new project or package if it doesn't exist. The user interface is $EDITOR
41 - fix status letter for files merged on update (in analogy to svn , it is
43 - if an old _files listing without any metadata is found, don't bother the user
45 - make all subcommands properly importable functions
46 - bug in 'resolved' command fixed, which wouldn't clear the conflict state of a file
50 - allow 'up' inside a project directory (will automatically pull in all new
51 packages). (For past checkouts, you may need to put the project name into
52 $prjdir/.osc/_project yourself).
53 - checkout: preserve mtimes
54 - add diff3 merge support. Locally modified files are merged with upstream changes
55 if possible, and go into Conflict state if that fails.
56 - add 'resolved' command to be used after manual merging.
60 - use the new file metadata, which provides checksum, size and mtime
61 - faster 'status', 'update', 'diff'
62 - improve argument handling, now e.g. 'osc up *' is possible
63 - on first usage, ask for username and password and store them in .oscrc
64 (.netrc can still be used)