From 7e3bc36b39da323bda7b6d0e18ed4a65f3c6ec7a Mon Sep 17 00:00:00 2001 From: Jerome Lacoste Date: Mon, 7 Feb 2011 14:44:59 +0100 Subject: [PATCH] Revert "merge changelog.html fixes from kk" Note that the above description is incorrect as to what the merge was about. It is the message that I intended to make. It appears that I accidentaly merged multiple fixes waiting to be reviewed on my private fork. This reverts commit dce0d2aff0a440d7405b9ba10fafa2f3fe98a27a, reversing changes made to 63f67f30bdcfd062bccc85d245109b34785a195b. --- TODO | 3 - changelog.html | 24 +- core/src/main/java/hudson/Main.java | 16 +- core/src/main/java/hudson/Proc.java | 6 +- .../main/java/hudson/UDPBroadcastThread.java | 5 +- core/src/main/java/hudson/Util.java | 8 +- .../src/main/java/hudson/model/LargeText.java | 16 +- .../org/apache/tools/tar/TarInputStream.java | 2 +- .../java/hudson/util/ChunkedInputStream.java | 4 +- .../main/java/hudson/util/CompressedFile.java | 4 +- .../java/hudson/util/HeadBufferingStream.java | 2 +- .../java/hudson/util/StreamCopyThread.java | 4 +- .../main/java/hudson/util/io/ZipArchiver.java | 11 +- core/src/test/java/hudson/FilePathTest.java | 2 +- .../java/hudson/model/UpdateCenterTest.java | 18 +- .../java/hudson/scheduler/CronTabTest.java | 6 +- .../test/java/hudson/slaves/NodeListTest.java | 3 +- .../java/hudson/util/ConsistentHashTest.java | 9 +- .../test/java/hudson/util/PackedMapTest.java | 3 +- .../util/QuotedStringTokenizerTest.java | 3 +- .../src/test/java/hudson/util/SecretTest.java | 3 +- .../test/java/hudson/util/XStream2Test.java | 9 +- .../light_update-center.json?version=build | 62 - .../model/update-center.json?version=build | 7304 ----------------- .../java/hudson/maven/agent/LaunchTest.java | 2 +- .../hudson/remoting/BinarySafeStream.java | 5 +- .../hudson/remoting/FastPipedInputStream.java | 4 +- .../hudson/remoting/RemoteClassLoader.java | 9 +- .../hudson/remoting/RemoteInputStream.java | 4 +- .../hudson/remoting/forward/CopyThread.java | 4 +- .../test/java/hudson/remoting/CopyThread.java | 11 +- .../java/hudson/remoting/TestCallable.java | 9 +- .../org/jvnet/hudson/test/HudsonTestCase.java | 12 +- .../java/hudson/UDPBroadcastThreadTest.java | 2 - 34 files changed, 84 insertions(+), 7505 deletions(-) delete mode 100644 TODO delete mode 100644 core/src/test/resources/hudson/model/light_update-center.json?version=build delete mode 100644 core/src/test/resources/hudson/model/update-center.json?version=build diff --git a/TODO b/TODO deleted file mode 100644 index d56562114c..0000000000 --- a/TODO +++ /dev/null @@ -1,3 +0,0 @@ -* check classes moved to stapler -* check why we can't just use IOUtil -* check cases where we don't want to closeQuietly. We should at least log. Why not having a global error handler instead ? diff --git a/changelog.html b/changelog.html index 303b0634b8..c38f42219c 100644 --- a/changelog.html +++ b/changelog.html @@ -1,4 +1,3 @@ - - - + Changelog @@ -40,14 +38,14 @@ Some tips: @@ -116,7 +114,7 @@ Upcoming changes If the JNLP-connected slave drops out without the master not noticing, allow the reconnection without rejecting it. (issue 5055) -
  • +
  • Fixed a trademark bug that caused a considerable fiasco by renaming to Jenkins

    What's new in 1.395 (2011/01/21)

    @@ -326,7 +324,7 @@ Upcoming changes
  • Update bundled subversion plugin to version 1.20 and ssh-slaves to version 0.14. -

    What's new in 1.385 (2010/11/15)

    +

    What's new in 1.385 (2010/11/15)

    @@ -387,7 +385,7 @@ Upcoming changes
  • Improved packet fragmentation in Winstone when writing out HTTP responses.
  • Extension Point to provide alternate UI for Project Views implemented - (issue 1467) + (issue 1467)

    What's new in 1.380 (2010/10/09)