2 - diff bugfix: sometimes displayed diff against obsolete files
3 - update bugfixes: fix update of working copy when adding a file from upstream
4 which is missing locally; fix update in directory with unmodified files:
5 don't try to merge if upstream file wasn't changed at all
11 - add 'editmeta' subcommand: Edit project/package meta information, creating
12 new project or package if it doesn't exist. The user interface is $EDITOR
13 - fix status letter for files merged on update (in analogy to svn , it is
15 - if an old _files listing without any metadata is found, don't bother the user
17 - make all subcommands properly importable functions
18 - bug in 'resolved' command fixed, which wouldn't clear the conflict state of a file
22 - allow 'up' inside a project directory (will automatically pull in all new
23 packages). (For past checkouts, you may need to put the project name into
24 $prjdir/.osc/_project yourself).
25 - checkout: preserve mtimes
26 - add diff3 merge support. Locally modified files are merged with upstream changes
27 if possible, and go into Conflict state if that fails.
28 - add 'resolved' command to be used after manual merging.
32 - use the new file metadata, which provides checksum, size and mtime
33 - faster 'status', 'update', 'diff'
34 - improve argument handling, now e.g. 'osc up *' is possible
35 - on first usage, ask for username and password and store them in .oscrc
36 (.netrc can still be used)