~ubuntu-branches/ubuntu/maverick/transmission/maverick-updates

« back to all changes in this revision

Viewing changes to macosx/appcast/releasenotes.html

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2009-12-08 10:49:11 UTC
  • mfrom: (1.1.29 upstream) (2.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091208104911-06gio45n2nla3vpg
Tags: 1.80~b1-0ubuntu1
* New upstream release (LP: #460620), rebased on debian unstable
  remaining changes:
  - debian/control:
    + Added replaces & provides clutch (now included as part of transmission).
      Can be removed in lucid+1
    + Added quilt, liblaunchpad-integration-dev and lsb-release to Build-Depends
  - debian/rules:
    + create a po template during package build.
  - debian/patches/01_lpi.patch:
    + integrate transmission with launchpad
  - debian/patches/20_add_x-ubuntu-gettext-domain.diff:
    + add x-ubuntu-gettext-domain to .desktop file.
  - debian/transmission-daemon.default:
    - remove --auth from OPTIONS
* Fixes bugs:
  - tray menu shows wrong status for "main window" when started minimized
    (LP: #451415)
* Refreshed patches:
  - dont_build_libevent.patch
  - 99_autoreconf.patch
* Removed patches:
  - 21_onPortTested.diff, 23_tr_torrentNext.diff and
    24_tr_torrentDeleteLocalData_do_move.diff
* debian/patches/21_fix_inhibition.patch:
  - The right value for suspend inhibition is 4
* debian/control:
  - Build-Depend on libgconf2-dev to enable magnet link registration and on
    libcanberra-gtk-dev for notification sound.
* debian/watch:
  - make it detect beta versions, to be removed after 1.80 is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
 
3
 
        <head>
4
 
                <meta http-equiv="content-type" content="text/html;charset=utf-8">
5
 
                <title>What's new in Transmission?</title>
6
 
                <meta name="robots" content="anchors">
7
 
                <link href="releasenotes.css" type="text/css" rel="stylesheet" media="all">
8
 
        </head>
9
 
 
10
 
        <body>
11
 
                        
12
 
                        <br>
13
 
                        <table class="dots" width="100%" border="0" cellspacing="0" cellpadding="0" summary="Two column table with heading">
14
 
                                <tr>
15
 
                                        <td class="blue">
16
 
                                                <h3>Application Changes</h3>
17
 
                                        </td>
18
 
                                </tr>
19
 
                                <tr>
20
 
                                        <td>
21
 
                                                <ul>
22
 
                                                <li>Fix libcurl build issue that caused tracker connectivity problems on Snow Leopard</li>
23
 
                        <li>Don't wait so long on unresponsive trackers if there are other trackers to try</li>
24
 
                                                <li>Adding corrupt/invalid torrents could crash Transmission</li>
25
 
                                                <li>Fix 1.74 bug that caused a high CPU load on startup</li>
26
 
                                                <li>Fix 1.74 bug that stopped multitracker if a single tracker sent an error message</li>
27
 
                                                <li>Fix bug in converting other charsets to UTF-8</li>
28
 
                                                <li>Handle HTTP redirects more gracefully</li>
29
 
                                                <li>Faster verification of local data for torrents with small piece size</li>
30
 
                                                <li>Fix error when creating a torrent file while still changing the announce address</li>
31
 
                                                </ul>
32
 
                                        </td>
33
 
                                </tr>
34
 
                        </table>
35
 
                        
36
 
                        <p>For a full list of changes, <a href="http://trac.transmissionbt.com/query?milestone=1.75&group=component&groupdesc=1&order=severity">click here</a>.</p>
37
 
        </body>
38
 
 
39
 
</html>