import Werner Finks shell completion scripts
[opensuse:osc.git] / NEWS
1 0.120:
2  - support "setlinkrev" for whole projects
3  - support "setlinkrev -u" for removing revision references
4  - added dist directory with completion scripts for packaging
5
6 0.119:
7 - Support new request types
8   - "submitreq" command has a new syntax (incompatible !)
9   - new "deleterequest" command 
10   - new "changedevelrequest" command
11   - new "request" command for showing/modifing requests
12   - Multiple actions in one request is not yet supported by osc
13   - The new commands require an OBS 1.7 server, submitreq is still working with
14     older servers.
15 - support of added .changes in commit message template
16 - make submit request listing fast by server side filtering
17 - allow pulling of conflicting changes via "osc repairlink"
18 - delete commands consolidated:
19   * deleteprj and deletepac are obsolete.
20   * delete and rdelete take over
21 - enable package tracking by default
22 - bugfix: templates in edit commit message causes an empty commit logs
23 - osc submitrequest consumes DESTPRJ [DESTPKG] arguments only
24 - osc build now also tested on native arm targets where uname -m reports a string like armv{4l,5el,6l,7el,7l}
25 - osc rlog now works with srcmd5 also
26 - plugins now should be placed in /usr/lib/osc-plugins to match FHS (the /var path is still supported though)
27 - osc now includes automatically generated man page
28 - osc can now store credentials in Gnome keyring if it is available
29 - new support for osc linkpac to specify cicount attribute
30 - new log/rlog output formats (CSV and XML)
31 - new jobhistory/buildhistory/search output format (CSV)
32 - new option to fetch buildlogs starting at given offset
33 - new option for copypac
34   * -r to specify source revision
35   * -m to specify a comment (and send default comment if not specified)
36 - new option to results(r), and rresults:
37   * -r|--repo to specify a repository(repositories)
38   * -a|--arch to specify a architexure(s)
39   * --xml for xml output (makes results_meta obsolete)
40 - request list -M shows open SRs created by the user.
41 - Fixed build support for images, only refered packages from buildinfo get used. (#485047)
42 - "req" command got renamed to "api" to avoid clash with "request" command
43 - osc build has a smarter default platform selection - it checks the
44   availibility config value, 'standard' and 'opensuse_Factory' in platforms list and in case
45   of fail it uses the last entry from that list
46 - new osc linkpac -f to allow to override existing _link files
47 - rename "rebuildpac" to "rebuild", but keep "rebuildpac" as alias
48
49 0.117:
50 - support checkout of single package via "osc co PACKAGE" when local dir is project
51 - allow to specify target project and package on osc branch (requires server version 1.6)
52 - add option to automatic checkout a branched package
53 - support "osc getbinaries" in checkout packages
54 - new vc command for editing the changes files (requires build.rpm 2009.04.17 or newest)
55 - new repairlink command for repairing a broken source link (requires server version 1.6)
56 - '-b|--brief' option for osc submitreq show subcommand
57 - use "latest" commited revision on checkout, not "upload" (#441783)
58 - '-e|--just-open' option for vc command and used /usr/lib/build/vc as an executable
59
60 0.116:
61 - support listings of older revisions with "osc ls -R"
62 - add --current parameter for linkpac to use current revision of source package fixed.
63 - add osc setlinkrev to add or update revision number in links easily
64 - fix streaming of binary files via "cat" (#493325)
65
66 0.115:
67 - optional transfer of devel project during copy_pac and link_pac is fixing
68   opertation with remote build service instance
69 - "osc ci" fails uploading large files to Provo BuildService
70 - fixed support for accessing download repositories (worked only for download.o.o so far)
71
72 0.114:
73 - the .oscrc config handling has been cleaned up: 
74    * use "apiurl" for everything now (== <protocol>://<host>)
75    * added aliases support for [apiurl] sections in the ~/.oscrc.
76      Example:
77      [http(s)://foobar]
78      ...
79      aliases = foo, bar
80      => "osc -A foo <cmd>" will do the same as "osc -A http(s)://foobar ls"
81    * "scheme" and "apisrv" are deprecated and will produce a warning
82    * when writing a new ~/.oscrc, store the apiurl in the conffile (bnc#478054)
83    * fixed bug that made osc ask for credentials when -A was used (bnc#478054)
84    * fixed crash upon password entry (first startup) (bnc#478052)
85 - osc build: 
86    * make product builds work
87    * speed up by using a cookie when fetching the binaries (bnc#477690)
88    * support for VM (kvm or xen) builds
89    * obsolete the need to configure download server, get it from the build
90      service instance instead.
91    * be a bit more verbose if the linked package isn't expanded (bnc#470948)
92 - osc branch: 
93    * --develproject option fixed (the API calls it 'ignoredevel' instead of 'nodevelproject')
94    * --revision option added
95 - osc jobhistory: new command to see build job history of a project or a package
96 - osc results/rresults: option -l, --last-build added (show last build results)
97 - osc linkpac: fix failure when -A<url> is used (bnc#479156)
98 - osc commit: don't scare users if they want to commit a nonexistent file (bnc#469167)
99 - osc diff: bugfix to make --pretty option work
100 - 11.1 added to the osc project template
101
102
103 0.113:
104 - osc diff -rX:Y: the default is to return an unified diff (to get a pretty
105   diff use the --pretty option)
106 - osc rdiff: the default is to return a pretty diff (to get an unified diff use the --unified option)
107 - osc sr show --diff: the default is to return a pretty diff (to get an unified diff use the --unified option)
108 - osc getbinaries: optionally also download source rpms
109 - osc importsrcpkg: set the url in the package meta (bnc#458083)
110 - osc wipebinaries: added --expansion option
111 - added support for format strings like "%(project)s" and "%(package)s" which
112   can be used in the build-root config option.  For example one could use a new
113   chroot for each package.
114 - osc updatepacmetafromspec: fix failure if %description is starting with newline (bnc#462869)
115 - catch OSError exceptions which might be raised by the subprocess module
116 - don't use a hardcoded path for the rpm binary otherwise it fails on
117   distributions like debian
118 - osc meta: be more verbose in case of failure (bnc#459292)
119 - osc mkpac: add info how to enable the package tracking feature (bnc#459288) 
120
121 0.112:
122 important bugfix:
123 - osc deletepac: prevent recursive deletion of a whole project [bnc#458535]
124 - osc build: support more options: --icecream, --ccache, --with, --without
125 - osc build: --keep-pkgs also saves the src.rpm now
126 - osc build: small fix in debuginfo handling 
127 - osc build: new armv7el arch for all binaries for up to ARMv7 EABI with VFP
128
129
130 0.111:
131 - fix accidental truncation of .oscrc to 0 bytes
132 - fix osc's ignorance of the revision option (-r) for expanded links
133 - osc build: handle kiwi builds (local image build)
134 - osc build: cross build support
135 - osc build: support for ARMv5 EABI little endian arch added
136 - osc build: fixed detection of the build type (rpm or deb), after change in the buildinfo
137 - osc build: build debuginfo packages if enabled in the project/package meta (this partly fixes #421390)
138
139
140 0.110:
141
142 - osc build: no working copy needed anymore when building a local package [bnc#431434]
143 - osc checkout: when checking out a project, and a linkerror occurs for one of
144   the packages, do a checkout in unexpanded form and continue checking out the
145   rest of the project [bnc#428303]
146 - osc deletepac, osc branch: allow slash notation for the project/package arguments
147 - fix deprecation warnings on Factory (which uses Python 2.6)
148 - fix to avoid (internal) stale Package objects [bnc#436932]
149
150
151 0.109:
152
153 - osc getbinaries: new command to download binaries directly from the api server
154 - osc rlog: new command to show commit logs of remote packages
155 - osc build: --debug option to the build script which will take care of creating debuginfo packages
156 - add link to plugin API to osc help output
157 - avoid a hard dependency on the rpm-python bindings.
158 - fixed depracation warnings with Python 2.6 [bnc#426612]
159 - streaming of unfinished logfiles fixed
160 - fixed regression of .oscrc template [bnc#427118]
161 Changes were from Marcus_H, poeml, dmueller, tpatzig.
162
163
164 0.108:
165
166 - osc submitreq: has two aliases now: "osc sr" and "osc submitrequest"
167 - osc sr create: prompt to revoke existing requests
168 - osc sr revoke: new command for to get rid of requests to projects one can't write to
169 - osc sr list: allow showing requests in a state other than "new"
170 - osc sr show: show the current state's comment
171 - osc sr log: new command to show the history of a given id
172 - osc sr: enable requests for submitting new packages
173 - osc build: implement --no-checks 
174 - osc build: be less strict on the arguments, and guess what's needed. For instance:
175   * osc build PLATFORM ARCH BUILD_DESCR
176   * osc build PLATFORM (ARCH = hostarch, BUILD_DESCR guessed)
177   * osc build ARCH (PLATFORM = build_platform (config option), BUILD_DESCR guessed)
178   * osc build BUILD_DESCR (PLATFORM = build_platform (config option), ARCH = hostarch)
179   * osc build (PLATFORM = build_platform (config option), ARCH = hostarch, BUILD_DESCR guessed)
180 - osc build: download after the target architecture check
181 - osc addremove: bugfixes, --recursive option 
182 - osc init: added support to initialize a project dir
183 - osc metafromspec: new alias for 'updatepacmetafromspec' which is hard to remember
184 - osc updatepacmetafromspec: also update URL
185 - osc buildlog: do not download entire log to memory
186 - new http_headers option to add arbitrary headers to HTTP requests
187 - bugfix to make osc work on Gentoo
188 - enhance/update the package and project template
189 - .netrc heritage from previous commandline client has been removed
190 - osc asks for password now, when used with -A
191
192
193 0.107:
194
195 - osc build: the --extra-pkgs option is now a configurable setting in .oscrc.
196   Default is "extra-pkgs = vim gdb strace"
197 - .oscrc: make tilde expansion work on the packagecachedir setting
198 - osc update / checkout: don't check out a working copy, or update an existing 
199   one, when a source link cannot be applied [bnc#409373]
200
201
202 0.106:
203
204 - osc rdiff / osc submitreq show: diff the _expanded_ sources [bnc#408267]
205 - osc submitreq list: show author's name 
206 - osc submitreq: shortcut alias 'sr' added
207
208
209 0.105:
210
211 - osc submitreq list: 
212    - can now be called without parameters, applying to the working copy then.
213    - calling it in a project directory is also possible now.
214    - output was improved. Newest requests are listed first.
215 - osc submitreq delete: a new action which has been added
216 - osc submitreq list/create: use api URL from the working copy
217 - osc meta: editing returns the API error description instead of a plain HTTP
218   error if available
219 - osc copypac: use the correct userid when copying to another api host
220 - osc importsrcpkg: disable signature check when getting data from a rpm file
221 - osc linkpac: --revision option added.
222 - osc search: added option -i|--involved, to show in which projects/packages
223   a developer is involved
224 - osc build: double check the buildinfo for local builds. Refuse to build for
225   architectures that are not supported by the host
226 - osc buildhist: change the output into a format which better matches actual
227   RPM filenames.
228 - osc commit: give commit message tempfiles a ".diff" suffix, so syntax
229   highlighting automatically works in capable editors
230 - other bug fixes:
231   - don't expand/unexpand if the working copy has local modifications - this is
232     an ugly workaround for #399247 but this way the working copy isn't screwed up
233   - work around a bug which causes packages to be cached locally under the
234     "None" architecture (and therefore causing issues when building for more
235     than one architecture via osc build).
236   - don't create _linkerror files in working copies
237   - better error handling (mostly printing more details) in a number of cases
238   - show error messages from the API also for type 500 errors
239
240
241 0.104:
242 - osc update: after update, reset the revision when updating multiple package.
243   Fixes "404: Not Found" type errors when updating an entire project. [bnc#399177]
244 - more/better error messages in some error scenarios
245 - osc wipebinaries: add missing check for commandline arguments, which could
246   cause a PACKAGE argument to be ignored
247 - fixed make_diff in order to avoid errors when committing a new package
248   (created with mkpac)
249
250
251 0.103:
252
253 - osc submitreq create: simplify by make osc guess needed parameters, if 
254   there is a working copy and it is a source link.
255 - osc submitreq create: don't stop on packages that have a devel project
256   defined, if the submit actually comes from that project.
257 - osc checkout: checkout of source links is now done in expanded form per
258   default. The new option --unexpand-link can be used to get the raw link file.
259 - show the API's error message for HTTP 403 (Forbidden) replies.
260
261
262 0.102:
263
264 - osc branch: Show the actually created branch project name, not
265   a guessed one.  Add --nodevelproject.
266 - osc submitreq: look up the develproject of the target, and if
267   there is one, don't create the request, unless forced with
268   --nodevelproject.
269 - make the global -d option work better under certain circumstances
270
271 0.101:
272
273 - add osc branch command, using the branch API call to branch a package to
274   home:poeml:branches:PRJ/PKG
275 - osc commit now opens $EDITOR for commit message
276 - improved error handling, when API returns HTTP status code 400 (bad request)
277 - osc status: implement -q/--quiet switch
278 - osc info: slightly more verbose
279 - osc deletepac: allow deletion of multiple packages at once
280 - make "osc meta prjconf <project> -e" work again (probably caused by r3702)
281
282
283 0.100:
284
285 - improved error handling (babysitter.py wrapper, oscerr.py exception classes)
286   Tracebacks are mostly suppressed now. To enable them, use
287        -t, --traceback    print call trace in case of errors
288   or set traceback=1 in .oscrc.
289 - other new global options for debugging:
290        --debugger         jump into the debugger before executing anything
291        --post-mortem      jump into the debugger in case of errors
292        -d, --debug        print info useful for debugging
293 - make way for more seamless osc version updates (the .osc directory in working copies
294   will have its own versioning in the future)
295 - osc rprjresults and osc rresults: new commands to show remote build results
296 - osc build: added --baselibs and --jobs options
297 - osc copypac: added --keep-maintainers switch
298 - osc maintainer: new -D/--devel-project switch
299 - BUILD_DIST environment variable will be ignored (bnc#359846)
300   The following environment variables can still be used:
301   * OSC_SU_WRAPPER overrides the setting of su-wrapper. 
302   * OSC_BUILD_ROOT overrides the setting of build-root.
303   * OSC_PACKAGECACHEDIR overrides the setting of packagecachedir.
304
305
306 0.99+patches (interim releases, including Wed Apr  2 16:36:40 CEST 2008)
307
308 - new command submitreq, to handle "submit requests" (next generation build
309   service feature). See http://en.opensuse.org/Build_Service/Collaboration
310 - new link handling:
311   add support for handling linked packages in expanded form. They
312   can be checked out, updated (expanding or unexpanding them),
313   and built locally.
314   Newly introduced options are:
315   * osc checkout: --expand-link
316   * osc update: --expand-link and --unexpand-link
317 - new feature: package tracking. It's not enabled by default and
318    needs to be switched on with do_package_tracking=1 in .oscrc.
319    before using. See
320    http://lists.opensuse.org/opensuse-buildservice/2008-03/msg00114.html
321 - prjresults: add --csv option
322 - req: add option -a / --add-header to inject arbitrary request headers
323 - addremove (and others): ignore _all_ dot files (the buildservice doesn't
324   handle them)
325 - copypac: do a (quicker) server-side copy by default, when source and target
326   are on the same buildservice instance.
327 - build:
328   - add --debuginfo
329   - add --no-verify
330   - add --local-package to build a package which doesn't exist on the server
331   - add --alternative-project to specify a project, if the current one doesn't
332     exist on the server
333   - use api url from .osc/_apiurl [#355144]
334 - new command remotebuildlog
335 - diff: fix #347377 (diffing too many files)
336 - checkout: check for project existance beforehand
337 - rdiff: new command for server-side diffs between arbitrary packages
338 - cat: new command to print a file on the standard output
339 - diff: reworked functionality to show newly added files, and behaving more
340   like svn when doing diff against a certain revision
341 - bugfix in {link,aggregate,copy}_pac (<person> elements)
342 - checkout an empty project instead of doing nothing
343 - fix prjresults for newly added packages, where build status is missing
344
345
346 0.99:
347
348 - aggregatepac: new command, similar to linkpac. Patch from Pavol Rusnak.
349 - wipebinaries: added --build-failed and --broken [#335498]
350 - deleteprj: enabled this command, as the backend now supports it
351 - maintainer:
352   - added --verbose option
353   - added functionality to add/remove users from a project/package
354 - print the list of URL to try, when in HTTP debug mode
355 - build: allow to use lbuild, a compatible replacement for build
356 - do not create dirs for non-existing packages during checkout [#259711]
357
358
359 0.98:
360
361 - new maintainer command, to list the maintainers of a project or package
362 - ls: add -b option to list binaries
363 - make osc library simpler to use from external scripts
364 - new importfromsrcpkg command, to import a package src.rpm from file or URL
365 - new req command, to issue arbitrary requests to the API
366 - initial support for commit messages (ci -m/-F)
367 - implementing a log command to review the commit log
368 - renamed previous "log" command to "buildlog" (short: bl)
369 - new meta command, replacing editmeta, editprj, createprj,
370   editpac, createpac, edituser, pattern
371 - added search support
372 - show helpful xml error messages if broken metadata is uploaded
373
374
375 0.97:
376 - added initial revision handling:
377     - extended "osc co prj pac" to checkout a specific revision of pac
378     - extended "osc up" to update to a specific revision
379     - extended "osc diff" to diff the working copy against a
380       specific revision on the server. NOTE: comparing two
381       server-side revisions (osc diff -r 11:12) is currently
382       not supported!
383 - load subcommands from /var/lib/osc-plugins/ or ~/.osc-plugins/
384 - updatepacmetafromspec scans for spec files automatically. Added --specfile option to updatepacmetafromspec.
385 - wipebinaries: allow to wipe all binaries of packages for which the build is disabled
386 - addremove: ignore foo.rXX, foo.mine for files which are in 'C' state
387 - ls: add verbose option to print extra information for packages
388 - for all server-side commands, allow arguments "foo/bar" instead of "foo bar"
389 - new wipebinaries and abortbuild commands, by courtesy of Marcus Huewe
390 - improved metadata error condition handling (thanks to Marcus Huewe)
391 - build: add --userootforbuild option
392 - build: implement -x/--extra-pkgs option (passed to backend and included in buildinfo result)
393 - make filling out of username in templates work again
394 - don't try to delete projects, as long it is not implemented in the backend
395 - use new API route for downloading binaries also in configured URLs
396 - make deletepac work again
397
398
399 0.96:
400 - following suggestions by Christian Boltz and Michal Marek, osc now memorizes
401   where a working copy was checked out from, saving the api server url to
402   .osc/_apiurl. 
403 - implement 'info' subcommand
404 - use new api routes in all places
405 - buildhistory works again
406 - copypac: implement package copy from one buildservice instance to another
407   (--to-apiurl option)
408 - the results subcommand now handles multiple <working copy> arguments
409 - build: implement --prefer-pkgs and --keep-pkgs option
410 - applied patch from Michael Marek, fixing all places where error
411   messages were printed to stdout instead of stderr. [#239404]
412 - osc is now easier to work with when using alternative API servers. The
413   configured server can be overriden with -A <url> on the commandline. 
414   "apisrv" in the config takes a URL now, so the variable "scheme" which was
415   needed in addition before becomes obsolete. For backward compatibility, a
416   hostname (and scheme variable) are accepted like before. Likewise, the auth
417   sections in the config take a URL now, or a hostname:port to keep old config
418   working. HTTP or HTTPS scheme is determined from the URL. Credentials must be
419   configured in .oscrc.
420 - build: use actual api server in urllist for downloading, instead of hardcoded
421   api.opensuse.org [#265211].
422
423
424 0.95:
425 - rewrite the internal HTTP handling
426   - save and reuse HTTP server cookies, which can speed up HTTP requests up about
427     5 times in an iChain setup
428   - adding http_GET/POST/PUT/DELETE() functions, which dispatch to
429     http_request(), and use them everywhere
430   - removing othermethods.py 
431   - keeping urlopen(), in case it is used from externally, but have it print out
432     a "depracated" message
433   - finally, global option -H enables HTTP traffic debugging
434 - implement "rebuild all failed packages", via --failed option in rebuildpac
435   subcommand
436 - status -v shows all files, including unmodified ones
437 - suppress the legend in prjresults by default (show with -l)
438 - --version shows the program version number
439 - fix the commit subcommand's argument handling. The following works correctly
440   now: osc ci ../test/onlyinwc `pwd` fstab ../test/f2 
441 - fix the download progress meter to work with small terminals [#266989]
442 - update: when updating multiple packages, print each package name
443 - make 'results' subcommand many times faster, by making only a single request
444 - prjresults: sort package names
445 - build: run with --norootforbuild, thereby defaulting to build as abuild user
446 - build: fix (harmless) errors showing up in the build log during buildsystem
447   setup, by using the new <bdep> preinstall and runscripts attributes
448 - update: when updating, don't delete files with local modifications
449 - let the diff subcommand return 1 if differences were found
450 - fix important bug, which could lead to overwriting local modifications when
451   upstream changes are merged in
452 - if a merge fails, the store copy must be updated neverthelesss
453 - fix testsuite and add testcase for successful merging
454 - sort output of 'status' (unknown files first, filenames alphabetically)
455 - core: added class "metadata" (merge from Susannes /branches/froh/reponator/)
456 - added command alias 'stat' for 'status', like in svn
457 - improved documentation/examples (Lars + Susanne)
458 - print usage info if 'co' is called without arguments
459
460 0.9:
461 - "iChain-ready" (works with API server now using iChain authentication)
462 - add runtime check for build.rpm version, so the rpm package dependency is
463   no longer required
464 - add 'edituser' command for editing the metadata of a user account. It tries
465   to create a user if it doesn't exist yet. A new command 'usermeta' replaces
466   'id' respectively 'userid'.
467 - rewrite configuration handling. Now the API server can be set in .oscrc
468 - ignore '.gitignore', '.pc', '*~' (now using filename matching [#208969]
469 - fix 'status' to work with project directories as arguments
470 - fix 'status <filename>'
471 - 'rebuildpac' now accepts additional repo and arch argument. Note:
472   the syntax has changed.
473 - add 'prjresults' command to display aggregated build status over
474   an entire project
475 - add 'deleteprj' command (the API server doesn't seem to support
476   it yet, though)
477 - change 'buildhistory' to display human-readable text
478 - add 'copypac' subcommand, to copy a complete package to a new package, possibly cross-project
479 - don't die if user tries to 'add' a file which is already versioned
480 - don't die if 'addremove' encounters directories
481 - urlopen(): for server return code 500, print out the reply body
482
483 0.8:
484 - build: use configuration from *local* specfile (e.g. BuildRequires)
485 - build: let envvars OSC_SU_WRAPPER and OSC_BUILD_ROOT override config 
486 - build: allow 'dynamical' build-root setting by using %(repo)s and %(arch)s
487 - add 'createpac/editpac' and 'createprj/editprj' subcommands which
488   are similar to 'editmeta' but should be more logical to find
489 - added 'deletepac' subcommand
490 - added 'buildhistory' subcommand (formerly 'history'). This only
491   gives out raw xml at this time
492 - added 'linkpac' subcommand
493 - added ".git" to the excluded files
494 - adapt to API changes
495 - fixed issue with uploading files when an intercepting web proxy was
496   in between osc and the api server
497 - fixed creation of new packages/projects
498
499 0.7:
500 - initial support for local builds (subcommand 'build')
501 - better error handling
502 - new subcommands buildconfig, buildinfo, repos
503 - remove requirement on pyxml package
504 - editmeta: add examples for package/project templates
505 - add support for streaming the build log (thanks to Christoph Thiel)
506 - add 'rebuildpac' subcommand
507 - add 'repourls' subcommand
508 - don't diff binary files
509 - don't try to merge binary files
510 - add a preliminary 'updatepacmetafromspec' subcommand, which takes package
511   metadata from a specfile
512 - fix profiling wrapper
513 - set User-agent
514 - bugfixes: 
515   - fix handling of filenames with '+' signs
516   - make 'resolved' more robust
517   - fix merge on 'update' if called from another directory
518   - display reason for build status is 'broken'
519   - handle HTTP error codes != 404 when reading metadata in edit_meta()
520   - handle 'project not found' error in show_project_meta()
521
522
523 0.6:
524 - diff bugfix: sometimes displayed diff against obsolete files
525 - update bugfixes: fix update of working copy when adding a file from upstream
526   which is missing locally; fix update in directory with unmodified files:
527   don't try to merge if upstream file wasn't changed at all
528 - add: make it faster
529
530
531 0.5:
532 - help :-)
533 - add 'editmeta' subcommand: Edit project/package meta information, creating
534   new project or package if it doesn't exist. The user interface is $EDITOR
535 - fix status letter for files merged on update (in analogy to svn , it is
536   either G or U)
537 - if an old _files listing without any metadata is found, don't bother the user
538   with it
539 - make all subcommands properly importable functions
540 - bug in 'resolved' command fixed, which wouldn't clear the conflict state of a file
541
542
543 0.4:
544 - allow 'up' inside a project directory (will automatically pull in all new
545   packages). (For past checkouts, you may need to put the project name into 
546   $prjdir/.osc/_project yourself).
547 - checkout: preserve mtimes
548 - add diff3 merge support. Locally modified files are merged with upstream changes
549   if possible, and go into Conflict state if that fails.
550 - add 'resolved' command to be used after manual merging.
551
552
553 0.3:
554 - use the new file metadata, which provides checksum, size and mtime
555 - faster 'status', 'update', 'diff'
556 - improve argument handling, now e.g. 'osc up *' is possible
557 - on first usage, ask for username and password and store them in .oscrc
558   (.netrc can still be used)
559