Changeset 21e9636 in trunk


Ignore:
Timestamp:
2015-06-08T06:54:28Z (10 years ago)
Author:
Brian Warner <warner@…>
Branches:
master
Children:
2fdccab
Parents:
8781c2e
Message:

NEWS: classify changes as user-visible or not

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified NEWS.rst

    r8781c2e r21e9636  
    1212tickets closed during this time, even minor non-user-visible ones.
    1313
     14Significant 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
     23not-so significant user-visible:
    1424- show git branch in version output #1953
    15 - packaging fixes #1969 #1960
    16 - mutable/retrieve: raise NotEnoughSharesError earlier when the sharemap says
    17   it's useless, and improve the error message #1742
    1825- improve user feedback when filing an Incident Report #1974
    1926- 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
     48not user-visible:
    2149- remove unused 'human encoding' URI methods #1807
    22 - check/deep-check learned to accept multiple location args #740
    2350- tests warn if tree is dirty #1992
    2451- Travis-CI turned on #2249
    25 - py2.6 is now unsupported on windows
    2652- add 'distclean', don't remove egg-info during 'make clean' #2092
    2753- add "UTF-8 BOM" to all docs #1948
    28 - various docs cleanups/improvements
    2954- improve safety of timing_safe_compare() #2165
    30 - checker reports: remove needs-rebalancing, add count-happiness #1784 #2105
    31 - improve packaging under pip #2209
    3255- remove old darcs tooling
    3356- minor comments #1874 #2086
     57- improve test #2048
    3458- switch to unminified d3/jquery JS files #2208
    35 - improve test #2048
    3659- reject furlfiles with "#" #2128
    3760- rename exit-trigger/self-destruct test feature #1336
    3861- add coverage.io test-coverage reporting #623
    39 - hush warnings during dep-checking, stop complaining about missing
    40   "service_identity" dep #2248
    4162- dedup license info in about.rst/README.txt #2067
    42 - 'tahoe cp -r' copies the top-level directory into new dir #712
    4363- log roothash in base32 not binary #1800
    44 - improve welcome page CSS for narrow windows #1931
    45 - redesign WUI directory pages #1966
    4664- improve upload tests #2008
    4765- remove obsolete debian packaging tools #2282
     
    5169- tolerate python subprocess bug #2023
    5270- remove old build_helpers tools #2305
    53 - fix "Download" button on welcome page #1901
    5471- update zetuptoolz
    5572- hack windows/OpenSSL deps on windows #2249 #2193
    56 - WAPI: do not report 'size' metadata when unknown #1634
    57 - new OS-X packaging #182
    58 - stop using contents of .tac files #1159
    59 - improve version-number reporting #2340
    60 - add per-server "(space) Available" column to welcome page #648
    61 - add public-key auth to SFTP server #1411
    62 - `tahoe cp -r` changes w.r.t. unnamed directories #2329
    6373- tolerate PEP440 semantics in dependency specifications #2354
    64 - replace WUI icons with distinct shapes for accessibility #1961
    6574- hush DeprecationWarning with twisted.web #2312
    6675- fix race condition during mutable upload
    67 - fix handling of long paths on windows #2235 #1674 #2027
    6876- 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. #754
    71 - 'tahoe cp -r': fix exception #2329
    7277- put version string into name of OS-X package: #2393
    7378- improve unicode handling of arguments to (S)FTPServer #2388
     
    7782- remove named-path upload/download from control-port #1737
    7883- unicode handling on windows something #2398
    79 - depend on foolscap >= 0.8.0, which makes better keys #2400
    8084- zetuptoolz: tolerate single-string requirespec #2242
    8185- add icon for OS-X/windows #2323
    82 - initial Docker support PR#165
    8386- accept newer Twisted (>=13) on windows if pywin32 is manually installed #2416
    8487- windows: find home directory on multiple versions of windows #2417
    8588- 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
     90unknown / 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
    8896
    8997all tickets noted as closed: 1953 1960 1974 1972 1717 1381 898 1707 1918 1807
Note: See TracChangeset for help on using the changeset viewer.