Changelog for
obs-source_service-2.4.8-1.3.i586.rpm :
Wed Aug 12 14:00:00 2015 adrianAATTsuse.de
- update to 2.4.8
Feature backports:
==================
* None
Changes:
========
* None
Bugfixes:
=========
* backend: validate results of external patch command. could be used
to modify packages without sufficiant permissions (bnc#941099, CVE-2015-0796)
Thu Mar 12 13:00:00 2015 adrianAATTsuse.de
- update to 2.4.7
Feature backports:
==================
* None
Changes:
========
* None
Bugfixes:
=========
* backend: fix arbitrary command execution in service daemon (CVE-2015-0778)
Mon Mar 24 13:00:00 2014 adrianAATTsuse.de
- update to 2.4.6
Feature backports:
==================
* None
Changes:
========
* None
Bugfixes:
=========
* webui: fix CSRF protection (CVE-2014-0594) (bnc#870606)
* webui: fix a syntax error when storing instance configuration
* api: fix database locking when changing states of requests
* api: fix typo that fails retry for connection when using LDAP auth.
* api: fix issue tracking via delayed job
Wed Oct 23 14:00:00 2013 adrianAATTsuse.de
- update to 2.4.5
Bugfixes and feature backports to support new CVE and Ubuntu distribution.
Feature backports:
==================
* backend: Debian multiarch support (for Ubuntu 13.10 via perl-BSSolver)
* api: support new CVE syntax as it will be used in 2014
Changes:
========
* None
Bugfixes:
=========
* appliance: fix start order between apache and mysql when using systemd
* backend: fix for using if conditions in prjconf macros sections
* backend: fix possible cache inconstency in worker binary cache
* backend: multiple fixes for constraints handling
* backend: use configured http proxies when download worker code.
* api: ensure existins of \"deleted\" project and repository on update
Wed Jul 10 14:00:00 2013 adrianAATTsuse.de
- require explicit createrepo 0.9.8. All other versions have
currently a problem.
Mon Jul 8 14:00:00 2013 adrianAATTsuse.de
- update to 2.4.4
This release fixes a serious security leak tracked as CVE-2013-3703:
Users can add or remove other users to projects or packages where
they have no maintainership.
All OBS 2.4 user a requested to updated immediatly to close this
hole. Instances with OBS 2.3 and before are not affected.
Feature backports:
==================
* none
Changes:
========
* None
Bugfixes:
=========
* api: Fix for CVE-2013-3703
* api: Do not hide projects which have an explicit access enabled tag.
* api: handle invalid strings in options.yml for allow_user_to_create_home_project setting
* backend: repository type changes got not catched by the scheduler
* backend: fix project deleting not cleaning up build area in async mode
* backend: hostlabel build constraints had no effect
* backend: constraints defined in project config had no effect
* backend: start more then one worker by default if not using zVM
Thu Jun 13 14:00:00 2013 adrianAATTsuse.de
- update to 2.4.3
Feature backports:
==================
* none
Changes:
========
* api: support default targets on OBS 2.5 remote instances using defined architecture
per repositories
Bugfixes:
=========
* webui: fix for user editing could have dropped admin role
* api: documentation fixes
* api: fix storage of Download on Demand path in API
(Note: this is still an experimental feature likely to change)
* api: crash fixed when request status includes repository pathes to remote instances
* api: allow request state change to approved only from new/review states (regression fix)
* backend: fix scanprjbinaries event handling
* backend: fixed caching for remote source handling in some cases
* backend: undelete of a project does restore the signkey now
* backend: fixed macro block parsing when using %if statements
Tue May 14 14:00:00 2013 adrianAATTsuse.de
- update to 2.4.2
Feature backports:
==================
* none
Changes:
========
* build: vminit can now be installed for multiple architectures in parallel on
OBS server.
* build: debian builds call linitian now if installed
* build: Arch Linux: support new pacman tool syntax
* build: support kiwi installation medias with new kiwi versions
* api: Interconnect supports to use credentials as part of the remoteurl.
Note: the url must not use /public suffix in that case
* webui: change password is allowed by default in config file now
* webui: Disable browser autocomplete on sign up form
Bugfixes:
=========
* build: fixed regression using build host rpm instead of the version from chroot
* build: fixed repository priority ordering, when only some repos have a priority
and kiwi appliances get build
* build: support kiwi appliances using multiple
sections in config file
* build: rpm packages get installed again without fsync which speeds up the installation
* backend: fixed binary rpm cache handling for image building via interconnect
* webui: fixed change password dialog
* webui: fixed display of groups and globalrole
Fri May 3 14:00:00 2013 adrianAATTsuse.de
- update to 2.4.1
Feature backports:
==================
* none
Changes:
========
* backend: the scheduler ignores a left over exit event during
intial startup now
* backend: support static links for kiwi installation medias
* backend: use async mode during test suite run
* backend: catch cases where broken repositories cause endless builds
* runlevel scripts have nicer output now
Bugfixes:
=========
* api: check_database script works now also before calling db:migrate
* api: support packager owner search with explicit no filters
* api: stream file uploads directly to backend, fixes OOM kills with large files
* backend: fixed source caching from remote instance source packages
* backend: fixed role analyses for read protected projects and packages
* backend: fixed update of static links during publishing
* backend: fixed ordering of binary upload events
* general: documentation updates
Tue Apr 30 14:00:00 2013 adrianAATTsuse.de
- update to OBS 2.4.0
* LDAP support is fixed
* webui points admin to add a remote instance for adding repos.
Wed Apr 3 14:00:00 2013 adrianAATTsuse.de
- update to OBS 2.4 RC2 (2.3.96 tag)
* fixed loading of ruby LDAP module
* signer performance optimizations
* solving migration issues
Mon Mar 4 13:00:00 2013 adrianAATTsuse.de
- update to OBS 2.4 RC1 (2.3.95 tag)
Regressions:
============
* LDAP support is not tested and in unknown state (not part of test suite)
* source service editor in webui is not available
Changes on purpose:
===================
* Migration to Ruby 1.9 and Rails 3.2
* request database got move from backend to the api. Directly
after update all requests seem to have vanished, but a delayed
job is importing them again. This can take some hours dependening
on the amount of requests.
* package meta of package copy command is not copying
relationships and devel definitions anymore
* Requests do require a description now in any case
* webui configurations got moved from environments/
*.rb to config/options.yml.
* Package conflicts and obsoletes are taken into account when resolving
dependencies for build jobs. This improves build consistency but may also lead
to new \"unresolvable\" errors, since they were ignored so far. The old behaviour
can be restored by adding the following line into the project configuration:
ExpandFlags: ignoreconflicts
* cross architecture build directives in project configuration
CBInstall and CBPreinstall are not supported anymore. Use standard \"Install\" and
\"Preinstall\" directives instead.
=> all architectures can be used as host for cross build now.
* The api file/distribution.xml is obsolete, the config gets stored in the SQL database
now. Existing file gets imported during migration.
Features
========
* Arch Linux package format support got added.
* Build Job Constraints handling. It can be used to define build
instance requirements for certain build jobs. Either for defined
package sources or for all repositories.
Documentation about this can be found here:
http://openbuildservice.org/help/manuals/obs-reference-guide/cha.obs.build_job_constraints.html
* Support of preinstall images, which can be used to speed up build
jobs. They need to be build manually, but get automatically used for
creating a build instance base in a faster way than just with installing
packages.
* Static links (without version and release numbers) for binary results
in the published repositories can be configured now. This can be done via
the \"staticlinks\" keyword in Repotype: definition.
* Build Prerequires can be used also with the FileProvides feature in the
build configuration now.
* Regular users can copy entire projects (without binary results) now.
* Upload of binaries via api is allowed to administrators now.
* Data about used resources of build jobs get collected. However it
gets not yet used for build job assignment
* Requests can be listed also for given groups now.
* Checkout of delete packages does not require a srcmd5 sum anymore.
* Delete Requests can be used to request deletion of repositories from
a project.
* Support of creation of application data xml which can be used for app
stores for application centric browsing versus package browsing.
* Support hugetable memory usage for kvm workers.
* Support building cross build formats, eg. building an rpm with a kiwi
build description or an deb package via a .spec file.
* Efficient transport of product build results from worker to backend.
* aarch64 architecture added (aka armv8 or arm64)
* New generic \"emulator\" virtualization support. Can be used to build inside
of system emulators (for foreign hardware for example)
Deprecated:
===========
The following calls have been marked as deprecated, they will get removed in OBS 3.0
* api
- /person/$LOGIN/group -> use /group?login=$LOGIN instead
- /search/project_id -> use /search/project/id instead
- /search/package_id -> use /search/package/id instead
* The deprecated support to copy qemu binaries from external build host into
build environment has been removed.
Notes for systems using systemd:
================================
OBS is using init scripts, not systemd style .service files. This will stay until
we will switch from SLES 11 to SLES 12 as default production platform.
openSUSE installations may use systemd (instead of sysvinit) and it should work
in general. Not working are usages like
[#] rcobssrcserver status
You will only get the systemd status here. To see what the daemon is doing you need to
[#] cd /etc/init.d
[#] ./obssrcserver status
Tue Feb 26 13:00:00 2013 adrianAATTsuse.de
- update to OBS 2.3.8
Feature backports:
==================
* none
Changes:
========
* webui: Added openSUSE 12.3 and Fedora 18 to default list
Bugfixes:
=========
* webui: build results show up again with latest Rails 2.3 security update
Fri Nov 16 13:00:00 2012 adrianAATTsuse.de
- update to OBS 2.3.7
Feature backports:
==================
* none
Changes:
========
* backend: compability with perl-BSSolv 0.18 and later.
* webui: Added Ubuntu 12.10 and removed 11.04 from default list.
Bugfixes:
=========
* webui: fixed source file download link, when anonymous mode got disabled.
* backend: fixed hostarch cross build support for kiwi and delta jobs
* backend: fixed scanning of package sources after project copy
Mon Nov 12 13:00:00 2012 adrianAATTsuse.de
- drop perl-BSSolv version number for now.
Thu Oct 11 14:00:00 2012 adrianAATTsuse.de
- update to OBS 2.3.6
Feature backports:
==================
* none
Changes:
========
* api: run the rescale of build monitor statistics hourly
* api: a package created by submit request took over group roles. Does not happen anymore.
Bugfixes:
=========
* webui: fixed default config for api port (https now)
* api: close /public route when anonymous access is set to disabled.
Tue Sep 18 14:00:00 2012 adrianAATTsuse.de
- update to OBS 2.3.5
Feature backports:
==================
* Simple request collection interface supports simple group request now
Changes:
========
* none
Bugfixes:
=========
* backend: aggregate block state gets calculated correctly now
* api: it was possible to remove packages in not writeable projects via
submit requests.
Fri Aug 24 14:00:00 2012 adrianAATTsuse.de
- update to OBS 2.3.4.1
- fix a typo in default target list
- fix publisher timeoute handling
Tue Aug 21 14:00:00 2012 adrianAATTsuse.de
- update to OBS 2.3.4
Feature backports:
==================
* Added \"Hostarch\" in _buildinfo for osc local builds of cross builds
Changes:
========
* package meta creation of package copy command is not copying
relationships and devel definitions anymore.
* Added openSUSE 12.2 to default target list
* Removed openSUSE 11.4 from default target list (EOL soon)
* Fedora 15 is EOL, removed from default list
Bugfixes:
=========
* webui: fixed underscores in code listings
* webui: Do not expose user email address in anonymous mode
* backend: increase vrev on package source copy
* obsworker: do not fail when no /etc/sysconfig/proxy exists
* build: fixed cross architecture initilisation for chroot builds
Tue Jul 10 14:00:00 2012 adrianAATTsuse.de
- update to OBS 2.3.3
Feature backports:
==================
* none
Changes:
========
* none
Bugfixes:
=========
* Fix initial database setup on appliances (regression in 2.3.2)
* New packages got not detected, when using project project links to
a remote OBS instance.
Either a scheduler cold start is needed or an
[#] obs_admin --deep-check-project ...
for a propper recalculation of the project.
* Request diffs were broken when the source got removed.
* removed a sleep on each package build
Fri Jun 29 14:00:00 2012 adrianAATTsuse.de
- update to OBS 2.3.2
Feature backports:
==================
* none
Changes:
========
* support xz compressed kiwi images
* documentation and theming updates
* do not leave out sourceaccess protected package on branching (bnc#766119)
Bugfixes:
=========
* fixed dieing source ajax source when doing OBS interconnect
* removal of not expandable _link files is working now
* package meta data on project copy takes all elements now, except
person, group and devel.
* initial webui database setup on appliance works now
* no error when using appliance without OBS LVM volume group
* webui is able to store OBS configuration now.
Thu May 31 14:00:00 2012 adrianAATTsuse.de
- update to OBS 2.3.1
Feature backports:
==================
* Support remote product build tree building
* Make kiwi support packages configurable. Defaults are:
Substitute: kiwi-setup:image kiwi createrepo tar
Substitute: kiwi-setup:product kiwi
Changes:
========
* Support Order: handling also during preinstall (for Fedora 17)
* Added Fedora-17 default target
* bnc and fate issue tags are also accepted with whitespace: bnc #123
(This requires to run migrations on api).
* Increased timeouts for OBS inter connects
Bugfixes:
=========
* Use right architecture on spec file parsing when project configuration contains a \"Target:\" line
* Fixed warning messages about \'nextstate\' in dispatcher
* Fixed urls in webui to www.open-build-service.org
* Init script fixes for automatic deployment of workers
* Fixed debian handling for exporting sources
Fri Apr 20 14:00:00 2012 adrianAATTsuse.de
- OBS 2.3 RC5, (version 2.2.995)
- various documentation updates
- fixed request diffing for \"updatelink\" requests
- fixed various update and first start problems
- fixed various crashes in webui
- critical backend fix for sending data with trailing \\0 after 8192 boundaries
Tue Apr 10 14:00:00 2012 adrianAATTsuse.de
- OBS 2.3 RC4, (version 2.2.994)
- serialized diffing, protects the server against DoS
Wed Apr 4 14:00:00 2012 adrianAATTsuse.de
- OBS 2.3 RC3, (version 2.2.993)
- fixed standalone obsworker installation
- some init script fixes
- minor webui fixes
- _patchinfo creation fix on maintenance request accept
Fri Mar 30 14:00:00 2012 adrianAATTsuse.de
- OBS 2.3 RC2, (version 2.2.992)
- fixed regression in \"none\" repo type support
- fixed database corruption for maintenance projects
- fixes for webui patchinfo editor
Mon Mar 26 14:00:00 2012 adrianAATTsuse.de
- OBS 2.3 RC2, (version 2.2.991)
- \"none\" repo type support
- fix for creating new user with local database
- fix search publish functionality
- fixed priority handling in scheduler
Wed Mar 21 13:00:00 2012 adrianAATTsuse.de
- OBS 2.3 RC1, (version 2.2.990)
Mon Mar 19 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.131
* OBS 2.3 interconnect fix
* fixed access-disabled maintenance handling
* debian source publish handling fixes from \"Hector Oron\"
Thu Mar 15 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.130
* new unlock method via command instead of meta data edit
* various maintenance handling fixes
Wed Mar 14 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.129
* support for publishing binaries in subdirectories
* fixed handling of local linked packages on branching
* release handling fixes
* webui layout fixes
Fri Mar 9 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.128
* incident request expansion
* additional protection against mass-assignment injection
* further webui request view fine tuning
* minor fixes in backend
Fri Mar 2 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.127
* fixed multiarch handling in aggregate
* webui request view fixes
* init script fixes
Thu Feb 23 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.126
* webui has new request view
* patchinfo \"stopped\" and \"issue undocumented\" feature
Tue Feb 21 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.125
* fixed maintenance incident request merge
* fixed urls in issue diffs
Fri Feb 17 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.124
* INCOMPATIBLE changes in issue handling api
* webui support search for issues in packages
* enhanced xpath query support for issues
Thu Feb 16 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.123
* fixed qemu cross build job assigning
* new maintenance incident handling
Mon Feb 13 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.121
* various appliance and initial-setup fixes
Thu Feb 9 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.120
* fixed native build of arm, mips and sh4
* fixed service files on request handling
* maintenance incident merge changes
Thu Feb 2 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.119
* critical api branch fix
* webui maintenance improvements
Mon Jan 30 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.117
* webui maintenance fixes
* recursive removal of repository
* fixed issue tracker api
Thu Jan 26 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.116
* appliance fixes
Tue Jan 24 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.115
* improved issue tracking support
* new webui testsuite got merged
* a number of maintenance handling features
Thu Jan 12 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.114
* issue tracking support for all packages
Wed Jan 11 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.113
* support for releasing local linked packages
Tue Jan 10 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.112
* issue tracker fixes
* rdoc task updates
- require Rails 2.3.14
Mon Jan 9 13:00:00 2012 adrianAATTsuse.de
- update to current git, version 2.2.111
* branch code improvements for SLE like setups
Thu Dec 22 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.110
* bugfix christmas edition
Wed Dec 21 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.109
* fixed delayed job crash
* fixed broken requests on re-open
* fast product build
Tue Dec 20 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.108
* new declined -> revoked/reopen/superceded handling
* bugfixes in maintenance area
* drop sysconfig.obs-worker, merged with -server.
* regression to satisfy 12.2 check: obs-worker MUST be installed now
Tue Dec 13 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.106
* improvements in issue tracker code
* binary upload feature
* supporting links for new packages (no existing target)
Mon Dec 5 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.105
* new, faster obs-worker product build code
* maintenance release resign support
Thu Dec 1 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.104
* fixed special cases of branch command
* fixed project copy with binaries
Wed Nov 30 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.103
* fdatasync also for solv files, requires new BSSolv
Mon Nov 28 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.102
* scheduler is using fdatasync now
Fri Nov 25 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.101
* fixed vrev handling on maintenance release
Fri Nov 25 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.100
* using issue_tracker data in backend
Tue Nov 22 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.98
* new branch code
Thu Nov 17 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.97
* fixing schema validation
* issue tracker support
Sun Nov 13 13:00:00 2011 mikhail.zabaluevAATTgmail.com
- de-ghosted important configuration files for webui
Fri Nov 11 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.96
* many webui changes, esp. improved diff support
* incompatible patchinfo format changes (was marked as experimental)
Mon Oct 31 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.95
* many cleanups, getting near to RC1 ...
Thu Oct 20 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.94
* distro release support
Tue Oct 18 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.93
* new source md5sum trigger mechanism.
WARNING: this will trigger a rebuild of all packages with links!
* fixes to support openSUSE 12.1
Wed Oct 5 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.92
* fixed updateinfo.xml generation
* added openSUSE:Factory:ARM as default target
Thu Sep 8 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.91
* fix for died schedulers on creating deltas
Fri Jul 22 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.90
* 2.3 Beta 3
* obs-common is part of obs-api package now
* using nokigiri as XML handler to fix ruby crashes
Fri Jul 1 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.85
* large number of bugfixes after Beta 2
Tue Jun 7 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.82
* new source service handling is used
Thu May 26 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.81
* new branding name Open Build Service is used
Mon May 16 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.81
* some important fixes after beta 1 to get openSUSE maintenance rolling
Mon May 9 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.77
* cleanup in maintenance are to become beta ready
Wed May 4 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.76
* bugfixes
Fri Apr 29 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.75
* delta rpm support for maintenance updates
* new webui request views
* regression fixes
Wed Apr 20 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.74
* support for generic authentification proxy
* maintenance feature work
* larger amount of bugfixes
Fri Apr 15 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.73
* fix crashes on large file uploads with mod_rails under apache
Tue Apr 12 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.72
- finalized the apache2 switch, please read README files for details
Wed Apr 6 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.71
-
*
*
*
* Change from lighttpd to apache2 as default web server
*
*
*
*
Mon Apr 4 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.70
* new architecture controller
* new reject request feature
* general cleanups in error handling
Mon Mar 28 14:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.69
* regression fixes, should work with old config files again
Thu Mar 24 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.68
* kvm appliance build fixes
* maintenance release support
Thu Mar 24 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.67
* appliances fixes from Jan-Simon
* releasetarget handling support
Mon Mar 21 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.66
* appliance updates from Jan-Simon
Fri Mar 18 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.65
Thu Mar 3 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.64
* maintenance release handling support
Mon Feb 28 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.63
* backend support for maintenance features
Fri Feb 25 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.62
* more maintenance support work, api is in theory feature complete
Tue Feb 22 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.61
* more maintenance support work
Mon Feb 14 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.2.60
* we skip 2.2 release
* more regression fixes for 2.2 features
* first maintenance features
* mobile handheld web view
Thu Jan 27 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.1.80
* more regression fixes
* protect against loosing every binary on misconfigured source server
* project wide source service support
Mon Jan 24 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.1.79
* plenty regression fixes
Sat Jan 22 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.1.78
* fix hangups of webui and lighttpd
Wed Jan 19 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.1.77
* fast search calls again, requires new and incompatible obs-common package
Tue Jan 18 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.1.76
* permission handling got bigger changes
Wed Jan 5 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.1.74
* a number of webui updates
* appliance fixes
Mon Jan 3 13:00:00 2011 adrianAATTsuse.de
- update to current git, version 2.1.72
Wed Dec 29 13:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.1.71
Thu Dec 9 13:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.1.69
* fixing file system permissions for new installations
Wed Dec 8 13:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.1.68.
* obswebuidelayed is obsolete
Mon Dec 6 13:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.1.67.
* plenty webui fixes and improvements from Sascha
Mon Nov 29 13:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.1.66.
* OBS interconnect client fixed again
Mon Nov 29 13:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.1.65.
* Jan-Simons project read access protection code got merged
Thu Nov 25 13:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.1.64.
* new api content validation introduced
Thu Nov 18 13:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.1.63.
Fri Nov 12 13:00:00 2010 adrianAATTsuse.de
- update to 2.1.62:
* new dependencies to erubis and rails_xss
Thu Nov 11 13:00:00 2010 adrianAATTsuse.de
- update to 2.1.61:
* no major features
Tue Nov 9 13:00:00 2010 adrianAATTsuse.de
- update to 2.1.60:
* first 2.2 Alpha snapshot
Mon Oct 18 14:00:00 2010 adrianAATTsuse.de
- update to final 2.1.0
* no code changes
Thu Oct 14 14:00:00 2010 adrianAATTsuse.de
- update to current 2.1 branch snapshot, version 2.0.107
* 2.1 RC 2
- Fixing branch by attribute call, supporting also project links
- scheduler cleanup for delayed project handling
Tue Oct 12 14:00:00 2010 adrianAATTsuse.de
- update to current 2.1 branch snapshot, version 2.0.106
- 2.1 RC 1
* small fixes only
Thu Oct 7 14:00:00 2010 adrianAATTsuse.de
- update to current 2.1 branch snapshot, version 2.0.105
- 2.1 Beta 3
* source access control fixes
* user authentification fixes
Fri Oct 1 14:00:00 2010 adrianAATTsuse.de
- update to current 2.1 branch snapshot, version 2.0.104
- 2.1 Beta 2
* source access control fixes
* allow admin to control new user registration
Mon Sep 20 14:00:00 2010 adrianAATTsuse.de
- update to current snapshot, version 2.0.102
last before 2.1 beta 1
Thu Sep 9 14:00:00 2010 adrianAATTsuse.de
- update to current snapshot, version 2.0.99
Mon Sep 6 14:00:00 2010 adrianAATTsuse.de
- update to current snapshot, version 2.0.96
Fri Sep 3 14:00:00 2010 adrianAATTsuse.de
- update to current snapshot, version 2.0.95
Thu Sep 2 14:00:00 2010 adrianAATTsuse.de
- update to current snapshot, version 2.0.94
Fri Aug 27 14:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.0.92
* webui switches to MySQL default
Tue Aug 24 14:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.0.91
Fri Aug 20 14:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.0.90
* still alpha state
* webui: source history browser
* webui: submit request creation
Mon Aug 16 14:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.0.89
Thu Aug 5 14:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.0.88
Fri Jul 30 14:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.0.87
Wed Jul 21 14:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.0.86
Tue Jul 13 14:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.0.85
Mon Jul 5 14:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.0.84
* reworked flag handling in api
* switch to rails 2.3.8
Thu Jul 1 14:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.0.83
* lots of fixes after extending test suite
* notification system is now pluggable
Mon Jun 28 14:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.0.82
Fri Jun 25 14:00:00 2010 adrianAATTsuse.de
- update to current git, version 2.0.81
Mon Jun 14 14:00:00 2010 adrianAATTsuse.de
- very first snapshot for 2.1 release
* read permission control feature
Wed Jun 9 14:00:00 2010 adrianAATTsuse.de
- 2.0
* fixed download file support in webui
* fixed package checkout from remote instance
Mon Jun 7 14:00:00 2010 adrianAATTsuse.de
- 1.9.92 (2.0 Beta 3)
* basic proxy support for backend
* signd setup support for appliance
* bugfixes
Fri May 28 14:00:00 2010 adrianAATTnovell.com
- 1.9.91 (2.0 Beta 2)
* New patchinfo editor
* bugfixes
Sat May 22 14:00:00 2010 adrianAATTsuse.de
- 1.9.70 snapshot
* feature complete 2.0 snapshot
Mon May 17 14:00:00 2010 adrianAATTsuse.de
- 1.9.63 snapshot
Fri May 7 14:00:00 2010 adrianAATTsuse.de
- 1.9.61 snapshot
* obs-worker becomes noarch for openSUSE 11.2 and later
Thu Apr 29 14:00:00 2010 adrianAATTsuse.de
- 1.9.60 snapshot
Tue Mar 16 13:00:00 2010 adrianAATTsuse.de
- 1.7.53 snapshot
Mon Mar 8 13:00:00 2010 adrianAATTsuse.de
- 1.7.52 snapshot
* group handling support
* attribute type permission handling
* reworked permission handling
* default reviewer support
* product build cache support
Thu Mar 4 13:00:00 2010 adrianAATTsuse.de
- 1.7.51 snapshot of 2.0(aka 1.8)
* reworked LDAP support by David Greaves
- ruby-ldap is used instead of rubygem-net-ldap now
Thu Feb 18 13:00:00 2010 adrianAATTsuse.de
- very first 1.8 snapshot
* first merges for new WEBUI
* LDAP authentification support from Luke Imhoff(Cray)
Wed Feb 10 13:00:00 2010 adrianAATTsuse.de
- apply current 1.7 Branch diff
* fixes kvm check in worker init script
* fix DoS when having binary data in build description files
* fixes possible scheduler crash
Mon Feb 8 13:00:00 2010 adrianAATTsuse.de
- OBS 1.7.0
Wed Feb 3 13:00:00 2010 adrianAATTsuse.de
- OBS 1.7.0 RC 1
Tue Jan 26 13:00:00 2010 adrianAATTsuse.de
- OBS 1.7.0 beta 3
Tue Jan 19 13:00:00 2010 adrianAATTsuse.de
- change SLP nameing theme from obs. to obs: to make obs browseable
Fri Jan 15 13:00:00 2010 adrianAATTsuse.de
- OBS 1.7.0 beta 2
- Requires Ruby on Rails 2.3.5 now
Fri Nov 6 13:00:00 2009 mrueckertAATTsuse.de
- added rails_enforce_proper_version.patch:
make sure we really require rails 2.1.2.
using ~> 2.1 is just wrong.
Wed Oct 28 13:00:00 2009 chrisAATTcomputersalat.de
- added bs_srcserver patch
o needed for local obs when using openSUSE.org: projects
and you want to do local builds via \'osc build\'
Tue Aug 11 14:00:00 2009 adrianAATTsuse.de
- Really handling the directory -> symlink conversation correctly.
Thu Jun 25 14:00:00 2009 mrueckertAATTnovell.com
- disable the broken part of the pre script
- buildrequire \"build\" to avoid dangling symlink warnings
Fri Jun 19 14:00:00 2009 adrianAATTlocalhost
- Update to final 1.6.0 release
Wed Apr 22 14:00:00 2009 adrianAATTsuse.de
- drop own build script version and reuse the version from build
package instead.
This drops also the unwanted dependency to bash-static again
Wed Apr 15 14:00:00 2009 adrianAATTsuse.de
- update to version 1.6 beta 2
Thu Apr 9 14:00:00 2009 frohAATTsuse.de
- take sysconfig template from svn to fix #490258 in the package.