Skip to content

Commit

Permalink
Add changelog for 2.46.3
Browse files Browse the repository at this point in the history
Also fix issue ID in weekly based on Oliver's JENKINS-43279 comment
  • Loading branch information
daniel-beck committed May 25, 2017
1 parent 6c6e95c commit b6d6a5b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 deletions content/_data/changelogs/lts.yml
Expand Up @@ -289,6 +289,58 @@
message: Fix performance issue in deduplication of lists of tool installers.
issue: 42141
pull: 2752
- version: "2.46.3"
date: 2017-05-25
changes:
- type: bug
message: >
If an exception is thrown while rendering an HTTP response, just log the stack trace on the server side, without trying to send an error page to the client.
issue: 21695
pull: 2834
- type: bug
message: >
Setup wizard gets into bad state when failures like network issues happen.
issue: 41778
pull: 2825
- type: bug
message: >
Catch and log <code>RuntimeException</code> in <code>Computer#setNode()</code> when updating the Computer list.
issue: 42043
pull: 2836
- type: bug
message: >
Fix <tt>AccessDeniedException</tt> in "Build after other projects are built" when user has Discover permission but not Read.
issue: 42707
pull: 2846
- type: bug
message: >
Prevent <code>NullPointerException</code> when a non-existent default view is specified in <em>Configure System</em>.
issue: 42717
pull: 2815
- type: bug
message: >
Properly handle saving system configuration when disabling all, or all but one, administrative monitors.
issue: 42852
pull: 2828
- type: bug
message: >
Remove links in stack traces to the <tt>stacktrace.jenkins-ci.org</tt> service that has been shut down.
issue: 42861
pull: 2811
- type: bug
message: >
Ensure that <code>Cloud.PROVISION</code> is properly initialized during the configuration loading.
issue: 43279
pull: 2835
- type: rfe
message: >
Migrate legacy users only once per restart to improve performance of the user retrieval logic.
pull: 2862
issue: 43936
- type: bug
message: Prevent rare <code>NullPointerException</code> if an admin user is created in the setup wizard after first disabling CSRF protection.
pull: 2868
issue: 44010


# DO NOT EDIT THIS FILE DIRECTLY
Expand Down
2 changes: 1 addition & 1 deletion content/_data/changelogs/weekly.yml
Expand Up @@ -363,7 +363,7 @@
- type: bug
message: >
Ensure that <code>Cloud.PROVISION</code> is properly initialized during the configuration loading.
issue: 37616
issue: 43279
pull: 2835
- type: bug
message: >
Expand Down

0 comments on commit b6d6a5b

Please sign in to comment.