SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for obs-worker-2.9.1-46.1.noarch.rpm :
Tue Jan 23 13:00:00 2018 enavarroAATTsuse.com
- 2.9 Beta1 release:
Features
========
UI:

* Kerberos authentication mode. Allow OBS admins to setup their instance for
kerberos authentication. Read more in the OBS Admin Guide.

* Users can see the job history list of a specific package via the package binaries page

* New GPG key details dialog

* RSS Feeds for User\'s Notifications is now available

* Kiwi image editor feature:

* Repositories of a kiwi file can be updated. Also the packages list.

* A basic and expert mode for adding repositories is available.

* obsrepositories:/ source_path can be added easily using \'use project repositories\' checkbox.

* Only `apt-deb` and `rpm-md` are allowed as repo_type. Other values will be replaced by `rpm-md`.

* Added autocompletion for binary packages names.

* Kiwi Editor tab now appears as \"Image Editor\", the rest of the tabs are under \"Advanced\".

* After an image template is branched the user will be redirected to the Image Editor.

* Job history: \'source change\' rows now link to the diff

* RabbitMQ support. OBS admins can configure their instance to send messages to a RabbitMQ server.
Read more in the OBS Admin Guide.

* Receive email notifications for projects that are in your watchlist. Configure at /user/notifications.

* Improved UI/UX for configuration of notifications page. Now it shows a better layout and explanations to make this complex page easy to understand.
API:

* Kerberos authentication mode

* api_relative_url_root option was removed

* An error is raised if delayed_jobs is down
Backend:

* support showing source files in blame view (works also via links)

* support project copy with makeoriginolder option
Bugfixes:

* Deletion of groups with users was not working

* Fixed generation of the breadcrumb for the Image Editor (Kiwi)

* Using ActiveSupport::JSON as encoder everywhere prevent to fail on Notification creation with events that have a very big payload
Wanted changes:
===============

* creating of repositories on branching has changed if repositories of the
source refer each other. This gets recreated in new project.

* project copy is not adding the user anymore

* service dispatcher is used by default now

* The editing of a user\'s realname, email adress or password is no longer possible if LDAP mode is activated

* Unused ldap options in options.yml were dropped:
- ldap_update_support
- ldap_object_class
- ldap_entry_base
- ldap_sn_attr_required

* dropping of the project/package tag functionality/api

* password hashing algorithm was changed to bcrypt (blowfish)

* The backend notification plugin system is not used anymore.
The RabbitMQ plugin is replaced with a RabbitMQ message bus implementation in the frontend, you can find details about this in the admin manual.
The Hermes plugin is dropped without replacement as it was only used for notifications which the OBS is doing on it\'s own since quite some time.

Fri Sep 22 14:00:00 2017 esrolfeAATTsuse.de
- openSUSE Build Service 2.8.4
Feature backports:
==================

* None
Changes:
========

* None
Bugfixes:
=========

* [webui][api] In LDAP mode if the LDAP server closed the connection to obs and a user tried to login
they would get an unauthorized response. This is fixed by reconnecting automatically.

Wed Aug 30 14:00:00 2017 bgeukenAATTsuse.com
- Update code and release notes

Tue Aug 29 14:00:00 2017 bgeukenAATTsuse.com
- OBS 2.8.3 release
Feature backports:
==================

* [webui] All global roles are now shown on the admin user edit page and can be added / removed
from user accounts

* [webui] LDAP Authentication is now officially supported
Changes:
========

* Realname and email address of users can not be edited in LDAP mode
Bugfixes:
=========

* [webui] Admins that edited their accounts via the user/show page lost their admin role

* [api] fix config change of some /configuration values

* [backend] fix for new linux version format in bs_worker
Notes for OBS setups with LDAP authentication:
==============================================
Once LDAP mode is activated users can only log in via LDAP. To give admin rights to newly created LDAP users
run following commands:
\'cd /srv/www/obs/api\'
\'bundle exec rake user:give_admin_rights tux RAILS_ENV=production\'
See also http://openbuildservice.org/help/manuals/obs-admin-guide/obs.cha.administration.html#_obs_ldap_configuration

Tue Jun 27 14:00:00 2017 bgeukenAATTsuse.com
- OBS 2.8.2 release
Feature backports:
==================

* None
Changes:
========

* None
Bugfixes:
=========

* [webui] Fixes abort, rebuild and wipe commands which could operate on
a package of a linked project instead of the local one.

Tue May 9 14:00:00 2017 enavarroAATTsuse.com
- OBS 2.8.1 release
Feature backports:
==================

* [api][webui] Copy repositories when branching from a remote project
Changes:
========

* Removed obsolete option api_relative_url_root

* [backend] Implements \'donotcreatecert\' option for _keyinfo
Bugfixes:
=========

* [webui] Fixes a bug in branch and submit dialog

* [webui] Fixes a bug in live build log when no architecture or repository parameter was given

* [webui] Fixes a bug in live build log when the package is a multibuild

* [backend] Handles arch dependencies correctly

Fri Mar 31 14:00:00 2017 ammartinezAATTsuse.com
- OBS 2.8.0 release
Features
========
UI:

* Allow triggering services from the UI.

* Show a hint to project maintainers, when he/she is not a package maintainer of
the target package of a request

* Main projects list is now filtered based on a configurable (by the admin) regular expression

* Users can download the public key and SSL certificate for a project via the project home page

* import of kiwi build descriptions is supported (obs-service-kiwi_import)
API:

* Allow admins to lock or delete users and their home projects via new command

* Users can be declared as sub accounts of other users. Useful for automated scripts.

* New API route to get public key and SSL certificate: GET /source/:project_name/_keyinfo

* New feature toggle config file. Use config/feature.yml to enable/disable features in the OBS.
Backend:

* multibuild: allow to build multiple jobs from one source package without the need
of creating local links

* experimental support of snap package format

* workers are now also tracked when they went away (new states \"down\", \"away\" and \"dead\")

* worker capabilities can be requested

* usable workers can be requested with uncommited constraints

* functionality to remove published packages (osc unpublish)

* New obsservicedispatch service to handle source service runs in a queue
and asynchron.

* preinstall images can be used for local building

* improved speed of diffing sources

* Support caching of pulled git sources
Shipment:

* optional docker container to run source services is provided
Wanted changes:
===============

* kiwi builds: build configuration changes from the project where the kiwi
file is stored have always an effect now.

* maintenance_release requests are locking only the source packages on
creation now. They don\'t lock the patchinfos. The project gets locked on release
now.

* service wrapper script for LXC got replaced by a docker alternative
Other changes
=============

* Server side pagination on user show page for improving the performance.

* The way to identify spiders got changed. A separate configuration via
apache is no longer required. See the Administration Guide.

* Frontend stack is using ruby 2.4 and rails 5.0.1 now

Tue Mar 14 13:00:00 2017 bgeukenAATTsuse.com
- OBS 2.7.4 release
Feature backports:
==================

* none
Changes:
========

* none
Bugfixes:
=========

* [api] Fix API permission check for creating and changing (POST) attributes

* [api] Fix API permission check for deleting (DELETE) attributes

* [webui] Invalidate cached session in LDAP mode

* [api][webui] Fail ldap authentification with empty password

* [webui] Fix repository removal when updating project meta fails with an error

Fri Dec 23 13:00:00 2016 cbruckmayerAATTsuse.com
- OBS 2.7.3 release
Feature backports:
==================

* none
Changes:
========

* Compability with OBS 2.8 remote instances
Bugfixes:
=========

* [api] Project meta data was corrupted after undelete

* [api] Raising access and sourceaccess permissions as admin is working again

* [backend] Download on demand sync fixes

* [webui] Fixed revert to a specified source revision

Thu Aug 25 14:00:00 2016 cbruckmayerAATTsuse.com
- OBS 2.7.2 release
Feature backports:
==================

* none
Changes:
========

* none
Bugfixes:
=========

* [webui][api] Sets bs_request_counter correctly

* [backend] bs_publish: unpublished hook added

Fri Aug 12 14:00:00 2016 cbruckmayerAATTsuse.com
- OBS 2.7.1 relase
Feature backports:
==================

* none
Changes:
========

* none
Bugfixes:
=========

* [webui][api] Update rails to version 4.2.7.1 to fix CVE-2016-6316 and CVE-2016-6317

* [webui] Users in not \'confirmed\' state were allowed to login

* [api] Users in not \'confirmed\' state were allowed to run services via former created token

* [backend] Fixing project copy which includes binaries

* [backend] worker supports jobs from OBS 2.8 scheduler

* [backend] support publishing of .vdi (VirtualBox image) files

Tue May 31 14:00:00 2016 adrianAATTsuse.de
- OBS 2.7.0 release

Fri Apr 8 14:00:00 2016 adrianAATTsuse.de
- prepare OBS 2.7.0 beta release

Fri Jan 29 13:00:00 2016 adrianAATTsuse.de
- OBS 2.6.8 release
Feature backports:
==================

* none
Changes:
========

* none
Bugfixes:
=========
This release fixes several potential CVEs reported in Ruby on Rails
http://weblog.rubyonrails.org/2016/1/25/Rails-5-0-0-beta1-1-4-2-5-1-4-1-14-1-3-2-22-1-and-rails-html-sanitizer-1-0-3-have-been-released/

* [webui] Fixes CVE-2015-7576: Timing attack vulnerability in basic authentication in Action Controller.

* [webui] Fixes CVE-2016-0751: Possible Object Leak and Denial of Service attack in Action Pack

* [webui] Fixes CVE-2015-7577: Nested attributes rejection proc bypass in Active Record.

* [webui] Fixes CVE-2016-0752: Possible Information Leak Vulnerability in Action View

* [webui] Fixes CVE-2016-0753: Possible Input Validation Circumvention in Active Model

* [webui] Fixes CVE-2015-7581: Object leak vulnerability for wildcard controller routes in Action Pack

* [backend] fix local building inside a project on a remote OBS instance

* [backend] fix lost events on scheduler restart

Fri Nov 6 13:00:00 2015 cbruckmayerAATTsuse.com
- OBS 2.6.7 release
Feature backports:
==================

* none
Changes:
========

* backend: compability support with Download-on-Demand definitions from OBS 2.7
Bugfixes:
=========

* webui: drop hardcoded opensuse email adress and link

* webui: fix XSS attack vector via User.realname (bnc#950932)

* webui: fix XSS attack vector via Projec.title (bnc#950932)

* webui: add spec & changes files code highlighting

Tue Oct 13 14:00:00 2015 hvogelAATTsuse.com
- OBS 2.6.6 release
Feature backports:
==================

* none
Changes:
========

* Keep enforce_project_keys/forceprojectkeys in sync
Bugfixes:
=========

* webui: fix XSS attack vector via project.title

Fri Oct 9 14:00:00 2015 adrianAATTsuse.de
- OBS 2.6.5 release
Feature backports:
==================

* none
Changes:
========

* webui: make the hint to interconnect more visible
Bugfixes:
=========

* webui: fix XSS attack vector via comments (bnc#947736 and CVE-2015-5966)

* config: fixed apache 2.4 config in template file

Wed Sep 9 14:00:00 2015 adrianAATTsuse.de
- OBS 2.6.4 release
Feature backports:
==================

* none
Changes:
========

* none
Bugfixes:
=========

* webui: fix read access to local files on server

* api: fix database connection leak caused by sphinx indexing

* backend: fix blocking ajax handler on getbinaries

Wed Aug 12 14:00:00 2015 adrianAATTsuse.de
- OBS 2.6.3 release
Feature backports:
==================

* backend: support using docker as build environment (not secure)
Changes:
========

* none
Bugfixes:
=========

* backend: validate results of external patch command. could be used
to modify packages without sufficiant permissions (bnc#941099, CVE-2015-0796)

* backend: fixing create pattern call in publisher

* backend: fix handling of host specific bsconfig.
* files

Wed Apr 8 14:00:00 2015 adrianAATTsuse.de
- OBS 2.6.2 release
Feature backports:
==================

* none
Changes:
========

* dispatcher sends no armv7 jobs to aarch64 build hosts anymore
Bugfixes:
=========

* webui: depends on rubygem-redcarpet 3.2.3, fixes possible XSS attack (boo#926328)

Thu Mar 12 13:00:00 2015 adrianAATTsuse.de
- OBS 2.6.1 release
Feature backports:
==================

* support static links for vmx/vmdk files
Changes:
========

* none
Bugfixes:
=========

* api: fix handling of special chars in maintenance package names

* api: do not allow to overwrite existing groups via wrong route

* api: fix first time login when using LDAP

* webui: fix user icon fetching as done by google bot

* webui: fix display issues (github issues obs#320, obs#711, obs#806)

* backend: fix arbitrary command execution in service daemon (CVE-2015-0778)

* backend: fix lxc support in worker

* backend: fix event handling when using multiple backend servers

* backend: fix publishing of vmx files

Wed Feb 4 13:00:00 2015 adrianAATTsuse.de
- OBS 2.6.0 release
- details are in the release notes

Fri Dec 12 13:00:00 2014 adrianAATTsuse.de
- update to OBS 2.6 RC 1 (2.5.95)

Tue Nov 4 13:00:00 2014 adrianAATTsuse.de
- update to OBS 2.6 Beta 1 (2.5.90)

Tue Jul 2 14:00:00 2013 adrianAATTsuse.de
- fix build
- drop lighttpd configs
- environment/
*rb files are non-noreplace now, all config options
went into options.yml and configuration.xml

Mon Jun 10 14:00:00 2013 adrianAATTsuse.de
- starting OBS pre-2.5 snapshots
- require the createrepo version which got used in the testsuite

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.


 
ICM