File jenkins-lts.changes of Package jenkins-lts

-------------------------------------------------------------------
Thu Sep 18 07:55:11 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.516.3:
  * Security
    - Important security fixes. security advisory
  * Major bug fix
    - Remove link styling in a menu when the corresponding menu is
      closed. JENKINS-75927
    - Fix a memory leak in Java class loading for the
      GStringTemplateEngine class. JENKINS-75879
  * Enhancement
    - Reduce plugin ClassLoader memory consumption. JENKINS-75675
    - Upgrade to Winstone 8.13 and Jetty 12.0.25. Jetty upgrade
      includes multiple bug fixes and most recent release of Eclipse
      Jetty 12. pull 10798, pull 10933, pull 10958, JENKINS-76033,
      Jetty 12.0.23 changelog, Jetty 12.0.24 changelog, Jetty 12.0.25
      changelog, Winstone 8.11 changelog, Winstone 8.12 changelog,
      Winstone 8.13 changelog
  * Bug fix
    - Position the Save and Apply buttons for views under the header
      instead of over it. JENKINS-75937

-------------------------------------------------------------------
Thu Aug 21 05:09:19 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.516.2:
  * Bug fix
    - Restore breadcrumb navigation for the System configuration
      page. JENKINS-75637
    - Fix anchor links in Jenkins Taglib
      documentation. jellydoc-maven-plugin PR 154, pull 10928,
      JENKINS-75931, stapler-maven-plugin PR 155

-------------------------------------------------------------------
Thu Jul 24 08:06:22 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.516.1
  * Changes since 2.516
    * Bug fix
      - Improve UI of secondary actions in the header.
        JENKINS-75853
      - Add window listener computeOverflow to trigger a new
        compute of the breadcrumbs. JENKINS-75818
      - Prevent multiple dropdowns appearing in breadcrumbs.
        JENKINS-75834
      - Display a badge in the hamburger for Actions with active
        alerts. JENKINS-75832
      - Make script console layout configurable. JENKINS-75849
  * Notable changes since 2.504.3
    * Major enhancement
      - Redesign the header and navigation. pull 10245
      - Display plugin health score in the Plugin Manager.
        JENKINS-75350
    * Enhancement
      - Updates to various UI elements. Refine the appearance of
        dialogs and Command Palette. Standardize Manage Jenkins
        page size. Use Jenkins color palette for test results and
        CodeMirror. pull 10479, pull 10514, pull 10687, pull 10721
      - Refresh user API Token UI. pull 10484
      - Remove support for loading user data from releases older
        than Jenkins 1.283. JENKINS-75370
      - Remove support for loading proxy configuration from
        releases older than Jenkins 1.415. JENKINS-75370
      - Add "No plugins" notice to Appearance configuration page.
        pull 10478
      - Update to a dropdown menu display for the user Default
        View. pull 10482
      - Improve UI of Secret and Password entry. pull 10489
      - A new /health endpoint is available to determine whether
        Jenkins is healthy. JENKINS-75530
      - New jobs no longer create an empty legacyIds marker file in
        the builds directory. Existing legacyIds files are deleted
        upon upgrade to reduce inode usage. JENKINS-75465
      - Jenkins' own user database no longer accepts new passwords
        longer than supported by bcrypt (72 bytes). Users with
        longer passwords are advised to change their password.
        JENKINS-75533
      - Remove jbcrypt library. If you use the Active Directory
        plugin, you must update it to version 2.40 at the same time
        Jenkins is updated to 2.516.1. JENKINS-75533
      - Remove deprecated hudson.util.IOException2. pull 10628
      - Remove support for ?path and ?pattern query parameters for
        directory listings of user content, such as workspaces and
        archived artifacts. The filter text box now uses JavaScript
        instead of a form submission to navigate to the expected
        URL. Programmatic users are advised to replace ?path or
        ?pattern in their requests with the resulting redirect URL,
        whose behavior did not change from before. JENKINS-75388
      - Remove PAM Authentication plugin from suggested plugins.
        pull 10663
      - Add Powershell script to Windows installer to update
        registry information after WAR update. Packaging PR 494
      - Add a "copy to clipboard" button to the Jenkins error page.
        pull 10712
      - Complete the Japanese translation for the keepDependencies
        help file. pull 10366
      - When running in Jetty (when using the default java -jar
        jenkins.war), set the SameSite attribute for cookies to
        provide additional protection from some CSRF
        vulnerabilities. By default this sets the attribute to Lax.
        This can be changed by setting the Java system property
        jenkins.security.JettySameSiteCookieSetup.sameSiteDefault.
        Users of Microsoft Entra ID (previously Azure AD) Plugin
        are advised to update the plugin to version
        580.v2f665882b_a_71 or newer at the same time. pull 10630,
        Jenkins features controlled by system properties
      - Allow the Views tab bar to be configured per user. pull
        10379
    * Bug fix
      - Only update affected computers when
        adding/updating/removing nodes instead of reviewing every
        computer and checking their retention strategy, which can
        cause performance issues at scale. JENKINS-33704
      - Fix limitation of Summary widget on the build page. pull
        10368
      - Fix search result URLs when using the old search
        implementation. JENKINS-75320
      - Add value attribute to button element in submit.jelly.
        JENKINS-75441
      - Ensure computer configuration is updated correctly after
        updating a node. JENKINS-33704
      - Ensure number of executors of the built-in node is synced
        with the number of executors defined in Jenkins after a
        configuration reload. pull 10529
      - Allow icons in tables to be updated even when there is more
        than one table displayed on the page. pull 10230
      - Fix "No builds" state remaining in Build History widget
        after first build. JENKINS-75574
      - Fix state of labels removed from nodes. JENKINS-68155
      - When completing a build, look for older builds to rotate
        asynchronously, in case this process is expensive. pull
        10555
      - Fix the display of icons in the header by only applying the
        jenkinsavatar class to user icons, not the other header
        icons. JENKINS-75615
      - Reduce heap usage of various HTTP endpoints serving large
        build logs. JENKINS-75081
      - Restore the children context menu for breadcrumbs.
        JENKINS-75634
      - Remove overlapping text from the Thread Dump page.
        JENKINS-75621
      - Defer rendering a build's artifact list to a background
        request to avoid expensive computations. pull 10623
      - Catch ConnectionRefusalException when thrown by a websocket
        agent connection attempt. pull 10655
      - Do not close the dropdown menu when hovering over the
        submenu of the dropdown menu. JENKINS-75635
      - Fix URLs in search result list when running at `root`
        context. pull 10725
      - Restore side panel actions for views. JENKINS-75683
      - Replace Loading overlay with skeleton outline on Manage
        Jenkins pages. JENKINS-68934
      - Place secondary actions in the collapsing menu instead of
        displaying them based on screen width. JENKINS-75727
      - Any RootAction that used custom rendering (action.jelly) is
        once again visible in the header and behaves appropriately.
        Any RootAction that uses jelly to show/hide is correctly
        hidden in the header. Any RootAction with sub tasks now
        shows the subtasks as a dropdown when in the correct
        context. JENKINS-75683

-------------------------------------------------------------------
Mon Jun 30 06:01:31 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.504.3
  * Enhancement
    - Upgrade to Winstone 8.10 and Jetty 12.0.22. Jetty upgrade
      includes multiple bug fixes and most recent release of Eclipse
      Jetty 12. pull 10720, JENKINS-75756, Jetty 12.0.20 changelog,
      Jetty 12.0.21 changelog, Jetty 12.0.22 changelog, Winstone 8.8
      changelog, Winstone 8.9 changelog, Winstone 8.10 changelog

-------------------------------------------------------------------
Thu May 29 05:43:28 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.504.2
  * Enhancement
    - Add telemetry to determine whether a specific URL
      (/extensionList/) is in use by plugins or can safely be removed
      in future releases of Jenkins. pull 10423, pull 10505

-------------------------------------------------------------------
Wed Apr 30 21:13:11 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.504.1 (2025-04-30):
  * Changes since 2.504
    * Major bug fix
      - Only update affected computers when
        adding/updating/removing nodes instead of reviewing every
        computer and checking their retention strategy, which can
        cause performance issues at scale. Ensure number of
        executors of the built-in node is synced with the number of
        executors defined in Jenkins after a configuration reload.
        Ensure computer configuration is updated correctly after
        updating a node. pull 10494, pull 10529, pull 10538,
        JENKINS-33704
    * Enhancement
      - Upgrade to Winstone 8.7 and Jetty 12.0.19. pull 10451, Jetty
        12.0.18 changelog, Jetty 12.0.19 changelog, Winstone 8.6
        changelog, Winstone 8.7 changelog
  * Notable changes since 2.492.3
    * Major enhancement
      - Remove the Yahoo! User Interface library. JENKINS-75100
      - Add experimental Details widget for builds. pull 10147
  * Enhancement
    - Disable the copy button in insecure contexts. JENKINS-74832
    - Update the Copy button animation. pull 10139
    - Remove Commons Discovery from the Jenkins WAR. pull 10122
    - Add the option to display the Console Output on the build
      page behind an experimental flag. pull 10115
    - Wrap app bars on smaller screens. pull 10119
    - Remove the ability to install as a Windows service from a
      running Jenkins install. Users wanting this functionality
      should instead download and install the MSI package. pull
      8523
    - Refresh the interface of Jenkins CLI page. pull 10143
    - Define Jenkins UI colors in a more perceptually uniform way
      using OKLCH. pull 10078
    - Improve the appearance of user avatars in Jenkins. Custom
      avatars are also available through the Avatar plugin. pull
      10180
    - Improve accessibility and clean up various components. pull
      10198
    - Allow the master key to be stored in a separate location.
      JENKINS-58743
    - Add space between the Add/Edit description button and Views
      bar. pull 10386
    - Add grouping to Command Palette search results. pull 10252
    - Add empty state to the Manage Old Data page. pull 10320
    - Add Cancel button to the Edit description form. pull 10364
    - Update interrupted build action summary icon. pull 10365
  * Bug fix
    - Use the correct date in the History widget when a user has
      configured a dedicated time zone. JENKINS-75163
    - Form validation for cron schedules included seconds based on
      the current time, when in fact the trigger fires at
      minute-granularity slots. pull 10239
    - Fix occasional failures to write files to Jenkins home
      directory on Windows servers due to virus scanners.
      JENKINS-75255
    - Fix task notification for the rebuild plugin and others.
      JENKINS-75265
    - Fix tooltip and console link in the progress bar of jobs in
      the executors widget. JENKINS-75259
    - Clarify the displayed message while the build history widget
      initializes. JENKINS-75321
    - Fix border radius overlap when multiple lines of view names
      are displayed. JENKINS-75273
    - Sort deprecated plugins alphabetically. JENKINS-75341
    - Prevent dynamic plugin installation from registering the same
      extension twice in some cases. JENKINS-75232
    - Fix Manage Jenkins nested context menu to stay open when
      parent menu closes. JENKINS-72745
    - Fix enableTopButton to insert entry at the top in an
      f:repeatable. JENKINS-75464
    - Prevent Java null pointer exception when adapting a keyboard
      shortcut based on the User-Agent header. pull 10413

-------------------------------------------------------------------
Wed Apr  2 20:04:50 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.492.3 (2025-04-02)
  * Security
    - Security fixes. security advisory
	https://www.jenkins.io/security/advisory/2025-04-02/
  * Bug fix
    - Clarify the displayed message while the build history widget
      initializes. JENKINS-75321
    - Upgrade to Jetty 12.0.17 to fix User pages for users with a \ in
      their username. pull 10344, JENKINS-75278, Jetty 12.0.15
      changelog, Jetty 12.0.16 changelog, Jetty 12.0.17 changelog

-------------------------------------------------------------------
Wed Mar  5 18:17:36 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.492.2 (2025-03-05)
  * Security
    - Security fixes
      Security advisory
      https://www.jenkins.io/security/advisory/2025-03-05/
  * Bug fix
    - Use correct date in the History widget when a user has
      configured a dedicated time zone. JENKINS-75163
    - Fix notification for `l:task` (regression in 2.481).
      JENKINS-75265
    - Fix tooltip and console link in progress bar of jobs in the
      executors widget (regression in 2.480). JENKINS-75259
    - Fix occasional failures to write files to the Jenkins home
      directory on Windows servers due to virus scanners
      (regression in 2.491). JENKINS-75255

-------------------------------------------------------------------
Fri Feb  7 08:46:50 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.492.1 (2025-02-05)
  * Changes since 2.492
    * Enhancement
      - Disable the JnlpSlaveRestarterInstallerTest on ci.jenkins
        Windows agents. pull 10196
  * Notable changes since 2.479.3
    * Major enhancement
      - Disable the Yahoo! User Interface library by default.
        JENKINS-73539
      - Add Command Palette as a replacement for the search bar.
        pull 7569
      - Refine and modernize the appearance of several pages. pull
        9734, pull 9735, pull 9833
    * Enhancement
      - Add icons to Command Palette. pull 10049
      - Add Turkish translations for node list and RSS links. pull
        9928, pull 9916
      - Modernize ComboBox component. pull 9462
      - Show a notification when scheduling a build fails.
        JENKINS-73813
      - Clearer error message for the CLI in the default webSocket
        mode when a 403 error results from a reverse proxy
        misconfiguration. pull 9930
      - The agents online/offline status and icon can now be
        influenced by the offline cause, giving better information
        to users. Clarifies some use cases when an agent was
        offline by design and not because of a configuration or
        technical error. pull 9883
      - Retain user-generated offline reason when agent connects or
        disconnects for technical reasons. pull 9855,
        JENKINS-30101, JENKINS-30175
      - Allow all immutable List subclasses from Java 11 over
        remoting. pull 10026
      - Avoid printing the same stack trace multiple times when
        file persistence fails. Temporary file names used by the
        AtomicFileWriter are now derived from the target file name.
        pull 10058
      - Added password validation to ensure that existing users
        cannot create a password of less than 14 characters in
        length when in FIPS mode. JENKINS-74858
      - Stop allowing configuration of the agent protocols list.
        pull 9903
      - Upgrade Winstone to 8.2 in order to update Jetty from
        12.0.13 to 12.0.14. pull 9841, Jetty 12.0.14 changelog,
        Winstone 8.2 changelog
      - Show a notification when scheduling a build fails.
        JENKINS-73813
    * Bug fix
      - Use refined build status icons in multibranch projects.
        JENKINS-74868
      - Form validation that depends on radio buttons now finds the
        selected one and not the previous one. pull 10081
      - Since 2.489, JavaScript errors could be seen in some
        Jenkins pages, such as the setup wizard, omitting the usual
        header bar. pull 10089
      - Fix scrolling with keyboard. pull 10054
      - Reduce spacing in help files. JENKINS-69549
      - Remove trailing space from Windows agent secret file
        instructions. JENKINS-72979
      - Revert update of hotkeys-js dependency introduced in 2.490.
        The hotkeys-js bump caused a regression with Jenkins plugin
        BOM tests. pull 10070
      - Restore the original behavior of FileBoolean(Class,
        String). pull 10022
      - Fix a rare race condition rendering pages soon after
        startup. pull 9925
      - Fix end of life operating system monitor that shows
        2099-12-31 on the first day a warning should be displayed.
        JENKINS-73845
      - Ignore values with incorrect types when deserializing
        collections and maps in XML files. JENKINS-63343

-------------------------------------------------------------------
Wed Jan  8 15:02:53 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.479.3 (2025-01-08):
  * Enhancement
    - Upgrade Apache MINA core from 2.0.26 to 2.0.27. JENKINS-75077
  * Bug fix
    - Remove Upgrade Automatically from users with `SystemRead`
      permissions. JENKINS-73908
    - Fix double-zipped .tgz files so they are no longer
      mismatched. JENKINS-73942
    - Fix exception error message about
      hudson.model.UpdateSite$Warning on Manage Jenkins that may be
      shown when plugins with known security issues are installed.
      JENKINS-73487
    - Fix double-escaped tooltips in "Help for feature" (regression
      in 2.380). JENKINS-73907

-------------------------------------------------------------------
Fri Nov 29 12:36:04 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.479.2 (2024-11-27):
  * Security
    - Important security fix. security advisory
      https://www.jenkins.io/security/advisory/2024-11-27/
  * Enhancement
    - Upgrade Script Security plugin to 1368.vb_b_402e3547e7.
      Script Security 1368.vb_b_402e3547e7 includes a fix for
      SECURITY-3447. pull 9970, JENKINS-74852, Script Security
      plugin 1368.vb_b_402e3547e7 release notes
  * Bug fix
    - Upgrade XStream to 1.4.21. XStream 1.4.21 includes a fix for
      CVE-2024-47072. JENKINS-74826
    - Do not add jobs created via the REST API to the default view
      (regression in 2.475). JENKINS-74795
    - Allow context classloaders to be defined without making
      explicit reference to the calling class. JENKINS-74814

-------------------------------------------------------------------
Wed Oct 30 16:03:49 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.479.1 (2024-10-30):
  * Changes since 2.479
    - Major bug fix
      - Migrate from http://updates.jenkins-ci.org to
        https://updates.jenkins.io if the initial installation
        version was 2.76 or older. JENKINS-73760
    - Bug fix
      - Restore compatibility with plugins calling
        Jenkins#doSafeRestart(StaplerRequest, String).
        JENKINS-73838
      - Restore compatibility with plugins contributing new views
        with custom XML, such as the Nested Views plugin.
        JENKINS-73801
      - Wrap long lines in the build history. JENKINS-73437
      - Prevent an old version of ASM from appearing as a managed
        dependency in plugin builds. JENKINS-73867
      - Update ASM to 9.7.1 to match the most recent release of the
        ASM API and Jenkins ASM API plugin. JENKINS-73917
      - Do not allow builds to be deleted while they are still
        building. Ensure build discarders only process builds which
        have fully completed. JENKINS-73835
      - Allow null to be passed as the first argument to
        doSafeRestart. pull 9882
  * Notable changes since 2.462.3
    - Major enhancement
      - Require Java 17 or newer. pull 9358, JENKINS-67907, Java 17
        requirement blog post
      - Upgrade Spring Framework from 5.3.39 to 6.1.14, upgrade
        Spring Security from 5.8.14 to 6.3.4, and upgrade Java EE
        from 8 to 9. Users of the LDAP plugin must upgrade to
        version 733.vd3700c27b_043 in combination with upgrading
        Jenkins core. Users of the CAS plugin must upgrade to
        version 1.7.0 in combination with upgrading Jenkins core.
        Users of third-party servlet containers must upgrade their
        servlet container to an EE 9 version in accordance with the
        Jenkins Servlet Container Support Policy. Spring Framework
        6.0.23 release notes, Spring Framework 6.1.12 release
        notes, Spring Framework 6.1.13 release notes, Spring
        Framework 6.1.14 release notes, Spring Security 6.2.6
        release notes, Spring Security 6.3.2 release notes, Spring
        Security 6.3.3 release notes, Spring Security 6.3.4 release
        notes, Jarkata EE 9 release page, LDAP plugin
        733.vd3700c27b_043, CAS plugin 1.7.0, Servlet Container
        Support Policy, pull 9672, JENKINS-73278
      - Upgrade Jetty from 10.0.24 to 12.0.12. pull 9590,
        JENKINS-73130, Jetty 12.0.10 release notes, Jetty 12.0.11
        release notes, Jetty 12.0.12 release notes
      - Allow all builds to be removed by the build discarder.
        JENKINS-68822
      - Remove Windows path traversal vulnerability escape hatch
        that was provided with the SECURITY-2481 fix.. pull 9387,
        JENKINS-73129, Path traversal vulnerability on Windows -
        SECURITY-2481
    -  Major bug fix
      - Fix download of .tar.gz artifacts in Firefox. JENKINS-73381
    -  Enhancement
      - Enhancements and refinements for the appearance of several
        pages in Jenkins. pull 9521, pull 9707, pull 9461, pull
        9411, pull 9393, pull 9381
      - Refinements and modernizations to sections of the Jenkins
        UI. pull 9453, pull 9380, pull 9365, pull 9395, pull 9641
      - User properties are now categorized in different pages.
        JENKINS-69869
      - Update the design of the build history widget. pull 9148
      - Use Notice component for views lacking jobs. pull 9724
      - Do not edit unrelated checkboxes in rowSelectionController.
        JENKINS-73669
      - Improve display of HTTP handshake errors (such as
        authentication issues) from the CLI in -webSocket mode.
        pull 9591
      - Use webSocket in the inbound agent command line sample.
        pull 9665
      - Allow plugins to customize the maximum number of
        suggestions in autocomplete text fields. pull 9616
      - Remove obsolete RekeySecretAdminMonitor. JENKINS-73597
      - Use makeButton to create a jenkins-button on the fly
        instead of using YUI. JENKINS-73563
      - Clarify that the plugin incompatibility message applies to
        the current plugin. JENKINS-73495
      - Add end of life dates for Alpine 3.20, Ubuntu 24.04, and
        Fedora 40. Correct several end of life dates, including
        CentOS 8. pull 9501
      - Avoid unnecessary download of bundled plugins during the
        setup wizard. pull 9476
      - Scroll fields from the added hetero-list entry into the
        viewport. pull 9488
      - Modernize the build time trend page with a "time since"
        column and a link to the console, and allow the table to be
        resized. Remove the agent column for the Pipeline build
        trend. pull 9465
      - When using ExitLifecycle, exit the process immediately upon
        a boot failure. Also allow custom lifecycles to exit
        immediately. pull 9483
      - Display the source URL in logs when installing a plugin.
        pull 9449
      - Allow some administrative monitors to be displayed for
        users with Overall/MANAGE permission. pull 9437
      - Increase the minimum required Remoting version from 4.13 to
        3107.v665000b_51092. pull 9440
      - Update Stapler from 1880.vb_6d94a_3b_05db_ to
        1881.vd39f3ee5c629 and Winstone-Jetty from 6.19 to 6.20 to
        let Jetty handle HTTP response compression. A new
        command-line option --compression can be used to disable
        compression if desired. pull 9379, Stapler
        1881.vd39f3ee5c629 release notes, Winstone-Jetty 6.20
        release notes
      - Remove idle executors from the Build Executor widget. pull
        9177
      - The latency for bringing up offline agents can be improved
        using a new global config option Computer Retention Check
        Interval and setting an In demand delay of zero on the
        agents. JENKINS-14789
    - Bug fix
      - Several bug fixes for the Jenkins UI. pull 9695,
        JENKINS-73695, pull 9667, pull 9654, JENKINS-73330, pull
        9649, pull 9625, pull 9658, JENKINS-73302
      - Restore compatibility with plugins contributing new objects
        with context menus, such as the Nested Views plugin.
        JENKINS-73785
      - Make deserialization of Map fields in XML files more
        robust. JENKINS-73687
      - Restore compatibility with the OpenId Connect
        Authentication and Reverse Proxy Authentication plugins.
        pull 9696
      - Validate display name only against items in the same
        ItemGroup. JENKINS-72988
      - Correct the styling for plugins that can't be disabled in
        plugin manager when user has system read permission. pull
        9463
      - Refresh the build history widget in all cases, including on
        background tabs or hidden tabs. JENKINS-73613
      - Fix IndexOutOfBoundsException in cloud management pages
        when the controller has no executors. pull 9519,
        JENKINS-73554
      - Fix the
        hudson.slaves.SlaveComputer.allowUnsupportedRemotingVersions
        escape hatch, which was previously not working with inbound
        agents. JENKINS-73467

-------------------------------------------------------------------
Thu Oct  3 11:22:27 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.462.3 (2024-10-02)
  * Security
    - Security fixes. security advisory
  * Major bug fix
    - No longer printing verbose and uninformative messages to
      $JENKINS_HOME/logs/tasks/Periodic background build
      discarder.log. JENKINS-73692
  * Enhancement
    - Upgrade Winstone from 6.18 to 6.22. Upgrade Jetty from
      10.0.20 to 10.0.24. Winstone 6.19 release notes, Winstone
      6.20 release notes, Winstone 6.21 release notes, Winstone
      6.22 release notes, Jetty 10.0.21 release notes, Jetty
      10.0.22 release notes, Jetty 10.0.23 release notes, Jetty
      10.0.24 release notes, pull 9698, JENKINS-73743
    - Developer: Add ExtendedReadRedaction extension point to allow
      plugins to redact content from config.xml files served via
      API or CLI to users with Extended Read permission.
      SECURITY-3373
  * Bug fix
    - Fix the appearance of the Plugin Manager actions dropdown.
      JENKINS-73668
    - Add escape hatch for Authenticated user access to Resource
      URL. JENKINS-73422

-------------------------------------------------------------------
Mon Sep  9 09:43:49 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.462.2 (2024-09-04):
  * Enhancement
    - Form validation now works for SecretTextArea fields.
      JENKINS-73404
    - Upgrade Spring Framework from 5.3.37 to 5.3.39. Spring
      Framework 5.3.38 and 5.3.39 include 8 fixes and improvements.
      Spring Framework 5.3.38, Spring Framework 5.3.39,
      JENKINS-73622
    - Upgrade Spring Security from 5.8.13 to 5.8.14. Spring
      Security 5.8.14 includes 2 fixes and several dependency
      updates. Spring Security 5.8.14, JENKINS-73648
    - Upgrade JUnit plugin to 1296.vb_f538b_c88630. Junit plugin
      1296.vb_f538b_c88630 release notes
  * Bug fix
    - Change icon size in table when resizing the table.
      JENKINS-73453
    - Fix New Item page layout if no icon is defined for an item
      (regression in 2.453). JENKINS-73586

-------------------------------------------------------------------
Mon Aug 12 14:44:38 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.462.1 (2024-08-07):
  * Changes since 2.462:
    - Important security fixes. (security advisory)
    - Upgrade Spring Security from 5.8.12 to 5.8.13. Spring
      Security 5.8.13 includes 19 fixes and improvements. (Spring
      Security 5.8.13, pull 9398)
    - Upgrade Spring Framework from 5.3.36 to 5.3.37. Spring
      Framework 5.3.37 includes 5 fixes and improvements. (Spring
      Security 5.3.37, pull 9385)
    - Upgrade bundled plugins. (pull 9386, pull 9419, pull 9439,
      pull 9444, pull 9429, pull 9464)
  * Notable changes since 2.452.4:
    - Upgrade Commons FileUpload from 1.5 to 2.0.0-M2. Users of the
      SAML Single Sign On (SSO) (miniorange-saml-sp) plugin should
      upgrade to a compatible version in lockstep with upgrading
      Jenkins core. Users of the OpenText Application Automation
      Tools (hp-application-automation-tools-plugin) plugin should
      wait for a compatible version before upgrading Jenkins core.
      (Apache Commons 2.0.0-M2 release notes)
    - Refresh the 'New item' page. (pull 9111)
    - Move Add description to app bar. (pull 9271)
    - Add download option to Console output, move View as plain
      text and Copy buttons to app bar. (pull 9169)
    - Remove Disable project button from project view. (pull 9287)
    - Refresh the style of alerts. (pull 9115)
    - Improve the edit build information page. (pull 9132)
    - Avoid jumping layout due to tooltips. (issue 73158)
    - Refine button appearances in sidebars, menus, pages and
      breadcrumbs. (pull 9367)
    - Adjust heading weights and sizes. (pull 9366)
    - Display how many users there are on the Users page. (pull
      9221)
    - Improve the performance of JSON parsing. (json-lib PR 30)
    - Improve the performance of file compression and
      decompression. (pull 9312)
    - Improve startup performance when jobs have been created via
      REST API or command line interface. (issue 64356)
    - Remove ASM dependencies from core. (issue 73046)
    - The webappsDir argument to run Winstone with a directory full
      of WAR files has been removed without replacement. (Winstone
      6.19 changelog)
    - Allow pipeline jobs to run when built-in node is offline.
      (issue 53958)
    - Adjust side panel sizes for certain screens like iPad Pro.
      (issue 70246)
    - Installed plugin view no longer jumps during first load.
      (issue 69588)
    - Fix status icon animation display on Safari. (issue 72845)
    - Remove tooltip when a widget is refreshed. (issue 72744)
    - Honor readonly mode when displaying enumerations on pages.
      (issue 72854)
    - After reconfiguring a static inbound agent in the GUI using
      fields such as WebSocket, deprecated in 2.440.x, the
      suggested launch instructions would incorrectly include
      tunnel (with no argument) even if that field had been left
      blank. (issue 73011)
    - Fix the WorkspaceCleanupThread to consider workspaces with
      suffixes even if the original is nonexistent. Reduce the
      number of remoting calls made by WorkspaceCleanupThread.
      (issue 65829)
    - Work around an upstream issue that could cause a hang in rare
      cases when two users load a configuration screen of the same
      type at the same time. (issue 60997)
    - Handle svg cleanup via an xml document to avoid broken
      symbols. (issue 73156)
    - Treat lines of text (mainly in build logs) as completed by a
      single carriage return in addition to a newline or carriage
      return plus newline, avoiding an out of memory error if a
      large number of such lines are printed in sequence. (issue
      73090)
    - Add new CSS classes to avoid conflicts with CSS classes from
      bootstrap. (issue 73114)

-------------------------------------------------------------------
Wed Aug  7 15:38:05 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.452.4 (2024-08-07):
  See https://www.jenkins.io/changelog-stable//#v2.452.4
  * Important security fixes.
    https://www.jenkins.io/security/advisory/2024-08-07/

-------------------------------------------------------------------
Thu Jul 11 19:48:31 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.452.3 (2024-07-10):
  See https://www.jenkins.io/changelog-stable//#v2.452.3
  * Changes since 2.452.2:
    - Show help text in the correct locale even if user has an
      alternate language option defined in their browser
      (regression in 2.444). (issue 73246)
    - Correctly highlight alerts (regression in 2.452.2). (issue
      73301)
    - Show correct build history panel even when a '$' character is
      included in a tooltip of the build history data. Quote
      replacement string in symbol tooltips. (issue 73243)
    - Update bundled structs plugin to 338.v848422169819. (Structs
      338.v848422169819 release notes, SECURITY-3371)

-------------------------------------------------------------------
Thu Jun 13 05:26:26 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.452.2 (2024-06-12):
  See https://www.jenkins.io/changelog-stable//#v2.452.2
  * Changes since 2.452.1:
    - Rename CloudSet query parameter type to cloudDescriptorName
      to avoid conflicts in cloud plugin implementations. (issue
      72622)
    - Update bundled Script Security plugin from
      1335.vf07d9ce377a_e to 1336.vf33a_a_9863911. (Script Security
      1336.vf33a_a_9863911 release notes)
    - Update bouncycastle API plugin from
      2.30.1.77-225.v26ea_c9455fd9 to
      2.30.1.78.1-233.vfdcdeb_0a_08a_a_. (Bouncy Castle API plugin
      2.30.1.78.1-233.vfdcdeb_0a_08a_a_ release notes)
    - Add new CSS classes to avoid conflicts with CSS classes from
      bootstrap. (issue 73114)
    - Fix width of weather icons in Safari when zoomed. (issue
      73047)

-------------------------------------------------------------------
Sat May 18 08:55:31 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.452.1 (2023-05-15):
  See https://www.jenkins.io/changelog-stable//#v2.452.1
  * Changes since 2.452:
    - After reconfiguring a static inbound agent in the GUI using
      fields such as WebSocket (deprecated in 2.440.x), the
      suggested launch instructions would incorrectly include
      -tunnel (with no argument), even if that field had been left
      blank. (issue 73011)
    - If the variant plugin is installed at the same time as a
      plugin that has an OptionalExtension, these extensions would
      not be correctly discovered until the next scan for new
      Extensions. (issue 72998)
    - Upgrade Spring Framework BOM from 5.3.33 to 5.3.34. (Spring
      Framework Bom 5.3.34 release notes)
  * Notable changes since 2.440.3:
    - Remove the People view. Administrators can install the new
      People View plugin to restore this functionality. (issue
      18884, pull 9060, People View plugin)
    - Add specific temporary files to the Debian package for better
      support of Unix domain sockets. Require Debian 10 and Ubuntu
      20.04 as the minimum supported versions for Debian packages.
      (pull 456 (packaging), Packaging issue 455)
    - Allow recursive remote file copy even if the local and remote
      nodes have incompatible character sets at binary level such
      as ISO-8859-1 and CP-1047. (issue 72540)
    - Modernize progress bar UI in various locations. (issue 69113)
    - Add components for dropdown items. Refer to the new Design
      Library Dropdowns page for implementation details. (pull
      8827)
    - Use the symbol for parameters in the build history of pending
      jobs. (pull 8977)
    - Add a "copy to clipboard" button to the build console output.
      (pull 8960)
    - Enable readonly mode for dropdown menus when using the
      Extended Read Permission plugin. (pull 8955)
    - Remove the extra margin when viewing in read only mode. (pull
      8938)
    - Add a computer icon legend and a new icon for agents that are
      not accepting tasks. (issue 69191)
    - Remove unused material icons. (pull 8831)
    - Localize the Appearance link and plain text Markup Formatter
      for Turkish. (pull 9067, pull 9062)
    - Make the Agent/Provision permission available in the global
      Security configuration when using matrix-based authorization
      strategies. (issue 72637)
    - Do not configure an authenticator during proxy configuration
      via the GUI if the proxy username is blank. (pull 8990)
    - Add ability for custom update centers to override the
      suggested plugin list. (pull 8951)
    - Create an index page for heap dump creation. (pull 8929)
    - Non-Pipeline builds interrupted by a controller restart will
      now be marked as aborted rather than failed. (pull 8986)
    - Prevent authenticated access to Resource Root URL. (issue
      72636)
    - Update operating system end of life data for Amazon Linux,
      Alpine Linux, and Fedora Linux. (pull 8864)
    - Use jlink to reduce Java size on Windows as we've done
      previously for Java on Linux. (pull 1848 (Docker))
    - Support Session ID for External Job Monitor to avoid HTTP 503
      response. (pull 8825)
    - Do not attempt to self-restart on operating systems where
      this is not supported. (issue 72833)
    - Fix a crash when restarting Jenkins on macOS. (issue 65911)
    - Set the correct owner for Jenkins.clouds after
      Jenkins.load(). (pull 8976)
    - Improve locale parsing for loading of localised help files.
      (issue 72627)
    - Support noCertificateCheck with webSocket on the CLI. (issue
      72532)
    - Show an error message in progressive logs on 4xx status
      codes. (issue 72509)
    - Avoid a stack trace from ArtifactArchiver when no artifacts
      are found. (issue 71700)
    - Restore performance displaying build artifacts when using
      remote artifact managers such as in S3. A security fix in
      2.394 caused a substantial slowdown that is now resolved.
      (pull 8874)
    - Adjust heap dump file name for compatibility with OpenJDK
      file suffix requirements. (issue 72579)
    - Fix build button rendering for Dashboard View plugin. (pull
      8854)
    - Change focus in the new item page only if from has a valid
      job name. (issue 66530)

-------------------------------------------------------------------
Thu Apr 18 05:35:48 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.440.3 (2023-04-17)
  See https://www.jenkins.io/changelog-stable/#v2.440.3
  * Security fix.
    https://www.jenkins.io/security/advisory/2024-04-17/
  * Ensure threads in the Computer.threadPoolForRemoting executor
    service always have the Jenkins webapp ClassLoader set as the
    context ClassLoader to prevent random class loading issues when
    code is running in this ExecutorService. (issue 72796)
  * Customization of agent log files did not work for inbound
    agents. (issue 72799)
  * Update Spring Security to 5.8.11. Update Spring Framework to
    5.3.33. (pull 9042, Spring Security 5.8.11 release notes,
    Spring Framework 5.3.33 release notes)
  * Update bundled Trilead API Plugin to 2.84.86.vf9c960e9b_458.
    (Trilead API 2.84.86.vf9c960e9b_458 release notes)
  * Update Apache Mina in the CLI from 2.11.0 to 2.12.1. (Mina
    2.12.1 release notes)
  * Upgrade bundled plugins. (pull 8914, pull 8961, pull 8988, pull
    9018, pull 9036, pull 9091, pull 9098, pull 9103)

-------------------------------------------------------------------
Sat Mar 23 12:22:21 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- update to 2.440.1 (2023-03-20)
  See https://www.jenkins.io/changelog-stable/#v2.440.2
  * Security: Important security fix.
  * RFE: Upgrade Winstone from 6.16 to 6.18. Upgrade Jetty from
    10.0.18 to 10.0.20.
  * RFE: Do not show empty tooltips.
  * Bug: Restore progress animation in build history and
    build time trend views (regression in 2.434).

-------------------------------------------------------------------
Sun Mar 17 12:46:00 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

- Update to 2.440.1 (2023-02-21)
  See https://www.jenkins.io/changelog-stable/#v2.440.1

-------------------------------------------------------------------
Thu Nov 16 20:34:01 UTC 2023 - chris@computersalat.de

- Update to 2.426.1 (2023-11-15)
  See https://www.jenkins.io/changelog-stable/#v2.426.1
- Update jenkins.io-2023.key

-------------------------------------------------------------------
Mon Jan  2 05:08:11 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>

- Update to 2.375.1 (2022-11-30)
  See https://www.jenkins.io/changelog-stable/#v2.375.1
- Update Url tag from https://jenkins-ci.org to the new Jenkins
  home page: https://www.jenkins.io/.

-------------------------------------------------------------------
Wed Nov 16 08:38:44 UTC 2022 - chris@computersalat.de

- Update to 2.361.4 (2022-11-13)
  See https://www.jenkins.io/changelog-stable/#v2.361.4

-------------------------------------------------------------------
Thu Nov  3 06:01:50 UTC 2022 - chris@computersalat.de

- Update to 2.361.3 (2022-11-02)
  See https://www.jenkins.io/changelog-stable/#v2.361.3

-------------------------------------------------------------------
Thu Oct  6 09:42:13 UTC 2022 - chris@computersalat.de

- Update to 2.361.2 (2022-10-05)
  See https://www.jenkins.io/changelog-stable/#v2.361.2

-------------------------------------------------------------------
Mon Sep 12 09:24:10 UTC 2022 - chris@computersalat.de

- fix deps for SLES12
  * SLE decided to stop providing
    - java = 11
    - java-11
    with java-11-openjdk >= 11.0.12.0

-------------------------------------------------------------------
Thu Sep  8 08:10:36 UTC 2022 - chris@computersalat.de

- Update to 2.361.1 (2022-09-07)
  See https://www.jenkins.io/changelog-stable/#v2.361.1
- Update java deps
  * both, controller and agents, need to run with java >= 11

-------------------------------------------------------------------
Tue Aug 23 20:07:23 UTC 2022 - chris@computersalat.de

- Update to 2.346.3 (2022-08-10)
  See https://www.jenkins.io/changelog-stable/#v2.346.3
  * fix for CVE-2022-22970, CVE-2022-22971
    https://github.com/jenkinsci/jenkins/pull/6565

-------------------------------------------------------------------
Tue Jul 19 12:37:19 UTC 2022 - chris@computersalat.de

- Update to 2.346.2 (2022-07-13)
  See https://www.jenkins.io/changelog-stable/#v2.346.2

-------------------------------------------------------------------
Mon Jun 27 12:07:01 UTC 2022 - chris@computersalat.de

- update to 2.346.1 (2022-06-22)
  See https://www.jenkins.io/changelog-stable/#v2.346.1
  * fix for JSA-2022-06-22
    https://www.jenkins.io/security/advisory/2022-06-22/
    Severity:
    https://www.jenkins.io/security/advisory/2022-06-22/#severity
    - Multiple XSS vulnerabilities
      SECURITY-2779 / CVE-2022-34170
      SECURITY-2761 / CVE-2022-34171
      SECURITY-2776 / CVE-2022-34172
      SECURITY-2780 / CVE-2022-34173
    - Observable timing discrepancy allows determining username validity
      SECURITY-2566 / CVE-2022-34174
    - Unauthorized view fragment access
      SECURITY-2777 / CVE-2022-34175
    - Stored XSS vulnerability in JUnit Plugin
      SECURITY-2760 / CVE-2022-34176
    - Arbitrary file write vulnerability in Pipeline: Input Step Plugin
      SECURITY-2705 / CVE-2022-34177
    - Reflected XSS vulnerability in Embeddable Build Status Plugin
      SECURITY-2567 / CVE-2022-34178
    - Path traversal vulnerability in Embeddable Build Status Plugin
      SECURITY-2792 / CVE-2022-34179
    - Improper authorization in Embeddable Build Status Plugin bypasses ViewStatus permission requirement
      SECURITY-2794 / CVE-2022-34180
    - Agent-to-controller security bypass in xUnit Plugin
      SECURITY-2549 / CVE-2022-34181
    - Reflected XSS vulnerability in Nested View Plugin
      SECURITY-2768 / CVE-2022-34182
    - Stored XSS vulnerabilities in multiple plugins providing additional parameter types
      * Agent Server Parameter 1.1 and earlier (SECURITY-2731 / CVE-2022-34183)
      * CRX Content Package Deployer 1.9 and earlier (SECURITY-2727 / CVE-2022-34184)
      * Date Parameter Plugin 0.0.4 and earlier (SECURITY-2711 / CVE-2022-34185)
      * Dynamic Extended Choice Parameter 1.0.1 and earlier (SECURITY-2712 / CVE-2022-34186)
      * Filesystem List Parameter 0.0.7 and earlier (SECURITY-2716 / CVE-2022-34187)
      * Hidden Parameter Plugin 0.0.4 and earlier (SECURITY-2755 / CVE-2022-34188)
      * Image Tag Parameter 1.10 and earlier (SECURITY-2721 / CVE-2022-34189)
      * Maven Metadata for CI server 2.1 and earlier (SECURITY-2714 / CVE-2022-34190)
      * NS-ND Integration Performance Publisher 4.8.0.77 and earlier (SECURITY-2736 / CVE-2022-34191)
      * ontrack Jenkins 4.0.0 and earlier (SECURITY-2733 / CVE-2022-34192)
      * Package Version 1.0.1 and earlier (SECURITY-2735 / CVE-2022-34193)
      * Readonly Parameter 1.0.0 and earlier (SECURITY-2719 / CVE-2022-34194)
      * Repository Connector 2.2.0 and earlier (SECURITY-2666 / CVE-2022-34195)
      * REST List Parameter Plugin 1.5.2 and earlier (SECURITY-2730 / CVE-2022-34196)
      * Sauce OnDemand 1.204 and earlier (SECURITY-2724 / CVE-2022-34197)
      * Stash Branch Parameter 0.3.0 and earlier (SECURITY-2725 / CVE-2022-34198)
    - Passwords stored in plain text by Convertigo Mobile Platform Plugin
      SECURITY-2064 / CVE-2022-34199
    - CSRF vulnerability and missing permission checks in Convertigo Mobile Platform Plugin
      SECURITY-2276 / CVE-2022-34200 (CSRF), CVE-2022-34201 (missing permission check)
    - User passwords stored in plain text by EasyQA Plugin
      SECURITY-2066 / CVE-2022-34202
    - CSRF vulnerability and missing permission checks in EasyQA Plugin
      SECURITY-2281 / CVE-2022-34203 (CSRF)
      CVE-2022-34204 (missing permission check)
    - CSRF vulnerability and missing permission checks in Jianliao Notification Plugin
      SECURITY-2240 / CVE-2022-34205 (CSRF)
      CVE-2022-34206 (missing permission check)
    - CSRF vulnerability and missing permission checks in Beaker builder Plugin
      SECURITY-2248 / CVE-2022-34207 (CSRF)
      CVE-2022-34208 (missing permission check)
    - CSRF vulnerability and missing permission check in ThreadFix Plugin
      SECURITY-2249 / CVE-2022-34209 (CSRF)
      CVE-2022-34210 (missing permission check)
    - CSRF vulnerability and missing permission check in vRealize Orchestrator Plugin
      SECURITY-2279 / CVE-2022-34211 (CSRF)
      CVE-2022-34212 (missing permission check)
    - Passwords stored in plain text by Squash TM Publisher (Squash4Jenkins) Plugin
      SECURITY-2089 / CVE-2022-34213

-------------------------------------------------------------------
Tue May 17 13:03:07 UTC 2022 - chris@computersalat.de

- Update to 2.332.3 (2022-05-04)
  See https://www.jenkins.io/changelog-stable/#v2.332.3
- Update to 2.332.2 (2022-04-06)
  See https://www.jenkins.io/changelog-stable/#v2.332.2
- Update to 2.332.1 (2022-03-09)
  See https://www.jenkins.io/changelog-stable/#v2.332.1

-------------------------------------------------------------------
Fri May  6 10:50:06 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>

- Move %sysusers_generate_pre to %build

-------------------------------------------------------------------
Fri Apr  1 14:40:10 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>

- Add CONFIG parameter to %sysusers_generate_pre
- Re-format sysusers file

-------------------------------------------------------------------
Fri Feb 18 19:03:45 UTC 2022 - <chris@computersalat.de>

- fix changes file
  * add missing CVE

-------------------------------------------------------------------
Thu Feb 10 13:06:38 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>

- Update to 2.319.3
  See https://www.jenkins.io/changelog-stable/#v2.319.3
  * fix for JSA-2022-02-09
    https://www.jenkins.io/security/advisory/2022-02-09/
    Severity:
    https://www.jenkins.io/security/advisory/2022-02-09/#severity
    - DoS vulnerability in bundled XStream library
      SECURITY-2602 / CVE-2021-43859 (upstream issue)
      CVE-2022-0538 (Jenkins-specific converters)

-------------------------------------------------------------------
Sat Jan 22 15:58:16 UTC 2022 - chris@computersalat.de

- Update to 2.319.2
  See https://www.jenkins.io/changelog-stable/#v2.319.2
  * fix for JSA-2022-01-12
    https://www.jenkins.io/security/advisory/2022-01-12/
    Severity:
    https://www.jenkins.io/security/advisory/2022-01-12/#severity
    - CSRF vulnerability in build triggers
      SECURITY-2558 / CVE-2022-20612
    - CSRF vulnerability and missing permission checks in Mailer Plugin
      SECURITY-2163 / CVE-2022-20613 (CSRF)
      CVE-2022-20614 (missing permission check)
    - Stored XSS vulnerability in Matrix Project Plugin
      SECURITY-2017 / CVE-2022-20615
    - Missing permission check in Credentials Binding Plugin allows
      validating secret file credentials IDs
      SECURITY-2342 / CVE-2022-20616
    - OS command execution vulnerability in Docker Commons Plugin
      SECURITY-1878 / CVE-2022-20617
    - Missing permission checks in Bitbucket Branch Source Plugin
      allow enumerating credentials IDs
      SECURITY-2033 / CVE-2022-20618
    - CSRF vulnerability in Bitbucket Branch Source Plugin allows
      capturing credentials
      SECURITY-2467 / CVE-2022-20619
    - Missing permission checks in SSH Agent Plugin allow enumerating
      credentials IDs
      SECURITY-2189 / CVE-2022-20620
    - Access key stored in plain text by Metrics Plugin
      SECURITY-1624 / CVE-2022-2062
    - User passwords transmitted in plain text by Active Directory Plugin
      SECURITY-1389 / CVE-2022-23105
    - Non-constant time token comparison in Configuration as Code Plugin
      SECURITY-2141 / CVE-2022-23106
    - Path traversal vulnerability in Warnings Next Generation Plugin
      SECURITY-2090 / CVE-2022-23107
    - Stored XSS vulnerability in Badge Plugin
      SECURITY-2547 / CVE-2022-23108
    - Improper credentials masking in HashiCorp Vault Plugin
      SECURITY-2213 / CVE-2022-23109
    - Stored XSS vulnerability in Publish Over SSH Plugin
      SECURITY-2287 / CVE-2022-23110
    - CSRF vulnerability and missing permission checks in Publish Over
      SSH Plugin
      SECURITY-2290 / CVE-2022-23111 (CSRF)
      CVE-2022-23112 (missing permission check)
    - Path traversal vulnerability in Publish Over SSH Plugin
      SECURITY-2307 / CVE-2022-23113
    - Password stored in plain text by Publish Over SSH Plugin
      SECURITY-2291 / CVE-2022-23114
    - CSRF vulnerability in batch task Plugin
      SECURITY-1025 / CVE-2022-23115
    - Agent-to-controller security bypass in Conjur Secrets Plugin
      allows decrypting secret
      SECURITY-2522 (1) / CVE-2022-23116
    - Agent-to-controller security bypass in Conjur Secrets Plugin
      allows retrieving all credentials
      SECURITY-2522 (2) / CVE-2022-23117
    - Agent-to-controller security bypass in Debian Package Builder
      Plugin
      SECURITY-2546 / CVE-2022-23118

-------------------------------------------------------------------
Wed Dec  8 16:25:07 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>

- Update to 2.319.1
  + See https://www.jenkins.io/changelog-stable/#v2.319.1

-------------------------------------------------------------------
Sat Nov  6 19:06:56 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>

- Update to 2.303.3
  + See https://www.jenkins.io/changelog-stable/#v2.303.3

-------------------------------------------------------------------
Wed Oct 27 05:54:31 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>

- unify with jenkins package:
  Avoid jenkins restart from logrotate (SR#924341)
  based on https://github.com/jenkinsci/packaging/blob/master/rpm/build/SOURCES/jenkins.logrotate

-------------------------------------------------------------------
Wed Oct 27 05:42:46 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>

- Update to 2.303.2
  + See https://www.jenkins.io/changelog-stable/#v2.303.2

-------------------------------------------------------------------
Thu Sep 23 06:28:13 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>

- Update to 2.303.1
  + See https://www.jenkins.io/changelog-stable/#v2.303.1

-------------------------------------------------------------------
Tue Aug  3 10:33:04 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>

- Update to 2.289.3
  + See https://www.jenkins.io/changelog-stable/#v2.289.3

-------------------------------------------------------------------
Thu Jul  1 10:27:23 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>

- Update to 2.289.2
  + See https://www.jenkins.io/changelog-stable/#v2.289.2

-------------------------------------------------------------------
Thu Jun 10 14:59:01 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>

- initial first version of package jenkins-lts that follows the LTS release schedule

-------------------------------------------------------------------
Sat Apr 24 14:44:36 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

- Fix fillupdir on old SUSE distributions
- Update to 2.289
  + See https://jenkins.io/changelog/#v2.289 for details

-------------------------------------------------------------------
Wed Mar 31 13:38:42 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>

- Migrate to using systemd and systemd-sysusers
- Remove SysV init
- Use libexecdir for executables
- Remove outdated java arguments

-------------------------------------------------------------------
Tue Mar 30 17:35:16 UTC 2021 - Bernhard Wiedemann <bwiedemann@suse.com>

- Update to 2.286
  + See https://jenkins.io/changelog/#v2.286 for details

-------------------------------------------------------------------
Wed Mar  3 18:40:14 UTC 2021 - Johannes Kastl <kastl@b1-systems.de>

- add dependency on dejavu-fonts to solve the java.awt.headless problem
  https://wiki.jenkins.io/display/JENKINS/Jenkins+got+java.awt.headless+problem

-------------------------------------------------------------------
Fri Feb 26 10:25:43 UTC 2021 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.281
  + See https://jenkins.io/changelog/#v2.281 for details

-------------------------------------------------------------------
Fri Feb 19 20:46:14 UTC 2021 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.280
  + See https://jenkins.io/changelog/#v2.280 for details

-------------------------------------------------------------------
Tue Jan 19 19:40:53 UTC 2021 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.275
  + See https://jenkins.io/changelog/#v2.275 for details

-------------------------------------------------------------------
Wed Jan  6 04:50:07 UTC 2021 - Rahul Emmatty <rahul.emmatty@microfocus.com>

- Update to 2.274
  + See https://jenkins.io/changelog/#v2.274 for details

-------------------------------------------------------------------
Mon Jan  4 08:08:21 UTC 2021 - Rahul Emmatty <rahul.emmatty@microfocus.com>


- Update to 2.273
  + See https://jenkins.io/changelog/#v2.273 for details

-------------------------------------------------------------------
Tue Dec 15 18:39:04 UTC 2020 - Rahul Emmatty <rahul.emmatty@microfocus.com>

- Update to 2.271
  + See https://jenkins.io/changelog/#v2.271 for details

-------------------------------------------------------------------
Wed Dec  2 07:23:40 UTC 2020 - Rahul Emmatty <rahul.emmatty@microfocus.com>

- Update to 2.270
  + See https://jenkins.io/changelog/#v2.270 for details
- Adding _service file to download the binary directly to OBS from
  jenkins.io

-------------------------------------------------------------------
Wed Nov 25 06:45:27 UTC 2020 - Rahul Emmatty <rahul.emmatty@microfocus.com>

- Update to 2.268
  + See https://jenkins.io/changelog/#v2.268 for details

-------------------------------------------------------------------
Tue Nov 17 15:02:52 UTC 2020 - Rahul Emmatty <rahul.emmatty@microfocus.com>

- Update to 2.267
  + See https://jenkins.io/changelog/#v2.267 for details

-------------------------------------------------------------------
Thu Nov 12 11:43:04 UTC 2020 - Rahul Emmatty <rahul.emmatty@microfocus.com>

- Update to 2.266
  + See https://jenkins.io/changelog/#v2.266 for details

-------------------------------------------------------------------
Thu Nov  5 13:53:34 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.265
  + See https://jenkins.io/changelog/#v2.265 for details

-------------------------------------------------------------------
Mon Nov  2 10:39:46 UTC 2020 - Rahul Emmatty <rahul.emmatty@microfocus.com>

- Update to 2.264
  + See https://jenkins.io/changelog/#v2.264 for details

-------------------------------------------------------------------
Wed Aug 12 19:10:31 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>

- Update to 2.252
  + See https://jenkins.io/changelog/#v2.252 for details
  + important security fixes

-------------------------------------------------------------------
Thu Jul 23 10:30:34 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.248
  + See https://jenkins.io/changelog/#v2.248 for details

-------------------------------------------------------------------
Tue Jul 21 08:52:40 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.245
  + See https://jenkins.io/changelog/#v2.245 for details

-------------------------------------------------------------------
Fri Jul  3 08:46:02 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.243
  + See https://jenkins.io/changelog/#v2.243 for details

-------------------------------------------------------------------
Sat Jun 20 18:36:13 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

- Update to 2.241
  + See https://jenkins.io/changelog/#v2.241 for details
- Delete unused file jenkins.war.sha256
- Updated gpg keyring

-------------------------------------------------------------------
Wed Apr  8 08:14:00 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.230
  + See https://jenkins.io/changelog/#v2.230 for details

-------------------------------------------------------------------
Thu Mar 26 10:21:46 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.228
  + See https://jenkins.io/changelog/#v2.228 for details

-------------------------------------------------------------------
Tue Mar 24 10:44:47 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.227
  + See https://jenkins.io/changelog/#v2.227 for details

-------------------------------------------------------------------
Tue Mar 10 08:49:47 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.225
  + See https://jenkins.io/changelog/#v2.225 for details

-------------------------------------------------------------------
Mon Mar  9 08:57:01 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.224
  + See https://jenkins.io/changelog/#v2.224 for details

-------------------------------------------------------------------
Mon Mar  2 12:39:33 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.223
  + See https://jenkins.io/changelog/#v2.223 for details

-------------------------------------------------------------------
Tue Feb 25 20:51:43 UTC 2020 - chris@computersalat.de

- Update to 2.222
  * See https://jenkins.io/changelog/#v2.222 for details

-------------------------------------------------------------------
Wed Jan 22 12:53:27 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.215
  + See https://jenkins.io/changelog/#v2.215 for details

-------------------------------------------------------------------
Fri Jan 17 16:01:25 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.214
  + See https://jenkins.io/changelog/#v2.214 for details

-------------------------------------------------------------------
Tue Jan  7 08:58:36 UTC 2020 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.213
  + See https://jenkins.io/changelog/#v2.213 for details

-------------------------------------------------------------------
Tue Dec 17 15:02:35 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.209
  + See https://jenkins.io/changelog/#v2.209 for details

-------------------------------------------------------------------
Wed Nov 27 15:44:53 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.206
  + See https://jenkins.io/changelog/#v2.206 for details

-------------------------------------------------------------------
Fri Nov 15 08:53:06 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.204
  + See https://jenkins.io/changelog/#v2.204 for details

-------------------------------------------------------------------
Thu Oct 31 14:29:32 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.202
  + See https://jenkins.io/changelog/#v2.202 for details

-------------------------------------------------------------------
Tue Oct 15 13:25:47 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.200
  + See https://jenkins.io/changelog/#v2.200 for details

-------------------------------------------------------------------
Mon Oct  7 13:01:31 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

- Update to 2.199
  + See https://jenkins.io/changelog/#v2.199 for details

-------------------------------------------------------------------
Thu Sep 26 12:15:34 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.197
  + See https://jenkins.io/changelog/#v2.197 for details

-------------------------------------------------------------------
Mon Sep 16 13:43:58 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.195
  + See https://jenkins.io/changelog/#v2.195 for details

-------------------------------------------------------------------
Mon Sep  9 14:03:08 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.194
  + See https://jenkins.io/changelog/#v2.194 for details

-------------------------------------------------------------------
Mon Sep  2 08:39:50 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.193
  + See https://jenkins.io/changelog/#v2.193 for details

-------------------------------------------------------------------
Thu Aug 29 07:17:25 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.192
  + See https://jenkins.io/changelog/#v2.192 for details

-------------------------------------------------------------------
Mon Aug 26 13:57:43 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.191
  + See https://jenkins.io/changelog/#v2.191 for details

-------------------------------------------------------------------
Tue Aug 20 09:47:45 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.190
  + See https://jenkins.io/changelog/#v2.190 for details

-------------------------------------------------------------------
Thu Aug  8 08:00:25 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.189
  + See https://jenkins.io/changelog/#v2.189 for details

-------------------------------------------------------------------
Mon Jul 22 08:47:31 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.187
  + See https://jenkins.io/changelog/#v2.187 for details

-------------------------------------------------------------------
Fri Jul 19 08:18:20 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.186
  + See https://jenkins.io/changelog/#v2.186 for details

-------------------------------------------------------------------
Mon Jul  8 07:40:55 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

- Update to 2.184
  + See https://jenkins.io/changelog/#v2.184 for details

-------------------------------------------------------------------
Mon Jul  1 09:14:22 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

- Update to 2.183
  + See https://jenkins.io/changelog/#v2.183 for details

-------------------------------------------------------------------
Wed Jun 12 12:03:04 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

- Update to 2.180
  + See https://jenkins.io/changelog/#v2.180 for details

-------------------------------------------------------------------
Mon May 27 10:40:24 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.179
  + See https://jenkins.io/changelog/#v2.179 for details

-------------------------------------------------------------------
Mon May 20 11:17:21 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.178
  + See https://jenkins.io/changelog/#v2.178for details

-------------------------------------------------------------------
Wed May 15 13:18:58 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.177
  + See https://jenkins.io/changelog/#v2.177 for details

-------------------------------------------------------------------
Mon May  6 13:01:54 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.176
  + See https://jenkins.io/changelog/#v2.176 for details

-------------------------------------------------------------------
Mon Apr 29 13:13:16 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.175
  + See https://jenkins.io/changelog/#v2.175 for details

-------------------------------------------------------------------
Mon Apr 15 11:53:23 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.173
  + See https://jenkins.io/changelog/#v2.173 for details

-------------------------------------------------------------------
Thu Apr 11 11:17:40 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.172
  + See https://jenkins.io/changelog/#v2.172 for details

-------------------------------------------------------------------
Thu Apr  4 14:22:48 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.170
  + See https://jenkins.io/changelog/#v2.170 for details

-------------------------------------------------------------------
Tue Mar 26 08:58:39 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.169
  + See https://jenkins.io/changelog/#v2.169 for details

-------------------------------------------------------------------
Thu Mar 14 09:07:32 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.168
  + See https://jenkins.io/changelog/#v2.168 for details

-------------------------------------------------------------------
Wed Mar  6 14:16:44 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.167
  + See https://jenkins.io/changelog/#v2.167 for details

-------------------------------------------------------------------
Tue Feb 26 08:49:13 UTC 2019 - jdsn@suse.de

- Update to 2.166
  + See https://jenkins.io/changelog/#v2.166 for details

-------------------------------------------------------------------
Thu Feb 21 12:05:25 UTC 2019 - jdsn@suse.de

- Update to 2.165
  + See https://jenkins.io/changelog/#v2.165 for details

-------------------------------------------------------------------
Wed Feb 13 10:04:37 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.164
  + See https://jenkins.io/changelog/#v2.164 for details

-------------------------------------------------------------------
Thu Feb  7 09:09:08 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.163
  + See https://jenkins.io/changelog/#v2.163 for details

-------------------------------------------------------------------
Tue Jan 29 13:25:39 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.162
  + See https://jenkins.io/changelog/#v2.162 for details

-------------------------------------------------------------------
Mon Jan 21 13:49:51 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.161
  + See https://jenkins.io/changelog/#v2.161 for details

-------------------------------------------------------------------
Wed Jan 16 18:09:57 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.160
  + See https://jenkins.io/changelog/#v2.160 for details

-------------------------------------------------------------------
Fri Jan 11 15:36:57 UTC 2019 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.157
  + See https://jenkins.io/changelog/#v2.157 for details

-------------------------------------------------------------------
Mon Dec 17 15:23:49 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.156
  + See https://jenkins.io/changelog/#v2.156 for details

-------------------------------------------------------------------
Wed Dec  5 13:56:08 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.154
  + See https://jenkins.io/changelog/#v2.154 for details

-------------------------------------------------------------------
Tue Dec  4 14:52:57 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.153
  + See https://jenkins.io/changelog/#v2.153 for details

-------------------------------------------------------------------
Mon Nov 19 13:40:10 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.152
  + See https://jenkins.io/changelog/#v2.152 for details

-------------------------------------------------------------------
Tue Nov  6 15:18:03 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.150
  + See https://jenkins.io/changelog/#v2.150 for details

-------------------------------------------------------------------
Wed Oct 31 13:41:19 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.149
  + See https://jenkins.io/changelog/#v2.149 for details

-------------------------------------------------------------------
Tue Oct 23 15:37:23 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.148
  + See https://jenkins.io/changelog/#v2.148 for details

-------------------------------------------------------------------
Mon Oct 15 11:03:01 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.147
  + See https://jenkins.io/changelog/#v2.147 for details

-------------------------------------------------------------------
Thu Oct 11 15:47:14 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.146
  + See https://jenkins.io/changelog/#v2.146 for details

-------------------------------------------------------------------
Tue Oct  9 14:36:03 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.145
  + See https://jenkins.io/changelog/#v2.145 for details

-------------------------------------------------------------------
Mon Oct  1 12:53:34 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.144
  + See https://jenkins.io/changelog/#v2.144 for details

-------------------------------------------------------------------
Tue Sep 25 16:25:40 UTC 2018 - J. Daniel Schmidt <jdsn@suse.de>

- Update to 2.143
  + See https://jenkins.io/changelog/#v2.143 for details

-------------------------------------------------------------------
Tue Sep 18 15:06:59 UTC 2018 - jdsn@suse.de

- Update to 2.141
  + See https://jenkins.io/changelog/#v2.141 for details

-------------------------------------------------------------------
Mon Aug  6 09:35:43 UTC 2018 - jdsn@suse.de

- Update to 2.136
  + See https://jenkins.io/changelog/#v2.136 for details

-------------------------------------------------------------------
Mon Jul 30 15:51:06 UTC 2018 - jdsn@suse.de

- Update to 2.135
  + See https://jenkins.io/changelog/#v2.135 for details

-------------------------------------------------------------------
Mon Jul 23 13:59:24 UTC 2018 - jdsn@suse.de

- Update to 2.134
  + See https://jenkins.io/changelog/#v2.134 for details

-------------------------------------------------------------------
Fri Jul 20 08:58:54 UTC 2018 - jdsn@suse.de

- Update to 2.133
  + See https://jenkins.io/changelog/#v2.133 for details

-------------------------------------------------------------------
Mon Jul  2 22:17:41 UTC 2018 - jdsn@suse.de

- Update to 2.130
  + See https://jenkins.io/changelog/#v2.130 for details

-------------------------------------------------------------------
Tue Jun 26 13:47:57 UTC 2018 - jdsn@suse.de

- Update to 2.129
  + See https://jenkins.io/changelog/#v2.129 for details

-------------------------------------------------------------------
Mon Jun 11 13:31:53 UTC 2018 - jdsn@suse.de

- Update to 2.127
  + See https://jenkins.io/changelog/#v2.127 for details

-------------------------------------------------------------------
Mon Jun  4 15:07:40 UTC 2018 - jdsn@suse.de

- Update to 2.126
  + See https://jenkins.io/changelog/#v2.126 for details

-------------------------------------------------------------------
Mon Jun  4 07:48:09 UTC 2018 - jdsn@suse.de

- Update to 2.125
  + See https://jenkins.io/changelog/#v2.125 for details

-------------------------------------------------------------------
Mon May 28 12:04:24 UTC 2018 - seife+obs@b1-systems.com

- update to 2.124
  + See https://jenkins.io/changelog/#v2.124 for details

-------------------------------------------------------------------
Tue May  8 07:36:18 UTC 2018 - jdsn@suse.de

- Update to 2.120
  + See https://jenkins.io/changelog/#v2.120 for details

-------------------------------------------------------------------
Wed May  2 12:46:19 UTC 2018 - jdsn@suse.de

- Update to 2.119
  + See https://jenkins.io/changelog/#v2.119 for details

-------------------------------------------------------------------
Mon Apr 30 14:02:47 UTC 2018 - jdsn@suse.de

- Update to 2.118
  + See https://jenkins.io/changelog/#v2.118 for details

-------------------------------------------------------------------
Mon Apr 16 13:34:22 UTC 2018 - jdsn@suse.de

- Update to 2.117
  + See https://jenkins.io/changelog/#v2.117 for details

-------------------------------------------------------------------
Wed Apr 11 14:31:58 UTC 2018 - jdsn@suse.de

- Update to 2.116
  + See https://jenkins.io/changelog/#v2.116 for details

-------------------------------------------------------------------
Tue Apr 10 11:23:49 UTC 2018 - jdsn@suse.de

- Update to 2.115
  + See https://jenkins.io/changelog/#v2.115 for details

-------------------------------------------------------------------
Wed Apr  4 15:25:14 UTC 2018 - jdsn@suse.de

- Update to 2.114
  + See https://jenkins.io/changelog/#v2.114 for details

-------------------------------------------------------------------
Mon Mar 26 14:04:58 UTC 2018 - jdsn@suse.de

- Update to 2.113
  + See https://jenkins.io/changelog/#v2.113 for details

-------------------------------------------------------------------
Tue Mar 20 15:20:49 UTC 2018 - jdsn@suse.de

- Update to 2.112
  + See https://jenkins.io/changelog/#v2.112 for details

-------------------------------------------------------------------
Mon Mar 12 12:21:27 UTC 2018 - jdsn@suse.de

- Update to 2.111
  + See https://jenkins.io/changelog/#v2.111 for details

-------------------------------------------------------------------
Wed Mar  7 16:37:03 UTC 2018 - jdsn@suse.de

- Update to 2.110
  + See https://jenkins.io/changelog/#v2.110 for details

-------------------------------------------------------------------
Mon Feb 26 13:35:07 UTC 2018 - jdsn@suse.de

- Update to 2.109
  + See https://jenkins.io/changelog/#v2.109 for details

-------------------------------------------------------------------
Mon Feb 19 16:34:37 UTC 2018 - jdsn@suse.de

- Update to 2.108
  + See https://jenkins.io/changelog/#v2.108 for details

-------------------------------------------------------------------
Thu Feb 15 08:43:27 UTC 2018 - jdsn@suse.de

- Update to 2.107
  + See https://jenkins.io/changelog/#v2.107 for details

-------------------------------------------------------------------
Mon Feb 12 15:51:31 UTC 2018 - jdsn@suse.de

- Update to 2.106
  + See https://jenkins.io/changelog/#v2.106 for details

-------------------------------------------------------------------
Mon Feb  5 15:51:53 UTC 2018 - sleep_walker@opensuse.org

- Update to 2.105
  + See https://jenkins.io/changelog/#v2.105 for details

-------------------------------------------------------------------
Sun Feb  4 13:35:24 UTC 2018 - sleep_walker@opensuse.org

- fix path for sysconfig fillup (failing on openSUSE Leap 15.0)

-------------------------------------------------------------------
Mon Jan 29 16:27:46 UTC 2018 - jdsn@suse.de

- Update to version 2.104
  + See https://jenkins.io/changelog/#v2.104 for details

-------------------------------------------------------------------
Mon Jan 22 16:12:59 UTC 2018 - jdsn@suse.de

- Update to version 2.103
  + See https://jenkins.io/changelog/#v2.103 for details

-------------------------------------------------------------------
Wed Jan 17 13:32:38 UTC 2018 - jdsn@suse.de

- Update to version 2.102
  + See https://jenkins.io/changelog/#v2.102 for details

-------------------------------------------------------------------
Mon Jan  8 08:58:01 UTC 2018 - jdsn@suse.de

- Update to version 2.101
  + See https://jenkins.io/changelog/#v2.101 for details

-------------------------------------------------------------------
Wed Dec 20 16:28:31 UTC 2017 - jdsn@suse.de

- Update to version 2.97
  + See https://jenkins.io/changelog/#v2.97 for details

-------------------------------------------------------------------
Thu Dec 14 16:38:24 UTC 2017 - jdsn@suse.de

- Update to version 2.95
  + See https://jenkins.io/changelog/#v2.95 for details

-------------------------------------------------------------------
Thu Dec  7 13:04:31 UTC 2017 - jdsn@suse.de

- Update to version 2.93
  + See https://jenkins.io/changelog/#v2.93 for details

-------------------------------------------------------------------
Tue Nov 28 16:33:53 UTC 2017 - jdsn@suse.de

- Update to version 2.92
  + See https://jenkins.io/changelog/#v2.92 for details

-------------------------------------------------------------------
Tue Nov 21 13:26:41 UTC 2017 - jdsn@suse.de

- Update to version 2.91
  + See https://jenkins.io/changelog/#v2.91for details

-------------------------------------------------------------------
Tue Nov 14 10:49:37 UTC 2017 - jdsn@suse.de

- Update to version 2.90
  + See https://jenkins.io/changelog/#v2.90 for details

-------------------------------------------------------------------
Sun Nov 12 08:46:32 UTC 2017 - srinidhi.bs@microfocus.com

- Update to version 2.89
  + See https://jenkins.io/changelog/#v2.89 for details

-------------------------------------------------------------------
Tue Nov  7 08:48:35 UTC 2017 - jdsn@suse.de

- Update to version 2.88
  + See https://jenkins.io/changelog/#v2.88 for details

-------------------------------------------------------------------
Thu Oct 19 13:42:05 UTC 2017 - jdsn@suse.de

- Update to version 2.85
  + See https://jenkins.io/changelog/#v2.85 for details

-------------------------------------------------------------------
Wed Oct 11 14:46:31 UTC 2017 - jdsn@suse.de

- Update to version 2.83
  + See https://jenkins.io/changelog/#v2.83 for details

-------------------------------------------------------------------
Wed Sep 13 10:19:16 UTC 2017 - jdsn@suse.de

- Update to version 2.78
  + See https://jenkins.io/changelog/#v2.78 for details

-------------------------------------------------------------------
Mon Sep  4 14:42:34 UTC 2017 - jdsn@suse.de

- Update to version 2.77
  + See https://jenkins.io/changelog/#v2.77 for details

-------------------------------------------------------------------
Mon Aug 28 15:19:32 UTC 2017 - jdsn@suse.de

- Update to version 2.76
  + See https://jenkins.io/changelog/#v2.76 for details

-------------------------------------------------------------------
Tue Jul 11 13:34:26 UTC 2017 - jdsn@suse.de

- Update to version 2.69
  + See https://jenkins.io/changelog/#v2.69 for details

-------------------------------------------------------------------
Mon Jul  3 12:29:07 UTC 2017 - jdsn@suse.de

- Update to version 2.68
  + See https://jenkins.io/changelog/#v2.68 for details

-------------------------------------------------------------------
Tue Jun 27 08:33:26 UTC 2017 - jdsn@suse.de

- Update to version 2.67
  + See https://jenkins.io/changelog/#v2.67 for details

-------------------------------------------------------------------
Tue Jun 20 08:44:22 UTC 2017 - jdsn@suse.de

- Update to version 2.66
  + See https://jenkins.io/changelog/#v2.66 for details

-------------------------------------------------------------------
Wed May  3 12:04:15 UTC 2017 - jdsn@suse.de

- Update to version 2.58
  + See https://jenkins.io/changelog/#v2.58 for details

-------------------------------------------------------------------
Thu Apr 27 08:35:27 UTC 2017 - jdsn@suse.de

- Update to version 2.57
  + See https://jenkins.io/changelog/#v2.57 for details

-------------------------------------------------------------------
Tue Apr 25 14:44:51 UTC 2017 - jdsn@suse.de

- Update to version 2.56
  + See https://jenkins.io/changelog/#v2.56 for details

-------------------------------------------------------------------
Mon Mar 20 09:16:04 UTC 2017 - jdsn@suse.de

- Update to version 2.51
  + See https://jenkins.io/changelog/#v2.51 for details

-------------------------------------------------------------------
Tue Mar 14 18:09:53 UTC 2017 - jdsn@suse.de

- Update to version 2.50
  + See https://jenkins.io/changelog/#v2.50 for details

-------------------------------------------------------------------
Thu Mar  9 13:24:35 UTC 2017 - jdsn@suse.de

- Update to version 2.49
  + See https://jenkins.io/changelog/#v2.49 for details

-------------------------------------------------------------------
Tue Feb 28 10:10:00 UTC 2017 - jdsn@suse.de

- Update to version 2.48
  + See https://jenkins.io/changelog/#v2.48 for details

-------------------------------------------------------------------
Tue Feb 14 12:46:28 UTC 2017 - jdsn@suse.de

- Update to version 2.46
  + See https://jenkins.io/changelog/#v2.46 for details

-------------------------------------------------------------------
Thu Feb  2 14:25:16 UTC 2017 - jdsn@suse.de

- Update to version 2.44
  + See https://jenkins.io/changelog/#v2.44 for details

-------------------------------------------------------------------
Mon Jan 30 12:24:53 UTC 2017 - jdsn@suse.de

- Update to version 2.43
  + See https://jenkins.io/changelog/#v2.43 for details

-------------------------------------------------------------------
Tue Jan 24 09:14:27 UTC 2017 - jdsn@suse.de

- Update to version 2.42
  + See https://jenkins.io/changelog/#v2.42 for details

-------------------------------------------------------------------
Tue Jan 17 15:21:05 UTC 2017 - jdsn@suse.de

- Update to version 2.41
  + See https://jenkins.io/changelog/#v2.41 for details

-------------------------------------------------------------------
Mon Jan  9 13:21:22 UTC 2017 - jdsn@suse.de

- Update to version 2.40
  + See https://jenkins.io/changelog/#v2.40 for details

-------------------------------------------------------------------
Tue Dec  6 12:18:38 UTC 2016 - jdsn@suse.de

- Update to version 2.35
  + See https://jenkins.io/changelog/#v2.35 for details

-------------------------------------------------------------------
Mon Nov 28 16:05:27 UTC 2016 - jdsn@suse.de

- Update to version 2.34
  + See https://jenkins.io/changelog/#v2.34 for details

-------------------------------------------------------------------
Wed Nov 23 15:47:22 UTC 2016 - jdsn@suse.de

- Update to version 2.33
  + See https://jenkins.io/changelog/#v2.33 for details

-------------------------------------------------------------------
Mon Nov 14 15:50:05 UTC 2016 - jdsn@suse.de

- Update to version 2.31
  + See https://jenkins.io/changelog/#v2.31 for details

-------------------------------------------------------------------
Tue Nov  8 15:13:24 UTC 2016 - jdsn@suse.de

- Update to version 2.30
  + See https://jenkins.io/changelog/#v2.30 for details

-------------------------------------------------------------------
Wed Nov  2 16:32:09 UTC 2016 - jdsn@suse.de

- Update to version 2.28
  + See https://jenkins.io/changelog/#v2.28 for details

-------------------------------------------------------------------
Mon Oct 24 11:43:18 UTC 2016 - jdsn@suse.de

- Update to version 2.27
  + See https://jenkins.io/changelog/#v2.27 for details

-------------------------------------------------------------------
Mon Oct 17 13:52:03 UTC 2016 - jdsn@suse.de

- Update to version 2.26
  + See https://jenkins.io/changelog/#v2.26 for details

-------------------------------------------------------------------
Fri Oct 14 08:38:03 UTC 2016 - jdsn@suse.de

- Update to version 2.25
  + See https://jenkins.io/changelog/#v2.25 for details

-------------------------------------------------------------------
Tue Oct  4 09:07:32 UTC 2016 - jdsn@suse.de

- Update to version 2.24
  + See https://jenkins.io/changelog/#v2.24 for details

-------------------------------------------------------------------
Wed Sep 21 09:19:41 UTC 2016 - jdsn@suse.de

- Update to version 2.23
  + See https://jenkins.io/changelog/#v2.23 for details

-------------------------------------------------------------------
Tue Sep 13 09:00:39 UTC 2016 - jdsn@suse.de

- Update to version 2.22
  + See https://jenkins.io/changelog/#v2.22 for details

-------------------------------------------------------------------
Mon Sep  5 10:05:46 UTC 2016 - jdsn@suse.de

- Update to version 2.21
  + See https://jenkins.io/changelog/#v2.21 for details

-------------------------------------------------------------------
Wed Aug 31 11:50:23 UTC 2016 - jdsn@suse.de

- Update to version 2.20
  + See https://jenkins.io/changelog/#v2.20 for details

-------------------------------------------------------------------
Thu Aug 25 08:05:09 UTC 2016 - jdsn@suse.de

- Update to version 2.19
  + See https://jenkins.io/changelog/#v2.19 for details

-------------------------------------------------------------------
Mon Jul 25 08:36:16 UTC 2016 - jdsn@suse.de

- Update to version 2.15
  + See https://jenkins.io/changelog/#v2.15 for details

-------------------------------------------------------------------
Thu Jul 21 13:57:27 UTC 2016 - jdsn@suse.de

- Support to set the ulimit for jenkins via sysconfig file for
  busy jenkins instances

-------------------------------------------------------------------
Tue Jul 19 08:49:25 UTC 2016 - jdsn@suse.de

- Update to version 2.14
  + See https://jenkins.io/changelog/#v2.14 for details

-------------------------------------------------------------------
Mon Jul 11 13:22:09 UTC 2016 - jdsn@suse.de

- Update to version 2.13
  + See https://jenkins.io/changelog/#v2.13 for details

-------------------------------------------------------------------
Fri Jul  8 15:20:04 UTC 2016 - jdsn@suse.de

- Update to version 2.12
  + See https://jenkins.io/changelog/#v2.12 for details

-------------------------------------------------------------------
Tue Jun 28 08:55:29 UTC 2016 - jdsn@suse.de

- Update to version 2.11
  + See https://jenkins.io/changelog/#v2.11 for details

-------------------------------------------------------------------
Mon Jun 20 13:13:58 UTC 2016 - jdsn@suse.de

- Update to version 2.10
  + See https://jenkins.io/changelog/#v2.10 for details

-------------------------------------------------------------------
Wed May 25 09:19:40 UTC 2016 - jdsn@suse.de

- Update to version 2.6
  + See https://jenkins.io/changelog/#v2.6 for details

-------------------------------------------------------------------
Thu May 19 11:14:41 UTC 2016 - jdsn@suse.de

- Update to version 2.5
  + See https://jenkins.io/changelog/#v2.5 for details

-------------------------------------------------------------------
Tue May 17 11:36:51 UTC 2016 - jdsn@suse.de

- Update to version 2.4
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Thu May 12 13:39:13 UTC 2016 - jdsn@suse.de

- Update to version 2.3
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Tue May 10 12:53:36 UTC 2016 - jdsn@suse.de

- Update to version 2.2
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon May  2 10:59:33 UTC 2016 - jdsn@suse.de

- Update to version 2.1
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Thu Apr 28 12:51:00 UTC 2016 - jdsn@suse.de

- Adapt init script to 2.0
  drop unsupported options to prevent failure on startup

-------------------------------------------------------------------
Thu Apr 21 14:12:02 UTC 2016 - jdsn@suse.de

- Update to version 2.0
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Thu Apr  7 13:05:14 UTC 2016 - jdsn@suse.de

- Update to version 1.656
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Tue Mar 22 16:03:07 UTC 2016 - jdsn@suse.de

- Update to version 1.654
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  7 17:13:29 UTC 2016 - jdsn@suse.de

- Update to version 1.652
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Thu Mar  3 15:13:09 UTC 2016 - jdsn@suse.de

- Update to version 1.651
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Fri Feb 26 11:13:09 UTC 2016 - jdsn@suse.de

- Update to version 1.650
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 22 14:19:14 UTC 2016 - jdsn@suse.de

- Update to version 1.649
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb  8 12:39:40 UTC 2016 - jdsn@suse.de

- Update to version 1.647
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Tue Jan 26 13:27:37 UTC 2016 - jdsn@suse.de

- Update to version 1.646
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Wed Jan 20 16:55:08 UTC 2016 - jdsn@suse.de

- Update to version 1.645
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Fri Jan 15 14:04:05 UTC 2016 - jdsn@suse.de

- Update to version 1.644
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Fri Jan  8 12:46:31 UTC 2016 - jdsn@suse.de

- Update to version 1.643
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Fri Dec 18 06:55:42 UTC 2015 - torbjoern.k@googlemail.com

- Update to version 1.642
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Wed Dec  9 09:06:41 UTC 2015 - jdsn@suse.de

- Update to version 1.640
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Wed Dec  2 08:12:27 UTC 2015 - jdsn@suse.de

- Update to version 1.639
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Wed Nov 11 14:29:31 UTC 2015 - jdsn@suse.de

- Update to version 1.638
  + Fix for remote code execution exploit
    https://github.com/jenkinsci-cert/SECURITY-218
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Nov  2 13:37:23 UTC 2015 - jdsn@suse.de

- Update to version 1.636
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Fri Oct 30 14:43:46 UTC 2015 - jdsn@suse.de

- Update to version 1.635
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Oct 19 11:22:59 UTC 2015 - jdsn@suse.de

- Update to version 1.634
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Fri Oct 16 13:39:13 UTC 2015 - jdsn@suse.de

- Update to version 1.633
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Fri Oct  9 08:26:35 UTC 2015 - jdsn@suse.de

- Update to version 1.632
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Fri Oct  2 08:36:46 UTC 2015 - jdsn@suse.de

- Update to version 1.631
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Fri Sep 25 09:24:01 UTC 2015 - jdsn@suse.de

- Update to version 1.630
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Tue Sep 15 14:41:12 UTC 2015 - jdsn@suse.de

- Update to version 1.629
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Aug 10 09:51:51 UTC 2015 - jdsn@suse.de

 Update to version 1.624
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Tue Jun 30 15:23:54 UTC 2015 - jdsn@suse.de

- Update to version 1.618
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Tue Jun  9 14:33:27 UTC 2015 - jdsn@suse.de

- Update to version 1.617
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Tue May 19 10:47:04 UTC 2015 - jdsn@suse.de

- Update to version 1.614
  + See http://jenkins-ci.org/changelog for details
- Dropped Support for Java 1.6, requires Java 1.7 now

-------------------------------------------------------------------
Wed May 13 15:13:09 UTC 2015 - jdsn@suse.de

- Update to version 1.613
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Fri May  8 15:51:11 UTC 2015 - jdsn@suse.de

- Update to version 1.612
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Wed Apr 29 11:57:49 UTC 2015 - jdsn@suse.de

- Update to version 1.611
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Wed Apr 22 09:13:33 UTC 2015 - jdsn@suse.de

- Update to version 1.610
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Wed Apr 15 09:14:54 UTC 2015 - jdsn@suse.de

- Update to version 1.609
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Wed Mar 25 14:01:41 UTC 2015 - jdsn@suse.de

- Update to version 1.606
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 23 14:47:06 UTC 2015 - jdsn@suse.de

- Update to version 1.599
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb  9 10:16:50 UTC 2015 - jdsn@suse.de

- Update to version 1.598
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Dec 15 12:54:46 UTC 2014 - jdsn@suse.de

- Update to version 1.594
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Thu Oct  2 11:32:39 UTC 2014 - jdsn@suse.de

- Update to version 1.583 due to security vulnerabilities
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Wed Aug 27 20:44:21 UTC 2014 - cobexer@gmail.com

- Update to version 1.577:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Jun 23 23:40:42 UTC 2014 - speilicke@suse.com

- Update to version 1.569:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Jun 16 23:40:37 UTC 2014 - speilicke@suse.com

- Update to version 1.568:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Jun  9 23:40:14 UTC 2014 - speilicke@suse.com

- Update to version 1.567:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Jun  2 23:40:20 UTC 2014 - speilicke@suse.com

- Update to version 1.566:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Tue May 27 23:40:15 UTC 2014 - speilicke@suse.com

- Update to version 1.565:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Tue May 20 23:40:14 UTC 2014 - speilicke@suse.com

- Update to version 1.564:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon May 12 23:40:13 UTC 2014 - speilicke@suse.com

- Update to version 1.563:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Sun May  4 23:41:33 UTC 2014 - speilicke@suse.com

- Update to version 1.562:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Apr 28 23:40:17 UTC 2014 - speilicke@suse.com

- Update to version 1.561:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Apr 21 23:40:14 UTC 2014 - speilicke@suse.com

- Update to version 1.560:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Apr 14 23:40:33 UTC 2014 - speilicke@suse.com

- Update to version 1.559:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Apr  7 23:40:11 UTC 2014 - speilicke@suse.com

- Update to version 1.558:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 31 23:40:15 UTC 2014 - speilicke@suse.com

- Update to version 1.557:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 31 09:38:41 UTC 2014 - speilicke@suse.com

- Update to version 1.556:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 17 17:00:16 UTC 2014 - speilicke@suse.com

- Update to version 1.555:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 18:53:25 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 18:52:38 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 18:51:37 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 18:51:35 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 18:51:16 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 10:33:20 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 10:31:50 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 10:30:47 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 10:28:39 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 10:22:18 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 10:20:16 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 10:14:36 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 10:14:20 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 10:11:26 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 10:08:27 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 10:06:20 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 10:05:55 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:54:24 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:52:42 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:43:35 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:42:08 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:40:39 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:37:26 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:34:37 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:34:11 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:31:34 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:30:35 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:15:34 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:14:36 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:11:27 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:10:43 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:08:41 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:07:35 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:05:48 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:04:43 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:02:20 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:01:45 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 09:01:15 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:59:15 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:55:31 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:53:17 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:51:37 UTC 2014 - speilicke@suse.com

- Update to version 1.554:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:46:56 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:45:12 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:43:39 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:42:14 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:37:26 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:36:45 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:34:34 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:33:04 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:28:58 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:28:08 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:25:40 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:25:09 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:24:11 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:22:44 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:22:24 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:16:23 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:14:32 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:12:27 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar 10 08:11:18 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:28:29 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:28:01 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:20:29 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:19:31 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:10:13 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:09:51 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:07:31 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:06:18 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:04:24 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:04:14 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:03:09 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:01:06 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 10:00:42 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:58:25 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:56:44 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:46:15 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:44:10 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:40:37 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:39:27 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:35:39 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:34:39 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:34:30 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:31:19 UTC 2014 - speilicke@suse.com

- Update to version 1.553:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:31:04 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:31:00 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:27:25 UTC 2014 - speilicke@suse.com

- Update to version 1.552:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:24:00 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:17:33 UTC 2014 - speilicke@suse.com

- Update to version 1.552:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:16:21 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:15:03 UTC 2014 - speilicke@suse.com

- Update to version 1.552:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:13:17 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:10:37 UTC 2014 - speilicke@suse.com

- Update to version 1.552:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:08:42 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:07:48 UTC 2014 - speilicke@suse.com

- Update to version 1.552:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Mar  3 09:04:15 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Sun Mar  2 23:00:20 UTC 2014 - speilicke@suse.com

- Update to version 1.552:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:41:13 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:40:30 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:35:27 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:34:41 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:29:32 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:28:40 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:27:28 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:26:22 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:25:18 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:25:14 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:23:32 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:20:32 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:19:12 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:15:24 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:14:35 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:13:40 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:12:56 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:11:23 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:08:53 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:01:26 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 10:00:32 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 09:53:23 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 09:50:35 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 09:40:22 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 09:36:55 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 09:32:34 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 09:32:07 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 09:14:54 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 09:13:15 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 09:04:01 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 09:02:30 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 09:00:18 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:59:04 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:54:59 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:53:15 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:50:21 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:47:15 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:43:15 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:42:44 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:40:21 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:37:42 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:31:27 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:29:41 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:28:38 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:27:59 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:26:25 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Mon Feb 24 08:25:32 UTC 2014 - speilicke@suse.com

- Update to version :
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Wed Feb 19 08:50:46 UTC 2014 - speilicke@suse.com

- Update to version 1.551:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Wed Feb 12 09:51:38 UTC 2014 - speilicke@suse.com

- Update to version 1.550:
  + See http://jenkins-ci.org/changelog for details

-------------------------------------------------------------------
Tue Jan 28 09:20:54 UTC 2014 - speilicke@suse.com

- Update to version 1.549:
  + See http://jenkins-ci.org/changelog

-------------------------------------------------------------------
Tue Jan  7 09:46:41 UTC 2014 - speilicke@suse.com

- Update to version 1.546:
  + See http://jenkins-ci.org/changelog

-------------------------------------------------------------------
Wed Dec 18 09:57:41 UTC 2013 - speilicke@suse.com

- Update to version 1.544:
  + See http://jenkins-ci.org/changelog

-------------------------------------------------------------------
Wed Nov 27 12:57:31 UTC 2013 - speilicke@suse.com

- Update to version 1.541:
  + See http://jenkins-ci.org/changelog

-------------------------------------------------------------------
Mon Nov 18 09:59:37 UTC 2013 - speilicke@suse.com

- Update to version 1.539:
  + Core started relying on Java6 API, completing Java5 -> Java6 migration. (discussion)
  + Adding a batch of contributed localization from the community.
- Changes from version 1.538:
  + Disabled, aborted, and not-build status now has different image names to allow themes to use different icons. (issue 19438)
  + Ask for confirmation if an user tries to leave an edited configuration page. (issue 19835)
  + Test failure summary appearance is improved. (issue 19884)
  + Added CLI commands that manipulate views (issue 19996)
  + Improved the /cli help screen. (issue 20023)
  + Polling-triggered jobs get scheduled en-mass on start-up if slaves aren't online yet. (issue 8408)
  + Fixed the handling of nested variable expansion. (issue 20280)
  + NPE thrown from CLI build command under some circumstances. (pull request 979)
  + Fixed a bug in the compatibility transformer (since 1.527) that causes VerifyError in Ivy plugin and possibly others. (issue 19383)
  + Pass full list of all possible jobs to ViewJobFilter when recurse option is set (issue 20143)
  + get-job and update-job CLI commands can now work with folders, or indeed any AbstractItem. (issue 20236)
  + Added API allowing plugins to hide entries from the context menu even while they appear in the sidepanel. (issue 19173)
- See http://jenkins-ci.org/changelog for intermediate releases

-------------------------------------------------------------------
Thu Oct 10 08:54:37 UTC 2013 - speilicke@suse.com

- Update to version 1.534:
  + Default crumb issuer configurations saved in older releases did not load as of Jenkins 1.531. (issue 19613)
  + As of 1.532 download of artifact ZIPs was broken. (issue 19752)
  + Old copies of maven3-agent.jar on slaves were not being reliably updated, leading to errors. (issue 19251)
  + Add option to disable "Remember me on this computer" checkbox in login screen. (issue 15757)
  + Added postCheckout method for SCMs (issue 19740)
- Changes from version 1.533:
  + Offer alternate error message for pattern-based project naming strategy. (pull request 914)
- Changes from version 1.532:
  + Working around a GZip compression bug in jzlib affecting transfer of certain large, repetitive artifacts. (issue 19473)
  + Lazy-loading bug: builds go missing. (issue 19418)
  + (re)create build number->id symlink if missing when updating permalink. (issue 19034)
  + Display the full display name in title for jobs and views. (pull request 884)
  + Added a new extension point to control where archived artifacts get stored. (issue 17236)
  + Use fine-grained permissions for node manipulation via REST API & CLI (issue 18485)
  + Make the link to the aggregated test result from the project page work. (issue 9637)

-------------------------------------------------------------------
Wed Sep 18 13:28:02 UTC 2013 - speilicke@suse.com

- Update to version 1.531:
  + Deleting an external run did not immediately remove it from build list, leading to errors from log rotation. (issue 19377)
  + When copying a directory from master to slave fails due to an error on the slave, properly report it. (issue 9540)
  + Identify user agent for Internet Explorer 11. (issue 19171)
  + Since 1.518, fingerprint serialization broke when job or file names contained XML special characters like ampersands. (issue 18337)
  + Robustness against truncated fingerprint files. (issue 19515)
  + JavaScript error in the checkUrl computation shouldn't break the job configuration page. (issue 19457)
  + Annotate the Advanced section if some fields are already customized. (issue 3107)
  + No events fired when project is enable/disable or the description is changed (issue 17108)
- Changes from version 1.530:
  + Send Maven agent JARs to slaves on demand, not unconditionally upon connection. (issue 16261)
  + Occasional race condition during startup. (issue 18775)
  + Robustness against startup error for users of Global Build Stats plugin. (issue 17248)
  + 404s from Javadoc and HTML Publisher plugins. (issue 19168)
  + Build number symlinks and permalinks not updated for Maven module builds. (issue 18846)
- Changes from version 1.529:
  + With Apache Maven 3.1 build, logging configuration from the Apache Maven distribution is not used.
  + Avoid log duplication with Apache Maven 3.1 builds
  + Ungraceful handling of empty matrix project axes. (issue 19135)
  + Updated Groovy to 1.8.9 to avoid GROOVY-4292.
  + CLI login command broken on Windows since 1.518. (issue 19192)
  + A malformed JUnit result file should mark that test suite as a failure, but not interrupt archiving of other tests. (issue 19186)
  + Build for $username now shows also build scheduled by user (issue 16178)
- Changes from version 1.5.28:
  + Command line now supports "--sessionTimeout" option for controlling session timeout
  + Form validation methods weren't getting triggered when one of its dependency controls change. (issue 19124)
  + When POST is required for some HTTP operation but GET was used, the response should have status code 405. (issue 16918)
  + Correct help text of Label field in automatic installation of tools in global configuration. (issue 19091)
  + Use Guice from Google rather than a fork
  + Jenkins does not invoke ProcessKillers for Windows (issue 19156)
- Changes from version 1.5.27:
  + Fixed NoSuchFieldError: triggers with older Maven plugin (issue 18677)
  + Added bytecode transformation driven compatibility ensurance mechanism (discussion)
  + Improve search to locate items inside folders. (pull request 848) (pull request 893)
  + Windows path separators not correctly escaped in Maven properties configuration. (issue 10539)
  + Improved EnvironmentContributor to support project-level insertion. (issue 19042)
- Don't use "startproc -l", log to stdout instead. Otherwise, "systemctl status" is useless
- Drop JENKINS_JAVA_HOME, this only confused checkproc because the java binary was different
  to what /etc/profile.d/alljava.sh proclaimed. Always consistently use /usr/bin/java
- Drop JENKINS_INIT_SHELL, JENKINS_HOME, JENKINS_USER, JENKINS_LOG_DIR. Letting users mess with these
  only asks for trouble

-------------------------------------------------------------------
Tue Aug  6 07:21:58 UTC 2013 - speilicke@suse.com

- Update to version 1.526:
  + Improved EnvironmentContributor to support project-level insertion. (issue 19042)
  + Report an user friendly error page if a deletion of a build fails. (pull request 827)
  + Maven build failure wasn't describing errors like Maven CLI does. (issue 15025)
  + MavenModuleSetBuild.getResult is expensive. (issue 18895)
  + Revisited fix to be compatible for plugins. (issue 18119)
  + Ensuring /log/all shows only INFO and above messages, even if custom loggers display FINE or below. (issue 18959)
  + Added a new monitor that detects and fixse out-of-order builds records. (issue 18289)
- Check upstream changelog for details about intermediate releases:
  + https://jenkins-ci.org/changelog

-------------------------------------------------------------------
Tue Jun 18 06:54:06 UTC 2013 - speilicke@suse.com

- Set some useful JENKINS_JAVA_OPTIONS

-------------------------------------------------------------------
Wed Jun 12 08:10:14 UTC 2013 - speilicke@suse.com

- Update to version 1.518 (bnc#824154, bnc#843683, bnc#843684):
  + NPE in DefaultMatrixExecutionStrategyImpl.waitForCompletion. (issue 18024)
  + Optimizations in fingerprint recording. (issue 16301)
  + Using JNR-POSIX rather than JNA-POSIX for better platform support. (issue 14351)
  + Errors searching build records when builds were misordered. (issue 15652)
  + Finding the last failed build for a job (e.g. from a view column) broke lazy loading. (issue 16023)
  + Do not fail startup in case ListView.includeRegex was syntactically malformed.
  + CSS stylesheets misrendered in Chrome due to caching. (issue 17684)
  + User icon in People broken if Jenkins root URL unconfigured. (issue 18118)
  + Progress bar sometimes broken in People. (issue 18119)
- See https://jenkins-ci.org/changelog for in-between releases

-------------------------------------------------------------------
Fri Apr 26 09:35:27 UTC 2013 - speilicke@suse.com

- Update to version 1.512:
  * Views can now include jobs located within folders. (pull 757)
  * Added confirmation dialog before reloading configuration from disk. (issue 15340)
  * Switched confirmation before deleting jobs or wiping out workspace to a dialog.
  * Different text than “Build Now” for parameterized jobs. (issue 10738)
  * Check the view name with ajax.
  * “Build Now” context menu item broken for parameterized jobs. (issue 17110)
  * Incorrect redirection after delete of job in folder in view. (issue 17575)
  * ”My Views" links leads to 404 Not Found. (issue 17317)
  * Quoting Issue with JDK Installer with Windows Installer. (issue 5408)
  * Restored compatibility in ArtifactArchiver signature; broken in 1.509 and could affect plugins. (issue 17637)
  * Fixed a bug in the logic that hides context menu anchor 'v' (issue 13995)
- Changes from version 1.511:
  + JUnit result archiver should only fail builds if there are really no results - i.e. also no skipped tests. (issue 7970)
  + NullPointerException related to lazy loading when loading some builds using fingerprinting. (issue 16845)
  + Better display of parameters in queue items. (issue 17454)
  + sort order of plugin list is not working by default. (issue 17039)

-------------------------------------------------------------------
Sun Apr  7 09:27:12 UTC 2013 - douglarek@outlook.com

- Updated to version 1.510:
  + UnsatisfiedLinkError on CreateSymbolicLinkw on Windows XP. (issue 17343)
  + Flyweight tasks should execute on the master if there's no static executors available. (issue 7291)
  + Download tool installations directly from the slave when possible, since this is much faster than going through the master. (issue 17330)
  + Improved UI for implicitly locked builds. (issue 10197)
  + Promote the use of 'H' in cron. (issue 17311)
  + Context menu no longer automatically pops up (issue 13995)
- Changes from version 1.509:
  + Heavy thread congestion saving fingerprints. (issue 13154)
  + Option to make the build not fail if there is nothing to archive. (issue 10502)
  + Better report file deletion failures. (issue 17271)
  + "Local to the workspace" repository locator does not work when building one module in isolation. (issue 17331)
  + Master node mode not correctly displayed in /computer/(master)/configure. (issue 17263)
  + Performance improvement in master/slave communication throughput (issue 7813)
  + Quoted label expression can result into dead executors (throwing exception) (issue 17128)
  + ChangeLog should produce some output even if some (plugin) annotator fails (issue 17084)
  + View name should not allow "..". (issue 16608)
- Changes from version 1.508:
  + Fixing a regression in 1.507 that causes a failure to load matrix jobs. (issue 17337)
- Changes from version 1.507:
  + Show the reason for a skipped test if the test result contains one (issue 8713)
  + an in-progress build was dropped from JSON API when lazy-loading was introduced. (issue 15583)
  + In-progress builds now survive the "reload from disk" administrator action. (issue 3265)
  + If artifact archiving failed with an I/O error, the build nonetheless was considered to be a success. (issue 2058)
  + Fixed a bad interaction between Windows symlinks and build record lazy loading. (issue 15587)
  + Remember the lastStable/Failed/Successful/etc builds to avoid eager loading builds. (issue 16089)
  + Wrong build result in post build steps after failed pre build step in maven projects. (issue 17177)

-------------------------------------------------------------------
Wed Mar 20 08:59:33 UTC 2013 - speilicke@suse.com

- Use /var/log/jenkins for all log-files

-------------------------------------------------------------------
Tue Mar 19 10:15:14 UTC 2013 - speilicke@suse.com

- Update to version 1.506:
  + Saving Global Jenkins Global Config wipes out the crumb issuer settings in the Global Security Config. (issue 17087)
  + Made --httpKeepAliveTimeout option work (that was supposed to have been introduced in 1.503). (issue 16474)
  + Preview function for textareas using Jenkins markup did not work when CSRF protection was enabled. (issue 17085)
  + Permalinks created in the wrong place when using external build directories. (issue 17137)
  + External build directories not updated by job rename/delete. (issue 17138)
  + JNA-related error from Windows slave monitoring thrown repeatedly. (issue 15796)
  + Improved the request handling performance (where the file lookup is expensive, such as on NFS). (issue 16606)
  + Windows symbolic support on Java5/6.
  + Improved the duration browsers cache static resources.

-------------------------------------------------------------------
Mon Mar 11 15:08:51 UTC 2013 - speilicke@suse.com

- Update to version 1.505:
  + Exception in flyweight tasks when checking if an executor is interrupted. (issue 17025)
  + JNA-related linkage errors on Windows not handled gracefully. (issue 15466)
  + Added run display name as an environment variable when RunParameter is used (pull 720)
  + Fixed "Manage" sub-contextmenu for non-standalone deployments (pull 721)
  + Absolute URLs in console output (issue 16368)
  + Revert ampersand encoding which can cause backward incompatibility issue (pull 683)
  + Fix dependency graph computation when upstream build trigger is involved (issue 13502)
  + Disabled Authenticode verification for Windows services. (issue 15596)
- Changes from version 1.504:
  + Fixed a regression in the "discard old builds" in 1.503. (issue 16979)
  + Maven 3.0.5 upgrade. (issue 16965)
  + Not all log messages were being captured at /log/all. (issue 16952)
  + Incorrect or missing XML encoding declaration on some REST API pages. (issue 16881)
  + Fixed: Human readable file size method returns ",00" for files with byte length 0 (issue 16630)
  + “Build” from job context menu produced a confusing warning page. (issue 16844)
  + Maven2 builds with non-standard test plugins failed. (issue 16928)
  + Started bundling XStream 1.4.4 (issue 12542)
  + Significant improvement in Traditional Chinese localizations. (pull 716)
- Updated init script accordingly

-------------------------------------------------------------------
Wed Feb 27 10:22:24 UTC 2013 - saschpe@suse.de

- Update to version 1.503:
  + ${ITEM_FULLNAME} variable was not working for Maven projects on Windows, so introduced ${ITEM_FULL_NAME} instead. (issue 12251)
  + Lock contention issue in build history view. (issue 16831)
  + Fixed the HTTP request thread saturation problem with Winstone. (issue 16474)
  + Script evaluation script error on IE. (issue 16561)
  + surefire-reports not detected for android-maven-plugin (issue 16776)
  + maven-failsafe-plugin tests not recognized anymore (issue 16696)
  + UI waiting on a queue lock to display cause of queue blockage. (issue 16833)
  + UpdateCenter REST API chokes if there was a plugin installation failure. (issue 16836)
  + Missing build title in /rssAll when build has no test result. (issue 16770)
  + Changed the way matrix axis values are exposed as env variables (issue 11577)
  + Maven 3 builds ignored quiet (-q) and debug (-X) options (issue 16843)
  + JNLP slave installers can now work transparently with secured Jenkins. (SECURITY-54 / despite the ticket marker, this is not a security vulnerability)
  + "Discard old build records" behavior is now pluggable, allowing plugins to define custom logic.
- Changes from version 1.502 (bnc#859230):
  + Miscellaneous security vulnerability fixes. See the advisory for more details. (SECURITY-13,16,46,47,54,55,59,60,61)
  + Builds disappear from build history after completion. (issue 15156)
  + Plugin Manager’s Filter field did not work. Regression in 1.500. (issue 16651)
  + DISCOVER-able jobs break the build queue widget (issue 16682)
  + Extension point to provide access to workspace even when node is offline (issue 16454)
  + Extension point to listen BuildStep execution

-------------------------------------------------------------------
Sat Feb 16 04:04:13 UTC 2013 - douglarek@outlook.com

- Updated to version 1.501:
  + major bug fix
    * Reverted change in 1.500 causing serious regression in HTTPS reverse proxy setups. (issue #16368)
    * Getting test results from custom test mojos failed build. (issue #16573)
    * Restored Java 5 compatibility. (issue #16554)
    * Broadly as well as deeply nested build causes overwhelmed the UI after 1.482. (issue #15747)
  + bug fix
    * Bogus “Build Record Root Directory” inadequately diagnosed. (issue #16457)
    * Plugin icons in the sidebar were not being properly cached. (issue #16530)
    * API typo DependecyDeclarer corrected.
    * Avoid eagerly loading builds in Changes in dependency or culprit list. (pull #689)
    * Run parameters do not support folders. (issue #16462)
    * Fixed RememberMe cookie signature generation. (issue #16278)
    * Fixed NullPointerException when copying from existing Maven job (issue #16499)

-------------------------------------------------------------------
Tue Jan 29 08:49:32 UTC 2013 - douglarek@outlook.com

- Updated to version 1.500:
  + bug fix
    * Since 1.494, when signing up as a new user in the private security realm the email address was left unconfigured and a stack trace printed.
    * Slow rendering of view pages in large installations due to eager check whether the “People” link would show anything.(issue #16244)
    * Reduced size of memory leak in render-on-demand functionality used e.g. in configuration pages. (issue #16341)
    * Improving responsiveness of People page. (issue 16342) (issue #16397)
    * Exception printed to log while adding Build other projects post-build step. (issue #16444)
    * BindException when using --daemon with JMX. (issue #14529)
    * Improved logging and error output from SSHD in Jenkins.
    * JNLP slave index page failed to explain how to pass -jnlpCredentials. (issue #16273)
    * Links should preserve used protocol (issue #16368)
    * Don't report the same plugin twice in the update center if the filtering is in effect.
    * Accept any plugin with a 'test' goal as a test plugin in Maven jobs (issue #8334)
  + major bug fix
    * Rekeying operation (from SECURITY-49 fix in 1.498) failed on Windows. (issue #16319)
  + enhancement
    * Enable transparent log decompression support. (issue #13655)
    * Display authorities at /user/* for convenience. (pull #577)
    * Linking to the /threadDump page from /systemInfo so it is discoverable.
    * Avoid unnecessary downloads if automatically installed tools are up-to-date (issue #16215)

-------------------------------------------------------------------
Thu Jan 17 04:49:14 UTC 2013 - douglarek@outlook.com

- Updated to version 1.499:

  + bug fix
    * Fixed NoClassDefFoundError: Base64 with the -jnlpCredentials option. (issue 9679)

-------------------------------------------------------------------
Tue Jan  8 07:16:27 UTC 2013 - douglarek@outlook.com

- Updated to version 1.498:
  + major bug fix
    * The master key that was protecting all the sensitive data in $JENKINS_HOME was vulnerable. (SECURITY-49)

-------------------------------------------------------------------
Mon Jan  7 02:18:54 UTC 2013 - douglarek@outlook.com

- Updated to version 1.497:
  + bug fix
    * Delete the oldest build but it still come up on HistoryWidget (issue 16194)

-------------------------------------------------------------------
Mon Jan  7 02:09:55 UTC 2013 - douglarek@outlook.com

- Updated to version 1.496:
  + bug fix
    * Aborting download of workspace files make Jenkins unstable (issue 7114)
    * Unstable main build of maven projects leads to post steps being executed even if configured not to (issue 14102)
    * Channel is already closed exception during threadDump (issue 16193)


-------------------------------------------------------------------
Fri Dec 28 08:56:32 UTC 2012 - douglarek@outlook.com

- Updated to version 1.495:
  + bug fix
    * Fixed java.lang.NoSuchMethodError: hudson.model.RunMap.put(Lhudson/model/Run;)Lhudson/model/Run; (issue 15487)
    * Saving the update center list after the metadata has been fetched results in the metadata being persisted twice (issue 15889)
  + enhancement
    * When using container-managed security, display unprotected root actions in the configuration screen for convenience.
    * Display class loading statistics in /computer/name/systemInfo.
    * Added list-plugins CLI command.
    * Added console CLI command that dumps console output from a build.

-------------------------------------------------------------------
Tue Dec 18 06:58:55 UTC 2012 - douglarek@outlook.com

- Updated to version 1.494:
  + bug fix
    * Using file parameters could cause build records to not load. (issue 13536)
    * Possible race condition in RemoteClassLoader renders slave unusable. (issue 6604)
    * If the CLI client is aborted during "build -s", abort the build.
    * WARNING: Caught exception evaluating: descriptor.getHelpFile(attrs.field).
      Reason: java.lang.NullPointerException. (issue 15940)
    * Context menu and tooltip of the queue items were colliding with each other
    * Fix combobox ui component (issue 16069)
  + enhancement
    * Allows to disable triggering of downstream jobs (for a maven job) (issue 1295)
    * E-mail delivery feature was split off to a separate plugin for better modularity. (pull 629)

-------------------------------------------------------------------
Mon Dec 10 02:43:43 UTC 2012 - douglarek@outlook.com

- Updated to version 1.493:
  + bug fix
    * Slave's Name should be trimmed of spaces at the beginning and end of
      the Name on Save. (issue 15836)
  + enhancement
    * Added new switch to ignore post-commit hooks in SCM polling triggers.
      This requires that the SCM plugin supports this feature, too! (issue 6846)

-------------------------------------------------------------------
Tue Nov 27 02:09:26 UTC 2012 - douglarek@outlook.com

- Updated to version 1.492:
  + major bug fix
    * Displaying massive test suite results could bring down Jenkins. (issue 15818)
    * Jenkins kicks off the wrong downstream builds for Maven. (issue 15367)
  + bug fix
    * Build records were broken if timezone was changed while running. (issue 15816)
    * Symlink detection refinement on Java 7. (issue 13202)
    * Rotation of slave agent launch logs is broken for Windows masters. (issue 15408)
    * Failure to initialie the SSH daemon shouldn't fail the boot.
    * Duplicated / multiple "Jenkins CLI" entries under "Manage Jenkins". (issue 15732)
    * Maven2 job fails when using maven-failsafe-plugin (issue 15865)
    * "Disable Project" button breaks Free style project pages. (issue 15887)
  + enhancement
    * XStream form of projects excessively strict about null fields. (issue 15817)
    * Added new GUI-based slave installer for upstart

-------------------------------------------------------------------
Thu Nov 22 06:55:44 UTC 2012 - douglarek@outlook.com

- Updated to version 1.491:
  + major bug fix
    * HistoryWidget/entry.jelly throws NullPointerException (issue 15499)
    * ArrayIndexOutOfBoundsException or StringIndexOutOfBoundsException
      launching processes such as Mercurial polling. (Regression in 1.489.) (issue 15733)
  + bug fix
    * Fixed an XSS and a few open-redirect problems.
    * file-provider is installed, this change requires an update of the config-file-provider
      to >= 2.3) (issue 14914)
  + enhancement
    * Support failsafe the same way as surefire in maven2 jobs.
    * Support settings.xml provider for freestyle maven buildstep too
      Invert dependency of maven-plugin and config-file-provider plugin.
- Fix a jenkins.init bug
    + when JENKINS_HOME changed in /etc/sysconfig/jenkins, Jenkins will fail to start.

-------------------------------------------------------------------
Thu Nov 15 02:33:46 UTC 2012 - douglarek@outlook.com

- Updated to version 1.490:
  + bug fix
    * Fixed the redirect handling in IPv6 literal address. (issue 14452)
    * Update logging levels in LogRotator - hudson.tasks.LogRotator perform (issue 15540)
    * Jobs in folders not displayed when showing tied jobs for a computer or label. (issue 15666)
    * When installing plugins with overlapping dependencies, Jenkins downloads the duplicate plugins multiple times. (issue 10569)
  + enhancement
    * Disable Nagle's algorithm for TCP/IP slave connection

-------------------------------------------------------------------
Mon Nov  5 03:30:11 UTC 2012 - douglarek@outlook.com

- Updated to version 1.489:
   * JENKINS_HOME can be now on UNC path (like \\server\mount\dir) (issue 9615)
   * Deleting deeply nested directories could fail on Windows in Java 6. (issue 15418)
   * Improved the auto-completion of job names to support hierarchy better.

-------------------------------------------------------------------
Mon Oct 29 06:50:41 UTC 2012 - douglarek@outlook.com

- Updated to version 1.488:
  * Harmless but noisy exception running builds on some Windows systems in non-English locale. (issue 15316)

-------------------------------------------------------------------
Mon Jul  9 00:38:48 UTC 2012 - lwashington@netiq.com

- Updated to version 1.473:
  * Updating job config.xml shouldn't clobber in-progress builds.
    (issue 12318)
  * Search index includes all top-level jobs, not just jobs in the
    current view. (issue 13148)
  * Updated typo in Serbian translation. (issue 13695)

-------------------------------------------------------------------
Tue Jun 26 16:53:30 UTC 2012 - lwashington@netiq.com

- Updated to version 1.472:
  * Fixed a synchronization problem between master/slave data
    communication. (issue 11251)
  * Added a mechanism to filter extension points as they are
    discovered.
  * Exposed the master's own node properties to be configured in
   /computer/(master)/configure (whereas /configure controls
   global node properties that apply to all nodes.)
  * Made the list of environment variables in the help page
    pluggable (pull 434)
  * Added a new hook to enable matrix project axes to change its
    values per build. (pull 449)
- Changes from 1.471 (2012/06/18)
  * JSON MIME type should be "application/json" (STAPLER-17)
  * Fixed: XML API Logs Too Much Information When Invalid Char is
    Present (issue 13378)
  * Improved the way we store hashed passwords. (motivation)
  * Reduce the total height of items shown in the view configuration
    page. (pull 488)
  * The CLI build command now has the -v option that reports the
    console output of the build in progress.
  * The CLI build command can now wait until the start of the build.
- Changes from 1.470 (2012/06/13)
  * Problem in syncing mirrors with native packages. Re-releasing the
    same bits as 1.469 as 1.470.
- Changes from 1.469 (2012/06/11)
  * Fixed a regression in 1.468 that broke LDAP
- Changes from 1.468 (2012/06/11)
  * Added more MIME type mapping for Winstone. (issue 13496)
  * Winstone wasn't handling downloads bigger than 2GB. (issue 12854)
  * With 'on-demand' retention strategy, wrong slave can be started for
    jobs restricted to specific slave. (issue 13735)
  * Fixed encoding handling in e-mail headers. (pull 486)
  * Added a new extension point for custom checkout behaviour,
    especially targeted for matrix projects. (pull 482)
  * REST API now supports pretty printing of JSON and other formats.
  * Allow the tree parameter and the xpath parameter to be used
    together in the REST API.
  * Improved the background transparency of the animating ball icon
- Changes from 1.467 (2012/06/04)
  * When accessing a page that requires authentication, redirection to
    start authentication results in a content decoding failure.
    (issue 13625)
  * Fixed a bug in the way cloud support handles free-roaming jobs.
    (discussion)
  * Fixed a regression in untar operation in exotic platforms
    (issue 13202)
  * Fixed a possible race condition
  * Fixed nested view not showing up with just read perm for View
    (issue 13429)
  * Allow file parameters to be viewed as plain text. (issue 13640)
  * CLI connection to the master is now encrypted.
  * Improve the low disk space warning message. (issue 13826)
  * Matrix custom workspace support is improved to allow configuration
    builds to share workspace
  * Added more context menus to hyperlinks in the console output
  * Exposed plugin manager and update center to the REST API
  * Added a new extension point for agent protocols.
  * Enabled concurrent build support for matrix projects (issue 6747)
- Changes from 1.466 (2012/05/28)
  * Maven plugin: expand variables in "Room POM" field (issue 13822)
  * Exposed plugin manager and update center to the REST API
  * Enabled concurrent build support for matrix projects
- Changes from 1.465 (2012/05/21)
  * Artifact archiving from an ssh slave fails if symlinks are present
    (issue 13202)
- Changes from 1.464 (2012/05/14)
  * Don't try to set cookies on cachable requests. (issue 12585)
  * Fixed a regression in 1.462 that introduced Java6 dependency.
    (issue 13659)
  * Fixed JDK auto-installer
  * missing search image on plugin manager.
- Changes from 1.463 (2012/05/07)
  * Fixed a bug in the Content-Range header handling. (issue 13125)
  * Ant's default exclusion was preventing plugins from archiving some
    files. (issue 13165)
  * Fixed NPE in PAM authentication if the user is in a group that
    doesn't exist anymore.
  * End up more gracefully if there's some problem when searching for
    user partipication in the build (issue 13564)
  * Improved the performance of the fingerprint persistence.
    (issue 13154)
  * PAM authentication supports '@group' to force interpretation as a
    group instead of user. (issue 13526)
  * Honor the Accept header in the job/name/build URL. (issue 13546)
  * Added a DISCOVER permission to allow anonymous users to be
    presented the login screen when accessing job URLs. (issue 8214)
  * Publishers can be now reordered by the user. (discussion)
- Changes from 1.462 (2012/04/30)
  * API token authentication was broken in 1.461 (issue 13600)
  * Added the filter textbox to the update center selector.
    (issue 13476)
  * Move "View as plain text" link on console output page from top
    right to the sidepanel. (issue 13389)
  * Convert "Delete this build" buttons into links in the sidepanel.
    (issue 13387)
  * Validate project naming regex immediately. (issue 13524)
- Changes from 1.461 (2012/04/23)
  * Flag -U is not used during the parsing step of a Maven Job
    (issue 8663)
  * Custom workspace validation not working. (issue 13404)
  * allow j/k navigation for search results (issue 13105)

-------------------------------------------------------------------
Sun Apr 22 22:45:00 UTC 2012 - lwashington@netiq.com

- Update to version 1.460:
  * Fixed: tests with the same name are no longer counted correctly.
  * Added a tag to copy text into clipboard for plugins
  * Removed ASM dependency to avoid class incompatibility trobules.
  * Supported hash token in the crontab syntax to distribute
    workload and avoid spikes.
- Changes from 1.459
  * CLI - I/O error in channel Chunked connection/Unexpected
    termination of the channel - still occuring in Jenkins 1.449.
  * Quiet period is blocking other jobs in queue.
  * Loading All Build History Fails.
  * Added the View.READ permission to control visibility of views,
    and updated the default implementation to hide empty views.
  * Added new extension point for transient build actions.
- Changes from 1.458
  * Build Status page continues to show flashing "building" icons
    after build completion.
  * New Breadcrumb bar covers search suggestions
  * Fixed a log rotation portability problem on RedHat RPM package.
  * Computer.getHostName() returns null when it is not.
  * Fixed a socket file descriptor leak.
  * Run $JENKINS_HOME/init.groovy.d/*.groovy as the init script if
    present (feature)
  * Improved the page loading performance, especially on large
    latency network
  * Resolve dependency issue between 'maven-plugin' and
    'config-file-provider' plugin. If you are using the
    'config-file-provider' plugin, you have to upgrade to version
    1.9.1!
- Changes from 1.457
  * Fixed a thread leak in the embedded servlet container.
  * Fixed a file handle leak in serving static content
  * Breadcrumb popup menu gives javascript error on Internet Explorer 8.
  * Ajax on Update Center does not work in prototype 1.7
  * 'View as plain text' in Console Output is hidden by the new
    breadcrums bar
  * Last modification date of files in a zip are not the original
    timestamps
  * "Reload Configuration from Disk" loses labels for swarm-clients
  * Jenkins uses correct port in mDNS advertisement and shows up in
    Safari Bonjour bookmarks.

-------------------------------------------------------------------
Mon Mar 26 13:09:00 UTC 2012 - lwashington@netiq.com

- Update to version 1.456:
  * After renaming a job, the redirect goes to a wrong view.
  * BUILD_TAG wasn't unique for hierarchical project.
  * Workspace archiving wasn't handling symlinks correctly.
  * Fixed a bug in the auto-overwrite of bundled plugins on Windows.
  * Fixed a temporary memory spike when dealing with rapidly growing
    large console output and interactive monitoring.
  * Fixed a file handle leak while serving static files.
  * Fixed a bug in executor/queue filtering for matrix projects.
  * Some of the context menu items have wrong links
  * Removed entries that don't make sense from the context menu
  * Enable automatic hyperlinking on failed test summary.
  * Performance improvement in JavaScript on modern browsers
  * Matrix project execution order is made pluggable.
- Changes from  1.455:
  * Fixed a regression in 1.453 with IE9
  * Fixed NPE in Groovy script execution via CLI
  * Fixed bug where a queued build could start while the previous
    build was still in its post production state.
  * Improved the error retry logic of update center retrieval.
  * Update JavaMail to 1.4.4.
  * Integrated prototype.js 1.7
  * Supported programmatic retrieval/update of slave config.xml
  * Breadcrumb now supports drop-down menu for faster navigation
  * Configuration pages show a navigation drop-down menu in the
    breadcrumb bar to jump to sections
  * Hyperlinks to model objects also supports drop-down menu for
    faster navigation.
  * New ExtensionPoint to enforce naming conventions for projects/
    jobs and two implementations: Default (no restriction), Pattern
    (regex).
  * java -jar jenkins.war now uses the HTTP only session cookie
    that's more robust against XSS vulnerability.

-------------------------------------------------------------------
Mon Mar 12 11:33:33 UTC 2012 - saschpe@suse.de

- Update to version 1.454:
  * Adjusted the HTML sanitization rules as they were too restrictive.
- Changes from version 1.453:
  * Fixed a XSS vulnerability.
  * Fixed a directory traversal vulnerability.
  * Fixed a file descriptor leak on Windows
  * 'Age' column on 'Test Result' tab may show incorrect value when a test
    suite is divided into multiple junit files.
  * System Message - Doesnt appear on any view other than the default view.
  * Added UI component to show notification bar at the top of the page
  * Users can configure search to be case insensitive.
  * Inline help now reports the plugin that contributes the said feature.
  * Various configuration pages are getting the "apply" button.
  * Avoid post-build depoy to Maven repository in release build
  * Jenkins no longer failes to start if plugins have cyclic dependencies, but
    deactivates these plugins.
  * Adding the video/webm mime type for files with extension .webm.
  * update to guava 11.0.1
- Changes from version 1.452:
  * Infinite loop or invalid next execution with crontab DoW=7
  * Broken links to test results with '#' or '?' in the name
  * Fix launching browser too early to http://localhost:8080 in OS X installer.
  * Bundled slf4j binding to avoid classloader contraint violation in JBoss
  * Fixed a UI problem with the "save" button that sticks to the bottom.
  * Misc performance improvements

-------------------------------------------------------------------
Wed Feb 22 20:11:00 UTC 2012 - lwashington@netiq.com

- Fixed issue https://bugzilla.novell.com/show_bug.cgi?id=748440. Now default
  JENKINS_AJP_HOST to "" rather than "0.0.0.0".

-------------------------------------------------------------------
Fri Feb 17 21:35:02 UTC 2012 - lwashington@netiq.com

- Added a new syslog property, JENKINS_LOG_DIR, to allow the location of
  the jenkins.log and access.log to get created in a non-default directory. Useful
  when you are using a non-system user to run jenkins who might not have access to
  /var/log/.
- Update to version 1.451:
  * The -c option in the build command wasn't working for some SCM.
  * Fix multi submit with shortcut key in script console. (pull 364)
  * job rows in view should have id= for easy access (issue 12518)
  * M2 job: create links to codehaus maven plugins and their goals (issue 12529)
  * Matrix job now allows delete whole matrix, including sub-jobs.
  * Fixed a bug in LDAP default root DN inference. (issue 8152)
  * ComputerListener.onOffline was not called when the client was terminated abruptly.
    (issue 12680)
  * CLI now supports also encrypted key file
  * Recognize test results from eviware:maven-soapui-plugin. (issue 11353)
- Changes from version 1.450 (2012/01/30)
  * install-plugin CLI command fails to put a file in the right location when
    installing from URL.
  * Fixed a bug where long post-production processing in matrix jobs can cause
    incorrect abortion.
  * month should not be 0. (issue 12356)
  * "Create a new slave" page didn't auto-complete for copying. (issue 12490)
  * Fixed a bug in the auto-overwrite of bundled plugins.
  * Upgrade to maven artifacts 3.0.4
  * Running build via CLI now records actual user who started the build
- Changes from version 1.449 (2012/01/23)
  * Build fails on "Deploy artifacts to Maven repository" due to trying to upload
    parent POM twice for release artifacts. (issue 11248)
  * Fixed an occasional "URI must start with a slash" error when the anonymous user
    doesn't have the read access.
  * OS X installer can optionally create a new user "jenkins" and use it. This
    user has a writable home directory, making it possible to set up ssh for Jenkins.
  * No workspace available message includes wiped out workspace as a potential
    cause. (issue 10432)
  * Stop users being created in memory if they failed to provide all the
    required registration information correctly. (issue 7096)
  * java -jar jenkins.war finally detects invalid command line options and
    report that as an error.
  * When run in terminal, warning/error messages are colored.
- Changes from version 1.448 (2012/01/17)
  * Location of the temporary file "Maven Global Settings" incompatible with
    release:prepare (issue 12315)
  * Failure to check the username/groupname in the matrix security shouldn't
    hide the user name (issue 9519)
  * Fixed a hash DoS vulnerability. (SECURITY-22)
  * Fixed "Deploy artifacts to Maven repository" as a promotion action.
    Requires promoted-builds plugin 2.5+. (issue 11766)
  * Fixed a bug in the symlink creation code on BSD platforms. issue 12119
  * Default e-mail suffix should be used to complete the domain name portion
    of the recipients list. (pull #324)
  * Closure execution after CLI.upgrade() should carry over the transport
    credential. issue 10890
  * Incorrect path delimiter used in ZipArchiver when creating archive on
    Windows. issue 9942
  * .jpi is now supported as well as .hpi as a plugin extension. (pull #331)
  * Windows service slave launcher now supports more generalized user account
    option. (pull #328)
  * OSX installer now checks for the existence of JVM and open the browser in
    the end. (pull #329)
  * Added the Reploy-To header support. (pull #306)
  * The location of Maven local repository is now pluggable, and supported
    per-executor configuration out of the box. (pull #293)
  * Jobs now support display name separate from its unique name issue 11762
- Changes from version 1.447 (2012/01/09)
  * Fixed a hash DoS vulnerability. (SECURITY-22)
  * NullPointerException in maven-plugin: Maven3Builder / ExecutedMojo (1.445)
    (issue 12259)
  * Reduced overhead of maven jobs. (issue 11883)
  * Link to user profile from console output should go to the user ID, not the
    user name (issue 12279)
- Changes from version 1.446 (2012/01/02)
  * Jenkins now acts as an SSH daemon (doc)
  * Added hyperlinks to console output (pull #334)
  * Add option to disable mailnotifications for each failed maven module.
    (issue 5695)
  * Sort workspace file list based on request locale. (issue 12139)

-------------------------------------------------------------------
Mon Jan  9 11:09:22 UTC 2012 - saschpe@suse.de

- Update toversion 1.445:
  * CLI now supports using HTTP proxy for tunneling its TCP/IP connection.
  * CLI now supports routing TCP/IP requests without going through HTTP
    reverse proxy.
  * If reload fails, don't let the partially loaded state running, or risk
    the user overwriting the configs they have.
  * Update center UI improvement. "Install" button is now always visisble.
  * Configuration UI improvement. "Save" button is always visible.
  * Fixed a bug where a large output from Maven can cause module log output
    to go out of sync with module build log files.
  * Confusing error message when the --username option is used on the system
    with the .ssh directory.
  * Fixed prematurely re-drawn matrix test result graph.
- Changes from version 1.444:
  * Make the matrix configuration table looks like the rest of Jenkins tables.
  * Improved Italian translation.
  * Fixed the incorrect table border cropping
- Changes from version 1.443:
  * Wagon 2.0 upgrade broke the Redeploy task for webdav repositories
  * Self-restart wasn't working with 32bit x86 Solaris
  * Fixed IPv6 handling in Winstone
  * OS X installer can fail to set the file permissions correctly.
  * Build history time line wasn't working for IE8.
  * Build history time line should be resizable
  * Fixed a bug in Windows registry enumeration with large data.
  * Debian/Ubuntu init script does not wait long enough during stop operation
  * Jenkins takes up too much space in /var/run
  * Fixed a NoSuchMethodError on JBoss 5.1 EAP
  * Use $JENKINS_USER in Debian postinst script.
  * Fixed a bug where Jenkins failed to show localized text for Hebrew,
    Indonesian, and Yedish.
  * Canonical name of Maven artifacts may end with "-" if classifier is empty.
  * Proxy configuration supported "no proxy host" setting to allow some
    hosts to bypass proxy.
  * Added/improved localization

-------------------------------------------------------------------
Fri Dec  9 13:12:25 UTC 2011 - saschpe@suse.de

- Set license to SDPX style, MIT should be enough
- Update to version 1.442:
  * Workspaces mixed when launching multiple concurrent builds. (jenk#1825)
  * Fixed ConcurrentModificationException in parallel Maven 3 builds. (jenk#1256)
  * Copy artifacts fails on windows slaves due to failing to set a timestamp. (jenk#1073)
  * Upgrade aether version to 1.13 and sisu to 2.3.0 .
  * add new action type to enable plugins to intercept the maven 'goals and options'
  * Upgrade to Maven Wagon 2.1 which supports preemptive authz for dav deployment.
  * Plugins can be now installed without taking Jenkins offline.
- See http://jenkins-ci.org/changelog for previous versions

-------------------------------------------------------------------
Wed Nov 16 19:01:41 UTC 2011 - lwashington@netiq.com

- Support additional Jenkins startup properties within sysconfig
  * httpListenAddress - for restricting HTTP access to a specific address
  * httpsListenAddress - for restricting HTTPS access to a specific address
  * httpsPort - to specify the port for HTTPS access
  * ajpListenAddress - for restricting HTTP access to a specific address
- Update to version 1.439:
  * Fixed random OutOfMemoryError with console annotations (jenk#9349)
  * Fix small UI issue on build queue. (jenk#11637)
  * Textbox for numbers should be type=number (jenk#11513)
  * Added an extension point to sort matrix configuration builds when executing them
    sequentially (pull #301)
- Changes from version 1.438:
  * Thanks to Luca De Fulgentis, fixed XSS vulnerability with the built-in servlet
    container. (SECURITY-17)
  * Repeated ids, expandTextArea() and multiple "Invoke Ant" build steps. (jenk#10989)
  * Improve the resilience to the missing 'nextBuildNumber' file. (jenk#11563)
  * NPE when running Maven 3 jobs with -T. (jenk#11458)
  * Support mailto: links in actions. (jenk#7725)
  * Rewrote the JDK installer to remove problematic HtmlUnit dependencies. (jenk#11420)
- Changes from 1.437:
  * Added MIME headers with job name and build result to notification emails.
  * "Changes" in Build Summary broken in IE standard mode since 1.434 (jenk#11383)
  * GET request to configSubmit wipes some configuration (jenk#11397, jenk#7847)
  * Jenkins logo headless when server is starting. (jenk#11444)
  * Allow update center CA certificates to be placed in $JENKINS_HOME/update-center-rootCAs
- Changes from 1.436:
  * Fixed a plugin boot problem that causes Jenkins to startup gracefully when some
    optional plugin dependencies aren't met (such as ivy to nant) (jenk#11279)
  * Avoid overwriting the repository definitions. (jenk#11229)
  * "Tailing" the console of an active job broken in 1.434 (jenk#11307)
  * Fingerprint's age should be sorted by its elapsed time (jenk#9210)
  * Improved the classloading performance
  * Expose original file name as a String parameter on for FileParameters (jenk#11326)
  * Added hyperlinks to build trigger console messages. (pull #291)

-------------------------------------------------------------------
Wed Oct 19 18:16:06 UTC 2011 - saschpe@suse.de

- Use Requires(pre): pwdutils instead of Prereq: usermod/useradd

-------------------------------------------------------------------
Tue Oct 18 22:41:52 UTC 2011 - saschpe@suse.de

- Use correct war file

-------------------------------------------------------------------
Tue Oct 18 18:21:21 UTC 2011 - saschpe@suse.de

- Use appriate issue tracker abbreviation:
  * Replaced all occurences of 'jenk#23' with 'jenk#123'
- Update to version 1.435:
  * Fixed the XML encoding sniffing problem in environments that have
    old JAXP (jenk#4525)
  * Suggestions for search do not work since 1.433 (jenk#11208)
  * "System Admin E-mail Address" is confusing label for notification
    mail "from" (jenk#11209)
- Changes from version 1.434:
  * Add support for android-maven-plugin integration test reports and
    fix an error with 2.x maven-android-plugin (jenk#10913)
  * HTTPS on port 80 makes Jenkins infer his URI incorrectly (jenk#11151)
  * Resizable textarea handle does not work if CodeMirror is enabled (jenk#11132)
  * "Alternate settings file" build parameter is getting cleaned after job
    execution (jenk#10955)
  * upgrade Apache Maven Wagon to 2.0. (jenk#11164)
  * Made build SCM change set a weak reference to reduce heap usage
  * Added a way to show avatar images on user pages. (jenk#7494)

-------------------------------------------------------------------
Mon Sep 12 11:49:22 UTC 2011 - saschpe@suse.de

- Update to version 1.430:
  * Added way to mark all plugins to be updated at once (jenk#0443)
  * Fixed a bug in the UI JavaScript behavior with IE
  * Matrix project pages don't show latest test results. (jenk#0864)
  * Bundling the translation assistance plugin in the hope of increasing
    the contribution.
  * Introduce a fine-grained permission to control who is allowed to run
    the Groovy Console.
  * Add support for maven-android-plugin integration test reports (jenk#0913)

-------------------------------------------------------------------
Thu Sep  8 11:28:58 UTC 2011 - saschpe@suse.de

- Ran spec-cleaner

-------------------------------------------------------------------
Thu Sep  8 11:26:32 UTC 2011 - saschpe@suse.de

- Fix version number

-------------------------------------------------------------------
Wed Sep  7 14:55:39 UTC 2011 - saschpe@suse.de

- Update to version 1.429:
  * maven submodule build fails doing mkdir on master. (jenk#0831)
  * CLI clients should be able to see plugin classes report
  * Fixed NPE in running assembly:assembly with Maven3 (jenk#837)
  * Fixed a bug in one of the file copy operations that caused the
    copy-artifact plugin to fail to preserve the timestamp. (jenk#0805)
  * Jenkins didn't start on IBM JDK. (jenk#0810)
  * Fixed a possible NPE during the boot sequence (jenk#0799)
  * stdin/stdout based remote slaves, such as ones launched via SSH or
    script, now does a better redirect to avoid interference with JVM output
    to stdout. (jenk#856)
  * Project names in fingerprint records weren't updated when a project
    is renamed. (jenk#0330)
  * External job submision now supports &ly;displayName> and <description>
    elements (pull 215)
- Changes from version 1.428:
  * CLI jar download was making the browser prefer a wrong file name.
  * Link "Started by user XXX" broken on build status page if user name
    modified. (jenk#0698)
  * 404 error when clicking "Build History" link on MyView.
  * Add a DefaultViewsTabBar config.jelly to avoid jelly exception (jenk#0640)
  * go back to view page when job is deleted. (jenk#0510)
  * A Global Environment variable with an empty key would fail maven builds
    since 1.424. Ignore these variables instead of failing the build. (report)
- Changes from version 1.427:
  * Builds failing while archiving test result if build is running in
    different VM (e.g. IBM J9) than Jenkins is (jenk#0030)
  * Maven builds failing with NullPointerException at the end. (jenk#0715)
  * Jenkins self-restart causes process name to change from java to exe
    (jenk#206)
  * Fixed a bug where SSH public key authentication for CLI wasn't working
    for username/password based security realm. (jenk#0647)
  * Failing to install a plugin from CLI should result in non-zero exit code
    (jenk#0057)
  * Fixed NPE in trying to diagnose undefined job error. (jenk#826)
  * Disable auto refresh in slave markOffline screen (jenk#0608)
  * Workspace-cleanup thread shouldn't delete custom workspace directories
    (jenk#880)
  * Improved the speed of shutdown
  * RPM package should honor user-modified configuration file better
    (jenk#0037)
  * OS X package now provides customizable commandline (pull request 195)
  * Improved the remote API for queue (jenk#0414)
  * Added a dignosis CLI command to report the current granted authorities.
  * Added a CLI command to set display name of the build (jenk#126)
  * Added an option in CLI build command to check for SCM changes before
    carrying out a build (jenk#968)
  * If CLI fails to connect via a JNLP Slave port, fall back to HTTP
    full-duplex. (jenk#0611)
  * Added two CLI commands to manipulate job by its XML definition. (jenk#797)
  * Added two CLI commands to shutdown Jenkins (jenk#594)
  * Fixed unclear text for Tabs with no jobs (jenk#330)

-------------------------------------------------------------------
>>>>>>> .new
Wed Aug 17 09:26:43 UTC 2011 - saschpe@suse.de

- Jenkins.war was broken (unable to find Main class)

-------------------------------------------------------------------
Tue Aug 16 13:43:10 UTC 2011 - saschpe@suse.de

- Update to version 1.426:
  * Auto Install JDK asks for Oracle account, but the link goes 404.
    (jenk#10556)
  * Record and display who aborted builds.
  * Added API token support. (jenk#9363)
  * Maven Plugin can use settings and global settings files provided
    by the config provider plugin
  * Fixed background of title image (jenk#9571)
- Changes from version 1.425:
  * Make syntax highlighting optional (jenk#10509)
  * isPartial() check for matrix builds now only reference active
    configurations. (jenk#10197)
  * Maven jobs building plugins were no longer identified as upstream
    snapshot dependencies. (jenk#10530)
  * MAVEN_OPTS configuration wasn't expanding environment variables.

-------------------------------------------------------------------
Tue Aug 16 09:50:31 UTC 2011 - saschpe@suse.de

- Fix SLES-9 build, doesn't support 'Suggests'

-------------------------------------------------------------------
Thu Aug  4 12:28:56 UTC 2011 - saschpe@suse.de

- Update to version 1.424:
  * Java Web Start binaries weren't signed. (report)
  * Fixed Maven build error if headless option is set and MAVEN_OPTS
    empty (jenk#10375)
  * Tests not recognized as failed if test initialization failed (jenk#6700)
  * Support for gzipped log in consoleText (jenk#10400)
  * Expand variables in the Maven POM definition in Maven projects. (jenk#5885)
  * Some CLI command are not available. (jenk#10418)
  * Maven jobs deploying or installing artifacts should be used for
    dependency graph instead of jobs which don't (jenk#10366)
  * Maven jobs which are disabled should be excluded from dependency
    graph (jenk#10367)
  * Updated JDK installer to reflect changes in Oracle download
    server (jenk#10511)

-------------------------------------------------------------------
Tue Aug  2 09:04:33 UTC 2011 - saschpe@gmx.de

- sysvinit script, $time is already in Should-Start, remove from
  Required-Start to please insserv on SLE-11-SP1

-------------------------------------------------------------------
Mon Aug  1 10:06:24 UTC 2011 - saschpe@suse.de

- Initial package, based on openSUSE package from jenkins-ci.org

openSUSE Build Service is sponsored by