version 0.6
[opensuse:osc.git] / NEWS
1 0.6:
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
6 - add: make it faster
7
8
9 0.5:
10 - help :-)
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
14   either G or U)
15 - if an old _files listing without any metadata is found, don't bother the user
16   with it
17 - make all subcommands properly importable functions
18 - bug in 'resolved' command fixed, which wouldn't clear the conflict state of a file
19
20
21 0.4:
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.
29
30
31 0.3:
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)
37