-
Fixed a file handle leak when a copy fails.
(issue 5899)
-
Replace '>' with '_' in username, as already done for '<'.
(issue 5833)
-
Fixed NPE when configuring a view without "Regular expression".
-
CLI commands on protected Hudson now asks a password interactively, if run on Java6.
-
Added CLI 'login' and 'logout' commands so that you don't have to specify a credential
for individual CLI invocation.
-
URLs in the console output are now hyperlinks.
-
Add drag&drop support for f:repeatable lists and use this for
the JDK/Ant/Maven installations in global config so these can be reordered.
-
Fix handling of relative paths in alternate settings.xml path for Maven projects.
(issue 4693)
-
Alternate settings, private repository, profiles, etc were not used in embedded Maven for
deploy publisher.
(issue 4939)
-
Make editableComboBox work in repeatable content, such as a build step.
-
If content is captured using <j:set var="..">..content..</j:set>,
fixed this to use proper HTML rendering when appropriate.
-
'<' and '&' in the console output was not escaped since 1.349
(issue 5852)
-
Fixed an AbstractMethodError in SCM polling under some circumstances.
(issue 5756)
-
Fixed a ClassCastException in the Subversion plugin - now using Subversion plugin 1.13.
(issue 5827)
-
The Maven Integration plugin link in the Update Center was going to a dead location.
(issue 4811)
-
On RPM/DEB/etc installation, don't offer the self upgrade. It should be done by the native package manager.
(report)
-
Fixed a possible lock up of slaves.
-
Added advanced option to LogRotator to allow for removing artifacts from old builds
without removing the logs, history, etc.
(issue 834)
-
Authentication support in Hudson CLI.
(issue 3796)
-
Added console annotation support to SCM polling logs.
-
Fix deserialization problem with fields containing double underscore.
(issue 5768)
-
Fix deserialization problem for Exception objects where the XML has bad/old data.
(issue 5769)
-
Fix serialization problem with empty CopyOnWriteMap.Tree.
(issue 5776)
-
Fixed a bug that can cause 404 in the form validation check.
-
Remote build result submission shouldn't hang forever even if Hudson goes down.
-
Added a monitor for old or unreadable data in XML files and a manage screen to assist
in updating files to the current data format and/or removing unreadable data from plugins
that are no longer active. "Manage Hudson" page will show a link if any old/unreadable
data was detected.
-
Added a mechanism to bundle init.groovy inside the war for OEM.
(report)
-
Added an extension point to annotate console output.
(issue 2137)
-
Fixed a performance problem of the job/build top page when there are too many artifacts.
-
Improved /etc/shadow permission checks.
-
Fix javascript problem showing test failure detail for test name with a quote character.
(issue 1544)
-
Hudson can incorrectly configure labels for the master when bleeding edge EC2 plugin is used.
-
Fixed the regression wrt the whitespace trimming caused by 1.346.
(issue 5633)
-
Under some circumstances, Hudson can incorrectly delete the temporary directory itself.
(issue 5642)
-
Newlines in MAVEN_OPTS environment variable can cause problems in other contexts.
(issue 5651)
-
Improved the form validation mechanism to support multiple controls.
(issue 5610)
-
Added message to slave log when it has successfully come online.
(issue 5630)
-
Maven modules should not be buildable when the parent project is disabled.
(issue 1375)
-
Fixed the broken quiet period implementation when polling interval is shorter than
the quiet period. (Changes in SCM impls are needed for this to take effect.)
(issue 2180)
-
Escape username in URLs in case it contains special characters such as "#".
(issue 2610)
-
Fix sidepanel link for People to be visible and show view-specific info when appropriate.
(issue 5443)
-
Improved HTML rendering, not using closing tags that do not exist in HTML.
(issue 5458)
-
Show better error message for missing view type selection when creating a view.
(issue 5469)
-
Hudson wasn't properly streaming a large external build submission,
which can result in OOME and unresponsiveness.
-
Use fixed-width font in text area for shell/batch build steps.
(issue 5471)
-
Use user selected icon size on People page.
(issue 5447)
-
Speed/footprint improvement in the HTML rendering.
-
Update center retrieval, "build now" link, and real-time console update was broken in 1.344.
(issue 5536)
-
Fixed the backward incompatibility introduced in HUDSON-5391 fix in 1.344.
(issue 5391)
-
Removed the forced upper casing in parameterized builds.
(issue 5391)
-
Password parameter on the disk should be encrypted.
(issue 5420)
-
Duplicate entries on Upstream/Downstream project with "Build modules in parallel".
(issue 5293)
-
"Projects tied on" should be "Projects tied to".
(issue 5451)
-
Fixed the bug that prevents update center metadata retrieval in Jetty.
(issue 5210)
-
Show which plugins have already been upgraded in Plugin Manager.
(issue 2313)
-
Show Hudson upgrade status on manage page instead of offering same upgrade again.
(issue 3055)
-
Make badges in build history line up.
(report)
-
Don't report a computer as idle if it running the parent job for a matrix project.
(issue 5049)
-
Improve error message for a name conflict when renaming a job.
(issue 1916)
-
Job description set via the remote API was not saved.
(issue 5351)
-
Work around a JVM bug on Windows that causes the "Access denied" error
while creating a temp file.
(issue 5313)
-
Fixed a NPE in the update center with the container authentication mode.
(issue 5382)
-
Global MAVEN_OPTS for Maven projects wasn't getting loaded properly for configuration.
(issue 5405)
-
Fix for parameterized project with choice parameter value that has < or > character.
(report)
-
Build queue was showing some of the items in the wrong order — it should show new ones first and
old ones later.
-
Move form to adjust logging levels to its own page and include table of configured levels.
(issue 2210)
-
Allow the administrator to control the host names via a system property "host.name" per slave,
in case auto-detection fails.
(issue 5373)
-
Introduced a new extension point for test result parsers.
(discussion)
-
Data loading is made more robust in the face of linkage failures.
(issue 5383)
-
Auto-detect if Hudson is run in Solaris SMF
and provide restart capability.
(report)
-
Formalized an extension point to control priority among builds in the queue.
(issue 833)
-
Commands run on slaves (such as SCM operations) were not printed to the log
the way they would be when run on master.
(issue 5296)
-
Downstream jobs could fail to trigger when using per-project read permissions.
(issue 5265)
-
Update lastStable/lastSuccessful symlinks on filesystem later in build process to avoid
incorrectly updating links when build fails in post-build actions, and links briefly
pointing to a build that is not yet complete.
(issue 2543)
-
Debian package no longer changes the permissions and owner of the jobs and .ssh directory.
This is to improve upgrade speed and so that ssh works properly after upgrading.
(issue 4047 and
issue 5112)
-
Automatic tool installation wasn't honoring proxy setting.
(issue 5271)
-
Fixed a bug that induces a NPE during list view column construction.
(issue 5061)
-
Fixed a bug that can cause Hudson to fail to encode non-ASCII characters in URL.
(issue 5155)
-
Added "process-test-classes" phase to Maven intercepter.
(issue 2226)
-
Fixed a regression in the remote API in 1.341.
(report)
-
Improved error diagnostics when failing to auto install Maven/Ant.
(issue 5272)
-
Infer the default e-mail address more smartly with user IDs like "DOMAIN\user" (often seen in Windows)
(issue 5164)
-
The hudson.model.Run.ArtifactList.treeCutoff property should not limit the number
of artifacts shown by the API.
(issue 5247)
-
Spanish translation made a great progress.
-
Completed fix started in 1.325 for updating bundled plugins, now working when security is enabled.
(issue 3662)
-
TemporarySpaceMonitor and DiskSpaceMonitor fail to instantiate on fresh systems.
(issue 5162)
-
/tmp space monitoring didn't work if /tmp is filled up completely.
-
Plugins can now control how builds are triggered when they declare downstream jobs.
(issue 5236)
-
Hudson now detects a cyclic dependencies among plugins and report the error gracefully.
-
Extension points can now contribute multiple actions.
-
Responses to remote API calls now honor the "Accept-Encoding" header.
(report)
-
Link to project changes summary instead of this build's changes for "still unstable" email.
(issue 3283)
-
SCM retry count and "Block build when upstream project is building" is now available on matrix projects.
(report)
-
Non ASCII chars get mangled when a new user is created.
(issue 2026)
-
Fixed garbled mail text when default encoding is not UTF-8.
(issue 1811)
-
Fixed a bug in the log rotation setting of RPM packages.
(report)
-
Added a new CLI command to obtain list of changes by specifying builds.
-
Improved memory/swap monitoring on Solaris systems that doesn't have the 'top' command.
(report)
-
User IDs in Hudson are now case preserving but case insensitive.
(issue 4354)
-
CVS support is separated into a plugin, although it's still bundled by default for compatibility.
(issue 3101)
-
slave.jar incorrectly shipped with a version number indicating a private build.
(issue 5138)
-
Global MAVEN_OPTS weren't saving due to TopLevelItemDescriptors not being configured in global configuration.
(issue 5142)
-
Make maven project more resilient to exceptions from plugins.
(issue 3279)
-
Add the ability to configure low-disk space thresholds.
(issue 2552)
-
Allow BuildWrapper tearDown code to detect when the build has failed.
(issue 2485)
-
Add help regarding "Auto" repository browser selection and add support
for this in Subversion plugin.
(issue 2082)
-
Introduced a mechanism so that writing XSS-free code is easier.
(discussion)
-
Maven projects will now use per-project MAVEN_OPTS if defined first, then global MAVEN_OPTS if defined, and finally
as fallback, MAVEN_OPTS environment variable on executor.
(issue 2932)
-
Expose upstream cause details via remote API.
(issue 5074)
-
Matrix parent build shouldn't consume an executor.
(issue 936)
-
Exceptions in one publisher shouldn't block all other publishers from running.
(issue 5023)
-
Fixed OutOfMemoryError in JNLP slaves that are running for too long.
(issue 3406)
-
Auto installer for Maven couldn't be configured after the fact.
-
Fixed a bug that the form field validation couldn't handle <select> box.
(report)
-
Fixed a possible "XYZ is missing its descriptor" storm.
(issue 5067)
-
Group available plugins in Plugin Manager by category.
(issue 1836)
-
Add sorting and link to directory browser for artifact list and tree display.
(issue 4976)
-
Make links in build history for a view stay under that view.
(issue 5021)
-
Automatically install dependent plugins.
(issue 4983)
-
Implemented a proper serialization of multi-classloader object graph.
(issue 5048)
-
Update or remove lastSuccessful/lastStable symlinks on filesystem as appropriate
when a build is deleted.
(issue 1986)
-
In-demand strategy could not relaunch slave nodes since 1.302.
(issue 3890)
-
Actual cause for slave going offline was always masked by channel-terminated cause.
-
Improved display of why a slave is offline (don't incorrectly say "failed to launch").
-
Improved the error diagnostics on the failure to establish connection with JNLP slaves early on.
-
Fix so configure-slave permission actually allows configuration of slaves.
-
User pages showed add/edit description link to users without permission to edit,
and guests were allowed to edit the user profile for anonymous user.
-
Debian package now demands full JRE, not just a headless JRE.
(issue 4879)
-
Avoid exception if a plugin provides null for a dynamic node label.
(issue 4924)
-
If restart is not supported, explain why.
(issue 4876)
-
Matrix configuration builds should continue even when Hudson is about to shut down.
(issue 4873)
-
Send build status email to valid addresses rather than aborting for one invalid address.
(issue 4927)
-
Smart JDK/Maven/Ant auto installers aren't available for existing tool configurations.
-
Hudson can now run gracefully (albeit bit slowly) where JNA is not available.
(issue 4820)
-
Add ability to delete users from Hudson.
(issue 1867)
-
Gracefully detect the double loading of JNA instead of failing later with NoClassDefFoundError
(detail)
-
Introduced a structure around the initialization process for better reporting and etc.
-
Debian packages creates Hudson user with /bin/bash to accomodate some tools that want a valid shell.
(issue 4830)
-
Space in axis value for matrix type project was lost on reconfiguration.
(issue 2360)
-
Remember me did not work with unix authentication.
(issue 3057)
-
Node variables not passed through to Maven jobs.
(issue 4030)
-
Fix handling of non-ASCII characters in external job submission.
(issue 4877)
-
Job assigned to label that no longer has any nodes generates exception since 1.330.
(issue 4878)
-
Custom workspace on Windows with just a drive letter or using forward slashes in path
failed to build in 1.334.
(issue 4894)
-
Core version number in plugin manager warning message was missing in 1.334.
-
Matrix build wasn't showing their full name in the executor list on the left.
-
Hudson's UDP broadcast/discovery now supports IP multicast.
-
Fixed a possible exception in submitting forms and obtaining update center metadata with Winstone in 1.333.
(issue 4804)
-
Remoting layer was unable to kill remote processes. Prevented Mercurial plugin from implementing poll timeout on slaves.
(issue 4611)
-
Display of console output as plain text did not work in browsers since 1.323.
(issue 4557)
-
Show "Latest Test Results" link even when a new build is running.
(issue 4580)
-
Fix broken links for failed tests on build page for a matrix type project.
(issue 4765)
-
"Enable project-based security" always comes up unchecked on configure pages in 1.333,
so project permissions are lost if not rechecked before clicking Save.
(issue 4826)
-
Project read permission was not enforced via /jobCaseInsensitive/jobname path.
-
Project configuration could be modified via POST to /job/jobname/config.xml with only
"Extended Read" permission but not configure permission.
-
Fixed the over zealous escaping in the inlined unit test failure report.
-
Fixed OutOfMemoryError in Winp
(issue 4058)
-
Write log message and ignore unrecognized permissions when loading XML.
(issue 4573)
-
Fix in stapler so we don't redirect to "." which causes problem in some containers.
(issue 4787)
-
List counts for duplicate cause entries for a build rather than listing many times.
(issue 4831)
-
Plugin manager now shows warning for upgrade/install of plugins into a Hudson that
is older than the plugin was built for.
(issue 541)
-
CLI "build" command now supports passing parameters.
-
Job should provide doDescription to allow easy manipulation over http
(issue 4802)
-
Improvement in the caching of the view templates.
-
Added new SaveableListener to be called when objects implementing Saveable are saved.
-
Fixed a performance problem in the file upload with Winstone.
(report)
-
Allow non-absolute URLs in sidebar links that do not end with slash character.
(issue 4720)
-
Build other projects "even when unstable" option was not working with Maven projects.
(issue 4739)
-
When renaming a log recorder, check new name uses valid characters, remove config file for
old name and redirect to new name after save.
-
Fixed ArrayIndexOutOfBoundsException in my view.
(report)
-
Fixed a race condition in interrupting pending remote calls.
-
Retry shouldn't kick in if the build is aborted during checkout.
-
Hudson now sends "Accept-Ranges" header where it's supported.
(report)
-
Hudson is internally capable of supporting multiple update sites.
-
Added a new "safe-restart" CLI command, also accessible at "/safeRestart", and used for post-upgrade/plugin install restart.
(issue 4553)
-
Added "delete-builds" CLI command for bulk build record deletion.
-
Supported a relative path in the custom workspace directory, which resolves from FS root of the slave.
-
Fixed another NotExportableException when making a remote API call on a project.
Broke NetBeans integration and possibly others.
(issue 4760)
-
Fixed a regression in 1.331 where previously disabled plugins and their artifacts in build.xml can cause build records to fail to load.
(issue 4752)
-
Fixed NotExportableException when making a remote API call on a project.
(report)
-
Fixed IllegalArgumentException: name
(report)
-
Fixed a memory leak problem with the groovysh Hudson CLI command.
(issue 4618)
-
CVS changelog reports were incorrect if built from tags.
(issue 1816)
-
Upstream projects list was lost when saving matrix type project.
(issue 3607)
-
slave.jar now supports HTTP BASIC auth.
(issue 4071)
-
Fixed a problem where taglibs defined in plugins cannot be seen from other plugins.
(report)
-
Improved the UI of taking a node offline.
-
Added improved logging for exceptions encountered when attempting to invoke Maven in Maven projects.
(issue 3273)
-
Automated tool downloads are made more robust by using HTTP download retries.
-
SCM information is now exposed via the remote API.
-
Added the "install-plugin" command to install plugins from CLI.
(report)
-
Fixed NoSuchMethodError error during error recovery with Maven 2.1.
(issue 2373)
-
RemoteClassLoader does not persist retrieved classes with package structure
(issue 4657)
-
Update center switched over from https://hudson.dev.java.net/ to http://hudson-ci.org/
-
Use tree view to show 17-40 build artifacts on build/project pages.
(issue 2280)
-
When showing why a build is pending, Hudson now puts hyperlinks to node/label/project names.
-
Custom workspace is now subject to the variable expansion.
(issue 3997)
-
Fixed UI selector (hetero-list) to handle nested selectors (resolves conflict between
Promoted Builds and Parameterized Trigger plugins).
(issue 4414)
-
Fixed incremental Maven build behavior to properly handle new modules without hitting NPE.
(issue 4624)
-
Added the "build" CLI command that can not only schedule a new build, but also wait until its completion.
-
Made visibility rules of test result remote API consistent with those for individual test cases.
-
Fixed a bug in the HTTP Range header handling.
(report)
-
Fixed a bug in .cvspass form field persistence.
(issue 4456)
-
Overview of all SCM polling activity was never showing any entries.
(issue 4609)
-
Fixed a bogus IOException in the termination of CLI.
-
Fixed a bug in the form submission logic of the SMTP authentation configuration.
(report)
-
Hudson shouldn't store SMTP auth password in a clear text.
(report)
-
Improved the form validation in global e-mail configurations.
(report)
-
Worked around a possible Windows slave hang on start up.
(details)
-
Inability to access hudson.dev.java.net shouldn't prevent Hudson from working.
(issue 4590)
-
Added a CLI command install-tool to invoke a tool auto-installation from Hudson CLI.
(report)
-
Added column on plugin updates page showing currently installed version.
-
Build page now shows where the build was done.
-
Job-enabling API should reject GET requests
(issue 3721)
-
Added an extension point for inserting actions across all projects without configuration.
(report)
-
stdout, stderr, error details and the stack trace can be filtered out of the remote API
representation of a test case with the depth parameter.
(discussion)
-
Hudson fails to update a plugin due to a bug in the up-to-date check logic.
(issue 4353)
-
Self restart was not working on Solaris 64bit JVM.
-
Fixed a possible NoSuchElementException in Hudson start up.
-
"Redeploy Maven artifacts" GUI causes NPE.
-
Permission check was missing for file mask validators.
-
Fixed a problem regarding SCM plugin evolution and SCM browser settings, as observed in the Mercurial plugin.
(issue 4514)
-
Update center wasn't capable of updating bundled plugins, such as subversion.
-
Fixed a problem in the up-to-date check of the plugin extraction.
(issue 4353)
-
Fixed a bug in the Debian package init script.
(issue 4304)
-
Fixed an NPE in MavenBuild$RunnerImpl.decideWorkspace
(issue 4226)
-
"Test e-mail" feature in the system configuration page wasn't taking most of the parameters from the current values of the form.
(issue 3983)
-
If a Maven project is built with "-N" or "--non-recursive" in the goals, it will not attempt to
load and parse the POMs for any modules defined in the root POM.
(issue 4491)
-
Update center will create *.bak files to make it easier for manual roll back of botched upgrades.
-
Vastly improved the default MIME type table of the built-in servlet container.
-
Javadoc location is now subject to the variable expansions.
(issue 3942)
-
JNLP clients now report the reason when the connection is rejected by the master.
(issue 3889)
-
Added call to MailSender in RunnerImpl.cleanUp so that mail gets sent for top-level Maven project as well as individual modules. This means mail will be sent if there are POM parsing errors, etc.
(issue 1066)
-
Default value for password parameter in a parameterized project was not saved.
(issue 4333)
-
Run sequentially option for Matrix project was not visible unless Axes was checked.
(issue 4366)
-
Fix launching Windows slave for slave name with space or other characters needed encoding.
(issue 4392)
-
Support authentication when running java -jar hudson-core-*.jar using username/password
included in HUDSON_HOME URL; also removed dependency on winstone.jar.
(issue 4400)
-
Fixed links on age values in JUnit test reports.
(issue 4402)
-
Maven project POM parser now ignores empty modules or modules only containing whitespace,
matching Maven's behavior.
(issue 4442)
-
Fixed setting of "blockBuildWhenUpstreamBuilding" for AbstractProject - wasn't being set at all, or displayed.
(issue 4423)
-
Handling of URLs with encoded character at end of a path component did not work in 1.323.
(issue 4454)
-
Fixed some field validators to work for values including + character.
-
Fixed the charset encoding handling when different encodings are involved between the master and slaves.
(patch)
-
Fixed a bug in the workspace archive support.
(issue 4039)
-
Added client-side validator for required fields and used this to replace some AJAX calls.
-
JNLP clients perform periodic ping to detect terminated connections and recover automatically.
(report)
-
Creation of symlinks failed (or created in wrong location) since 1.320.
(issue 4301)
-
Fixed a NoClassDefFoundError problem that happens in remoting+maven+3rd plugin combo.
report
-
Raw console output was doing XML escaping for '&' and '<' but it shouldn't.
-
Manually wiping out a workspace from GUI can cause NPE with some SCM plugins.
-
Fixed ClassCastException in JavaMail with some application servers.
(issue 1261)
-
Fixed a bug in the tabular display of matrix projects.
(issue 4245)
-
Avoid division by zero error in swap space monitor.
(issue 4284)
-
Avoid duplicate My Views links after Reload configuration from disk.
(issue 4272)
-
Removed need for hack that lowered build health scores by one, so now 4/5 is reported as 80 instead of 79.
(issue 4286)
-
Fixed renaming a job to a name that includes a + character.
-
Matrix project did not properly handle axis values with some special characters such as slash.
(issue 2670)
-
Added validation for axis names in Matrix project.
-
Ajax validator for name of a new job now warns about invalid characters.
-
Maven builder in freestyle projects now supports "Use private repository" option.
(issue 4205)
-
Maven incremental builds now rebuild failed/unstable modules from previous builds, even if they are unchanged.
(issue 4152)
-
Labels are listed in lexicographic order.
(report)
-
Labels for nodes are shown in a tag cloud style.
(patch)
-
Exposing load statistics to the remote API.
(report)
-
Make dynamic labelling of nodes clearer and easier to work with.
-
Plugins can mark themselves as incompatible with earlier versions to notify users during upgrade.
(issue 4056)
-
Footer now includes a timestamp.
-
Advanced option now available for all project types to keep builds in queue while upstream projects are building. Off by default.
(issue 1938)
-
Fixed a bug in Winstone that hides the root cause of exceptions.
-
NPE in Subversion polling problem.
(issue 4299)
-
Changing credential in Subversion can still result in "svn authentication cancelled"
(issue 3936)
-
Debian init script now uses "su" to properly initialize the environment.
(issue 4304)
-
"Tag this build" was failing.
(issue 4018)
-
Build history AJAX update was buggy.
-
Failed Junit tests will display error message and stacktrace even when no
additional TestDataPublishers are attached to the project.
(issue 4257)
-
Maven test failures will again properly mark a build as unstable,
even if later task segments are successful.
(issue 4177)
-
Matrix permissions with LDAP now properly validates group names using configured
prefix and case settings; added help text about these settings.
(issue 3459)
-
Improved the debian package to set USER and HOME.
(report)
-
Failed to look up an e-mail address for LDAP users shouldn't cause a build to fail.
(report)
-
Fixed a possible NPE in Hudson.removeNode
(report)
-
Debian start-up script should inherit LANG and other key environment variables.
-
Dynamic label computation wasn't re-done properly for the master node.
(issue 4235)
-
Form validation for the remote FS root of slaves was not functioning.
-
Privilege escalation on Solaris without username was not working.
-
Hudson can make mistakes in binding plugins to their right /plugin/NAME/ URLs.
(report)
-
Hudson wasn't working on WebLogic on Windows.
(report)
-
Fix New Job and Edit View links when default view is not "All" jobs.
(issue 4212)
-
Revert logger settings when a log recorder is deleted.
(issue 4201)
-
Add xml header on RSS/atom feeds and fix RSS URLs in header for non-default views.
(issue 4080,
issue 4081)
-
Plugin installation / Hudson upgrade are made more robust in the face of possible connection abortion.
(report)
-
Global and per-node environment vars are made available to SCM checkout.
(issue 4124)
-
You can designate certain combinations in a matrix project as "touchstone builds". These will
be run first, and the rest of the combinations will run if the touchstone builds are successful.
(issue 1613)
-
Added BUILD_URL and JOB_URL to the exposed environment variables.
(request)
-
Added restart CLI command.
-
Fixed an encoding problem in CVS changelog calculation.
(issue 3979)
-
Environment variables are considered in test paths.
(issue 3451)
-
A failing test is recorded when JUnit XML is invalid
(issue 3149)
-
Fixed possible Unable to call getCredential. Invalid object ID race problem.
(issue 4176)
-
If the timing coincides between polling and build, Hudson ended up creating multiple workspaces for the same job,
even when concurrent build is off.
(issue 4202)
-
Fixed a "Releasing unallocated workspace" assertion error.
(issue 4206)
-
Fixed NPE in various Maven reporters caused by Hudson core problem.
(issue 4192)
-
Show warning if zero value entered for #builds/#days to save for discarding old builds
(issue 4110)
-
Added create-job CLI command.
-
Hudson now tracks why a slave is put offline.
(issue 2431)
-
User-settable descriptions for tests.
-
A history page with test count and duration charts.
(issue 2228)
-
A collapsible panel with test error details on the overview pages.
-
Skipped tests counts are included in tables.
(issue 1820)
-
New tests are shown in bold.
(issue 2046)
-
JUnit report improvements: A new extension point for contributing to test reports.
-
Improved the start up error handling with slave.jar -jnlpUrl option.
(report)
-
Made hetero-list's include of descriptor config pages optional, so
that descriptors without config.jelly files don't break page rendering.
(See
here for background.
-
Moved Maven help files to maven-plugin.
(issue 3527)
-
Hudson shouldn't immediately launch a slave newly created via copy.
report
-
Added support for optional alternate Maven settings file for use
in embedded Maven for POM parsing as well as actual Maven
execution.
(issue 2575)
-
Added a test button to the PAM configuration to make sure Hudson has read access to
/etc/shadow
(report)
-
Users can define their own views
-
Added a /me url that points to the current user
-
Added a new password parameter type to the parameterized builds.
(report)
-
Matrix projects can now run sequentially
(issue 3028)
-
Hudson now allows builds of a single project to execute concurrently.
-
Removed a problematic MIME type entry that prevents Hudson from deploying on JOnAS.
(report)
-
Hudson can't restart itself on Mac, so don't pretend that it can.
(report)
-
Fixed Maven plugin to properly use private repository (when
specified) when parsing POMs.
(issue 4102)
-
Edit Description worked incorrectly when default view is changed from All jobs.
(issue 4070)
-
Fixed a bug in JDK auto-installation to Windows with directories with whitespaces.
(issue 4118)
-
Added support for incremental Maven project builds,
using Maven's
make-like reactor mode.
-
Script console can now see classes from all the plugins, not just core.
(issue 4086)
-
slave.jar now has the -auth option to specify the credential for accessing Hudson
(report)
-
Debian package now depends on java2-runtime-headless instead of java2-runtime
-
Actions can now contribute environment variables.
(report)
-
Modified the reconnection logic for slaves connecting via JNLP so that it works better with protected Hudson.
(report)
-
Fixed a bug in inferring root DN in non-anonymous LDAP environment.
(report)
-
Fixed a MissingResourceException for "Ajp13Listener.ShortPacket"
(issue 4053)
-
Fixed 500 error when requesting the zip URL.
(issue 4039)
-
Debian package now has 750 permission on /var/run/hudson and /var/lib/hudson to make ssh work
(issue 4047)
-
Fixed LinkageError in PAM authentication on Solaris.
(issue 3546)
-
Fixed a JDK path separator issue between Windows master and Unix slaves.
-
Fixed a memory leak in the remoting layer.
(issue 4045)
-
Fixed Maven dependency build order logic.
(issue 2736)
-
Renaming views and jobs, and deleting jobs should use POST instead of GET.
(discussion)
-
Improved the error diagnosis of "Processing failed due to a bug in the code"
-
Slaves expose more information via the remote API now.
-
Exported BUILD_ID to the remote API.
(report)
-
Don't let the slave TCP/IP connection port failure to prevent Hudson start up.
(report)
-
If the user sets up "Hudson's own" security realm, UI now asks the first admin user to be created.
-
Windows service now does log rotation and handles whitespace in path correctly.
(This is only applicable to newly installed services.)
(report)
-
Matrix configuration should show a test trend.
(issue 840)
-
Fixed a possible NPE in installing Windows service.
(report)
-
Fixed a possible NPE in CrumbFilter.getCrumbIssuer.
(issue 3986)
-
Login may result in 403 if the user realm is delegated to container.
(issue 1235)
-
The --logfile option stopped working on Windows.
(issue 3272)
-
On-demand retention policy almost immediately turns off slaves.
(issue 3972)
-
Fixed "incomplete LifecycleExecutor" warning with Maven 2.2
(issue 2373)
-
Fixed a bug in Winstone that may result in "unable to create new native thread" error
(report)
-
Fixed a possible NPEs with the slavestatus plugin.
(report)
-
Fixed a possible StringIndexOutOfBoundsException with Windows process execution.
(issue 4034)
-
Fixed an NPE when environment variables are enabled but no variables are set.
(issue 4032)
-
Added ibm-web-bnd.xmi to simplify the automated deployment with WebSphere.
(issue 3270)
-
When deleting the workspace of a matrix project, do so for all configurations.
(issue 3087)
-
Enclose URLs in angle brackets when sending mail.
(issue 3647)
-
Plugins can now hide classes in the core so that they can ship their own versions.
(report)
-
The default view is now configurable.
-
Tentatively added additional extension points to control queue behaviors.
(patch)
-
Added support for proxy authentication on non-NTLM systems
(issue 1920)
-
Added MIME type mapping for several well-known file extensions so that it works everywhere.
(issue 3803)
-
Hudson failed to notice a build result status change if aborted builds
were in the middle.
(report)
-
TCP/IP hostname calculation of slaves may fail due in high latency network.
(issue 3981)
-
Expose MAVEN_OPTS as env. var, in addition to set it to Maven JVM.
(issue 3644)
-
Fixed winp.dll load problem on WebSphere
(report)
-
Subversion checkouts created files for symlinks
(issue 3949)
-
Hudson CLI now tries to connect to Hudson via plain TCP/IP, then fall back to tunneling over HTTP.
-
Added ability to exclude by author and revision property with Subversion polling trigger.
-
CLI slave agents show details of how it failed to connect.
(report)
-
Fixed a possible "Cannot create a file when that file already exists" error in managed Windows slave launcher.
report
-
Made Hudson more robust in parsing CVS/Entries
report
-
Fixed a regression in the groovy CLI command
report
-
Fixed regression in handling of usernames containing
<, often used by Mercurial.
(issue 3964)
-
Allow Maven projects to have their own artifact archiver settings.
(issue 3289)
-
Added copy-job, delete-job, enable-job, and disable-job command.
-
Fixed a bug in the non-ASCII character handling in remote bulk file copy.
(report)
-
Supported self restart on all containers in Unix
(report)
-
Added Retry Logic to SCM Checkout
-
Fix bug in crumb validation when client is coming through a proxy.
(issue 3854)
-
Replaced "appears to be stuck" with an icon.
(issue 3891)
-
WebDAV deployment from Maven was failing with VerifyError.
-
Subversion checkout/update gets in an infinite loop when a previously valid password goes invalid.
(issue 2909)
-
1.311 jars were not properly signed
-
Subversion SCM browsers were not working.
(report)
-
Gracefully handle IBM JVMs on PowerPC.
(issue 3875)
-
Fixed NPE with GlassFish v3 when CSRF protection is on.
(issue 3878)
-
Fixed a bug in CLI where the state of command executions may interfere with each other.
-
CLI should handle the situation gracefully if the server doesn't use crumb.
-
Fixed a performance problem in CLI execution.
-
Don't populate the default value of the Subversion local directory name.
(report)
-
Integrated SVNKit 1.3.0
-
Implemented more intelligent polling assisted by commit-hook from SVN repository.
(details)
-
Subversion support is moved into a plugin to isolate SVNKit that has GPL-like license.
-
Fixed a performance problem in master/slave file copy.
(issue 3799)
-
Set time out to avoid infinite hang when SMTP servers don't respond in time.
(report)
-
Ant/Maven installers weren't setting the file permissions on Unix.
(issue 3850)
-
Fixed cross-site scripting vulnerabilities, thanks to Steve Milner.
-
Changing number of executors for master node required Hudson restart.
(issue 3092)
-
Improved validation and help text regarding when number of executors setting may be zero.
(issue 2110)
-
NPE fix in the remote API if @xpath is used without @exclude.
(patch)
-
Expose the node name as 'NODE_NAME' environment varilable to build.
-
Added a CLI command to clear the job queue.
(report)
-
Sundry improvements to automatic tool installation. You no longer need to configure an absolute tool home directory. Also some Unix-specific fixes.
-
Generate nonce values to prevent cross site request forgeries. Extension point to customize the nonce generation algorithm.
-
Reimplemented JDK auto installer to reduce Hudson footprint by 5MB. This also fix a failure to run on JBoss.
(report)
-
Unit test trend graph was not displayed if there's no successful build.
(report)
-
init script ($HUDSON_HOME/init.groovy) is now run with uber-classloader.
-
Maven2 projects may fail with "Cannot lookup required component".
(issue 3706)
-
Toned down the form validation of JDK, Maven, Ant installations given that we can now auto-install them.
-
Ant can now be automatically installed from ant.apache.org.
-
Maven can now be automatically installed from maven.apache.org.
-
AbstractProject.doWipeOutWorkspace() wasn't calling SCM.processWorkspaceBeforeDeletion.
(issue 3506)
-
X-Hudson header was sent for all views, not just the top page.
(report)
-
Remote API served incorrect absolute URLs when Hudson is run behind a reverse proxy.
(report)
-
Further improved the JUnit report parsing.
(report)
-
External job monitoring was ignoring the possible encoding difference between Hudson and the remote machine that executed the job.
(report)
-
Slave launch log was doing extra buffering that can prevent error logs (and so on) from showing up instantly.
(report)
-
Some failures in Windows batch files didn't cause Hudson to fail the build.
(report)
-
Maven 2.1 support was not working on slaves.
(report)
-
Fixed a bug that caused Hudson to delete slave workspaces too often.
(issue 3653)
-
If distributed build isn't enabled, slave selection drop-down shouldn't be displayed in the job config.
-
Added support for Svent 2.x SCM browsers.
(issue 3357)
-
Fixed unexpanded rootURL in CLI.
(report)
-
Trying to see the generated maven site results in 404.
(issue 3497)
-
Long lines in console output are now wrapped in most browsers.
-
Hudson can now automatically install JDKs from java.sun.com
-
The native m2 mode now works with Maven 2.1
(issue 2373)
-
CLI didn't work with "java -jar hudson.war"
(report)
-
Link to the jar file in the CLI usage page is made more robust.
(issue 3621)
-
"Build after other projects are built" wasn't loading the proper setting.
(issue 3284)
-
Hudson started as "java -jar hudson.war" can now restart itself on all Unix flavors.
-
When run on GlassFish, Hudson configures GF correctly to handle URI encoding always in UTF-8
-
Added a new extension point to contribute fragment to UDP-based auto discovery.
-
Rolled back changes for HUDSON-3580 - workspace is once again deleted on svn checkout.
(issue 3580)
-
Fixed a binary incompatibility in UpstreamCause that results in NoSuchMethodError. Regression in 1.302.
(report)
-
The "groovysh" CLI command puts "println" to server stdout, instead of CLI stdout.
-
The elusive 'Not in GZIP format' exception is finally fixed thanks to cristiano_k's great detective work
(issue 2154)
-
Hudson kept relaunching the slave under the "on-demand" retention strategy.
(report)
-
Extra slash (/) included in path to workspace copy of svn external.
(issue 3533)
-
NPE prevents Hudson from starting up on some environments
(report)
-
Workspace deleted when subversion checkout happens.
(issue 3580)
-
Hudson now handles unexpected failures in trigger plugins more gracefully.
-
Use 8K buffer to improve remote file copy performance.
(issue 3524)
-
Hudson now has a CLI
-
Hudson's start up performance is improved by loading data concurrently.
-
When a SCM plugin is uninstalled, projects using it should fall back to "No SCM".
-
When polling SCMs, boolean parameter sets default value collectly.
-
Sidebar build descriptions will not have "..." appended unless they have been truncated.
(issue 3541)
-
Workspace with symlink causes svn exception when updating externals.
(issue 3532)
-
Hudson now started bundling ssh-slaves plugin out of the box.
-
Added an extension point to programmatically contribute a Subversion authentication credential.
(report)
-
You can now configure which columns are displayed in a view.
"Last Stable" was also added as an optional column (not displayed by default).
(issue 3465)
-
Preventive node monitoring like /tmp size check, swap space size check can be now disabled selectively.
(issue 2596,
issue 2552)
-
Per-project read permission support.
(issue 2324)
Older changelogs can be found in a separate file