Changeset 21e9636 in trunk
- Timestamp:
- 2015-06-08T06:54:28Z (10 years ago)
- Branches:
- master
- Children:
- 2fdccab
- Parents:
- 8781c2e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified NEWS.rst ¶
r8781c2e r21e9636 12 12 tickets closed during this time, even minor non-user-visible ones. 13 13 14 Significant user-visible: 15 - py2.6 is now unsupported on windows 16 - 'tahoe cp -r' copies the top-level directory into new dir #712 17 - improve welcome page CSS for narrow windows #1931 18 - redesign WUI directory pages #1966 19 - use "AUTO" in tahoe.cfg/node/tub.location to mean autodetect IP addresses. 20 Can be combined with static addresses, or turned off entirely. #754 21 - 'tahoe cp -r': fix exception #2329 22 23 not-so significant user-visible: 14 24 - show git branch in version output #1953 15 - packaging fixes #1969 #196016 - mutable/retrieve: raise NotEnoughSharesError earlier when the sharemap says17 it's useless, and improve the error message #174218 25 - improve user feedback when filing an Incident Report #1974 19 26 - add page-rendering timestamp to WUI #1972 20 - improve what-is-my-ipv4 on windows/cygwin #1381 27 - check/deep-check learned to accept multiple location args #740 28 - various docs cleanups/improvements 29 - checker reports: remove needs-rebalancing, add count-happiness #1784 #2105 30 - improve packaging under pip #2209 31 - hush warnings during dep-checking, stop complaining about missing 32 "service_identity" dep #2248 33 - fix "Download" button on welcome page #1901 34 - WAPI: do not report 'size' metadata when unknown #1634 35 - new OS-X packaging #182 36 - stop using contents of .tac files #1159 37 - improve version-number reporting #2340 38 - add per-server "(space) Available" column to welcome page #648 39 - add public-key auth to SFTP server #1411 40 - `tahoe cp -r` changes w.r.t. unnamed directories #2329 41 - replace WUI icons with distinct shapes for accessibility #1961 42 - fix handling of long paths on windows #2235 #1674 #2027 43 - depend on foolscap >= 0.8.0, which makes better keys #2400 44 - initial Docker support PR#165 45 - CLI --help rendering: cite (but do not list) global options on each command. #2233 46 - add OpenSSL version to 'tahoe --version' #2215 47 48 not user-visible: 21 49 - remove unused 'human encoding' URI methods #1807 22 - check/deep-check learned to accept multiple location args #74023 50 - tests warn if tree is dirty #1992 24 51 - Travis-CI turned on #2249 25 - py2.6 is now unsupported on windows26 52 - add 'distclean', don't remove egg-info during 'make clean' #2092 27 53 - add "UTF-8 BOM" to all docs #1948 28 - various docs cleanups/improvements29 54 - improve safety of timing_safe_compare() #2165 30 - checker reports: remove needs-rebalancing, add count-happiness #1784 #210531 - improve packaging under pip #220932 55 - remove old darcs tooling 33 56 - minor comments #1874 #2086 57 - improve test #2048 34 58 - switch to unminified d3/jquery JS files #2208 35 - improve test #204836 59 - reject furlfiles with "#" #2128 37 60 - rename exit-trigger/self-destruct test feature #1336 38 61 - add coverage.io test-coverage reporting #623 39 - hush warnings during dep-checking, stop complaining about missing40 "service_identity" dep #224841 62 - dedup license info in about.rst/README.txt #2067 42 - 'tahoe cp -r' copies the top-level directory into new dir #71243 63 - log roothash in base32 not binary #1800 44 - improve welcome page CSS for narrow windows #193145 - redesign WUI directory pages #196646 64 - improve upload tests #2008 47 65 - remove obsolete debian packaging tools #2282 … … 51 69 - tolerate python subprocess bug #2023 52 70 - remove old build_helpers tools #2305 53 - fix "Download" button on welcome page #190154 71 - update zetuptoolz 55 72 - hack windows/OpenSSL deps on windows #2249 #2193 56 - WAPI: do not report 'size' metadata when unknown #163457 - new OS-X packaging #18258 - stop using contents of .tac files #115959 - improve version-number reporting #234060 - add per-server "(space) Available" column to welcome page #64861 - add public-key auth to SFTP server #141162 - `tahoe cp -r` changes w.r.t. unnamed directories #232963 73 - tolerate PEP440 semantics in dependency specifications #2354 64 - replace WUI icons with distinct shapes for accessibility #196165 74 - hush DeprecationWarning with twisted.web #2312 66 75 - fix race condition during mutable upload 67 - fix handling of long paths on windows #2235 #1674 #202768 76 - fix MANIFEST.in warnings #2380 69 - use "AUTO" in tahoe.cfg/node/tub.location to mean autodetect IP addresses.70 Can be combined with static addresses, or turned off entirely. #75471 - 'tahoe cp -r': fix exception #232972 77 - put version string into name of OS-X package: #2393 73 78 - improve unicode handling of arguments to (S)FTPServer #2388 … … 77 82 - remove named-path upload/download from control-port #1737 78 83 - unicode handling on windows something #2398 79 - depend on foolscap >= 0.8.0, which makes better keys #240080 84 - zetuptoolz: tolerate single-string requirespec #2242 81 85 - add icon for OS-X/windows #2323 82 - initial Docker support PR#16583 86 - accept newer Twisted (>=13) on windows if pywin32 is manually installed #2416 84 87 - windows: find home directory on multiple versions of windows #2417 85 88 - improve fileutil something #1531 86 - CLI --help rendering: cite (but do not list) global options on each command. #2233 87 - add OpenSSL version to 'tahoe --version' #2215 89 90 unknown / needs-more-research: 91 - packaging fixes #1969 #1960 92 - mutable/retrieve: raise NotEnoughSharesError earlier when the sharemap says 93 it's useless, and improve the error message #1742 94 - improve what-is-my-ipv4 on windows/cygwin #1381 95 88 96 89 97 all tickets noted as closed: 1953 1960 1974 1972 1717 1381 898 1707 1918 1807
Note: See TracChangeset
for help on using the changeset viewer.