Newer
Older
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
We record noteworthy changes in this file, which then becomes http://jenkins-ci.org/changelog
- Record your changes between "TRUNK-BEGIN" and "TRUNK-END".
(except in rare cases when you are making changes in the RC branch,
in which case it goes to the rc section)
- There are four CSS classes to denote the kind of changes.
"rfe" for enhancement and "bug" for bug fixes,
plus "major" to indicate major RFE/bugfix.
- Link to bugs in the issue tracker, e-mail thread in the archive, and so on if you can.
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link rel="stylesheet" TYPE="text/css" href="/changelog.css">
<!--[if IE]>
<style type="text/css">div.rate-offset { bottom: 0.2em !important; left: 5em !important; }</style>
<![endif]-->
<script type="text/javascript" src="https://rating.jenkins.io/rate/rate.js"></script>
</head>
<body>
<div align="right">Legend:
<span class="iconlegend">
<img src="/images/rfe2.gif" alt="major RFE">major enhancement <img src="/images/rfe.gif" alt="RFE">enhancement
<img src="/images/bug2.gif" alt="major bug">major bug fix <img src="/images/bug.gif" alt="bug">bug fix
</span><span style="visibility:hidden">xxxxx</span>
</div>
<div id="head"></div>
<div id="ratings" style="display:none; font-size:120%;
border:1px solid black; background-color:#eee; padding:0.5em; margin-bottom:1em">
Help other Jenkins users by letting the community know which releases you've used,
and whether they had any significant issues. <br>
Legend: <br>
<img src="//ci.jenkins-ci.org/images/16x16/health-80plus.gif" width="16" height="16"
alt="Sunny"> = I use it on my production site without major issues. <br>
<img src="//ci.jenkins-ci.org/images/16x16/health-40to59.gif" width="16" height="16"
alt="Cloudy"> = I don't recommend it. <br>
<img src="//ci.jenkins-ci.org/images/16x16/health-00to19.gif" width="16" height="16"
alt="Lightning"> = I tried it but rolled back to a previous version. <br>
View ratings below, and click one of the icons next to your version to provide your input.
</div>
<a href="" onClick="document.getElementById('trunk').style.display='block';return false">
Upcoming changes</a>
<a href="" style="padding-left:3em" onClick="return loaddata(this)">Community ratings</a>
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=>
</ul>
<h3><a name=v2.2>What's new in 2.2</a> (2016/05/08)</h3>
<ul class=image>
Daniel Beck
committed
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<li class="rfe">
Add symbol annotations on core.
(<a href="https://github.com/jenkinsci/jenkins/pull/2293">pull 2293</a>)
<li class=rfe>
Upgrade Stapler to 1.243.
(<a href="https://github.com/jenkinsci/jenkins/pull/2298">pull 2298</a>)
<li class=rfe>
Internal/build: Enable JSHint during build.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-34438">issue 34438</a>)
<li class=rfe>
Workaround for unpredictable Windows file locking.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-15331">issue 15331</a>)
<li class="rfe">
Improved Lithuanian translation.
(<a href="https://github.com/jenkinsci/jenkins/pull/2309">pull 2309</a>)
<li class="rfe">
Improved French translation.
(<a href="https://github.com/jenkinsci/jenkins/pull/2308">pull 2308</a>)
<li class="rfe">
Restrict access to URLs related to plugin manager.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-31611">issue 31611</a>)
<li class=rfe>
API: New <tt>HttpSessionListener</tt> extension point.
(<a href="https://github.com/jenkinsci/jenkins/pull/2303">pull 2303</a>)
<li class=bug>
Don't go through init sequence twice.
(<a href="https://github.com/jenkinsci/jenkins/pull/2177">pull 2177</a>)
<li class=bug>
Create Item form can be navigated using keyboard again.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-33822">issue 33822</a>)
<li class="rfe">
Fix inline help for node name field.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-34601">issue 34601</a>)
<h3><a name=v2.1>What's new in 2.1</a> (2016/05/01)</h3>
<ul class=image>
<li class="major bug">
Enable disabled dependencies during plugin installations.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-34494">issue 34494</a>)
<li class="major bug">
Force ordering between GPG and jarsigner to ensure correct GPG signature.
(<a href="https://github.com/jenkinsci/jenkins/pull/2285">pull 2285</a>)
<li class="major bug">
Secured Jenkins installations didn't properly save the queue on shutdown.
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-34281">issue 34281</a>)
<li class="rfe">
Add dependency resolution to manually uploaded plugins.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-15057">issue 15057</a>)
<li class="rfe">
Show Jenkins version on setup wizard.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-33535">issue 33535</a>)
<li class="rfe">
Update remoting to 2.57.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-33999">issue 33999</a>)
<li class="rfe">
Allow retrying plugin downloads in setup wizard.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-33244">issue 33244</a>)
<li class="rfe">
Add links to homepage of plugins and dependencies in setup wizard.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-33936">issue 33936</a>,
<a href="https://issues.jenkins-ci.org/browse/JENKINS-33937">issue 33937</a>)
<li class="rfe">
Improved handling of the 'close' button during setup wizard.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-34137">issue 34137</a>)
<li class="rfe">
Wrong spacing in flat mode of 'Create Item' screen.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-31162">issue 31162</a>)
<li class="rfe">
Add timestamp to the <tt>jarsigner</tt> signature.
(<a href="https://github.com/jenkinsci/jenkins/pull/2284">pull 2284</a>)
<li class="rfe">
Improved French translation.
(<a href="https://github.com/jenkinsci/jenkins/pull/2267">pull 2267</a>)
<li class="rfe">
Improved Lithuanian translation.
(<a href="https://github.com/jenkinsci/jenkins/pull/2286">pull 2286</a>)
<li class="rfe">
Improved Brazilian Portuguese translation.
(<a href="https://github.com/jenkinsci/jenkins/pull/2273">pull 2273</a>)
<li class="bug">
Prevent errors when hiding management links.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-33683">issue 33683</a>)
<li class="bug">
Internal: Make logger field private.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-34093">issue 34093</a>)
<li class="bug">
Shorter timeout for plugin downloads to prevent setup wizard from hanging.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-34174">issue 34174</a>)
<li class="bug">
Check if job is buildable before showing 'Build with parameters' page.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-34146">issue 34146</a>)
<li class="bug">
Fixed race condition in slave offline cause.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-34448">issue 34448</a>)
<li class="bug">
Allow enabling disabled dependencies in the plugin manager to fix broken configurations.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-32340">issue 32340</a>)
<li class="bug">
Always display clicked scrollspy items as active in setup wizard.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-33948">issue 33948</a>)
<li class="bug">
Prevent multiple installations of the same dependency.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-33950">issue 33950</a>)
</ul>
<h3><a name=v2.0>What's new in 2.0</a> (2016/04/20)</h3>
<div style="margin: 10px; padding: 10px; background-color: #FFFFCE;">
<strong>More detailed information about the new features in Jenkins 2.0 <a href="/2.0/">on the overview page</a>.</strong>
</div>
<li class="rfe major">
New password-protected setup wizard shown on first run to guide users through installation of popular plugins and setting up an admin user.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-30749">issue 30749</a>,
<a href="https://issues.jenkins-ci.org/browse/JENKINS-9598">issue 9598</a>)
<li class="rfe major">
Plugin bundling overhaul: Bundled plugins are only installed if necessary when upgrading, all plugins can be uninstalled.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20617">issue 20617</a>)
<li class="rfe major">
Redesigned job configuration form makes it easier to understand the option hierarchy, and to navigate the form.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-32357">issue 32357</a>)
<li class="rfe major">
Richer 'Create Item' form with job icons and job categories (once a threshold of three categories has been reached).
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-31162">issue 31162</a>)
<li class="rfe">
Upgrade wizard encourages installation of Pipeline related plugins when upgrading from 1.x.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-33662">issue 33662</a>)
<li class="rfe">
<strong>Jenkins now requires Servlet 3.1</strong>. Upgraded embedded Winstone-Jetty to Jetty 9 accordingly.
<strong>This removes AJP support when using the embedded Winstone-Jetty container.</strong>
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-23378">issue 23378</a>)
<li class="rfe">
Loading
Loading full blame...