- bump version (0.7)
[opensuse:osc.git] / NEWS
1 since 0.7:
2 ...
3
4
5 0.7:
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
19 - set User-agent
20 - bugfixes: 
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()
27
28
29 0.6:
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
34 - add: make it faster
35
36
37 0.5:
38 - help :-)
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
42   either G or U)
43 - if an old _files listing without any metadata is found, don't bother the user
44   with it
45 - make all subcommands properly importable functions
46 - bug in 'resolved' command fixed, which wouldn't clear the conflict state of a file
47
48
49 0.4:
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.
57
58
59 0.3:
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)
65