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