~ubuntu-branches/ubuntu/jaunty/transmission/jaunty-security

« back to all changes in this revision

Viewing changes to macosx/appcast/releasenotes.css

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2008-11-28 15:33:48 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20081128153348-it70trfnxiroblmc
Tags: 1.40-0ubuntu1
* New upstream release (LP: #302672)
  - Tracker communication uses fewer resources
  - More accurate bandwidth limits
  - Reduce disk fragmentation by preallocating files (LP: #287726)
  - Stability, security and performance improvements to the RPC /
    Web UI server (closes LP: #290423)
  - Support compression when serving Web UI and RPC responses
  - Simplify the RPC whitelist
  - Fix bug that prevented handshakes with encrypted BitComet peers
  - Fix 1.3x bug that could re-download some data unnecessarily
    (LP: #295040)
  - Option to automatically update the blocklist weekly
  - Added off-hour bandwidth scheduling
  - Simplify file/priority selection in the details dialog
  - Fix a couple of crashes
  - New / updated translations
  - Don't inhibit hibernation by default (LP: #292929)
  - Use "close" animation when sending to notification area (LP: #130811)
  - Fix resize problems (LP: #269872)
  - Support "--version" option when launching from command line
    (LP: #292011)
  - Correctly parse announce URLs that have leading or trailing
    spaces (LP: #262411)
  - Display an error when "Open Torrent" fails (LP: #281463)
* Dropped 10_fix_crasher_from_upstream.dpatch: Fix is in this
  upstream release.
* debian/control: Don't just build-depend on libcurl-dev, which is
  a virtual package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body  {
 
2
        margin: 2px 12px 12px
 
3
        }
 
4
 
 
5
h1            {
 
6
        font-size: 11pt;
 
7
        font-family: "Lucida Grande", Arial, sans-serif;
 
8
        margin-bottom: 0
 
9
        }
 
10
 
 
11
 
 
12
h2               {
 
13
        font-size: 9pt;
 
14
        font-family: "Lucida Grande", Arial, sans-serif;
 
15
        margin-top: 0;
 
16
        margin-bottom: -10px
 
17
        }
 
18
 
 
19
h3   {
 
20
        font-size: 9pt;
 
21
        font-family: "Lucida Grande", Arial, sans-serif;
 
22
        font-weight: bold;
 
23
        margin-top: -4px;
 
24
        margin-bottom: -4px
 
25
        }
 
26
 
 
27
p                  {
 
28
        font-size: 9pt;
 
29
        font-family: "Lucida Grande", Arial, sans-serif;
 
30
        line-height: 12pt;
 
31
        text-decoration: none
 
32
        }
 
33
 
 
34
 
 
35
ol                     {
 
36
        font-size: 9pt;
 
37
        font-family: "Lucida Grande", Arial, sans-serif;
 
38
        line-height: 12pt;
 
39
        list-style-position: outside;
 
40
        margin-top: 12px;
 
41
        margin-bottom: 12px;
 
42
        margin-left: -18px;
 
43
        padding-left: 40px
 
44
        }
 
45
 
 
46
 
 
47
ol li         {
 
48
        margin-top: 6px;
 
49
        margin-bottom: 6px
 
50
        }
 
51
 
 
52
 
 
53
ol p        {
 
54
        margin-top: 6px;
 
55
        margin-bottom: 6px
 
56
        }
 
57
 
 
58
 
 
59
ul                     {
 
60
        font-size: 9pt;
 
61
        font-family: "Lucida Grande", Arial, sans-serif;
 
62
        line-height: 12pt;
 
63
        list-style-type: square;
 
64
        list-style-position: outside;
 
65
        margin-top: 12px;
 
66
        margin-bottom: 12px;
 
67
        margin-left: -24px;
 
68
        padding-left: 40px
 
69
        }
 
70
 
 
71
 
 
72
ul li        {
 
73
        margin-top: 6px;
 
74
        margin-bottom: 6px
 
75
        }
 
76
 
 
77
 
 
78
ul p        {
 
79
        margin-top: 6px;
 
80
        margin-bottom: 6px
 
81
        }
 
82
 
 
83
 
 
84
a         {
 
85
        color: #00f;
 
86
        font-size: 9pt;
 
87
        font-family: "Lucida Grande", Arial, sans-serif;
 
88
        line-height: 12pt;
 
89
        text-decoration: none
 
90
        }
 
91
 
 
92
 
 
93
a:hover    {
 
94
        color: #00f;
 
95
        font-family: "Lucida Grande", Arial, sans-serif;
 
96
        text-decoration: underline
 
97
        }
 
98
 
 
99
hr  {
 
100
        text-decoration: none;
 
101
        border: solid 1px #bfbfbf
 
102
        }
 
103
 
 
104
td  {
 
105
        padding: 6px
 
106
        }
 
107
 
 
108
#banner     { background-color: #f2f2f2; background-repeat: no-repeat; padding: -2px 6px 0; position: fixed; top: 0; left: 0; width: 100%; height: 1.2em; float: left; border: solid 1px #bfbfbf }
 
109
 
 
110
#caticon                 {
 
111
margin-top: 3px;
 
112
        margin-bottom: -3px;
 
113
        margin-right: 5px;
 
114
        float: left;
 
115
        }
 
116
 
 
117
#pagetitle                  {
 
118
        margin-top: 12px;
 
119
        margin-bottom: 0px;
 
120
        margin-left: 40px;
 
121
        width: 88%;
 
122
        border: solid 1px #fff
 
123
        }
 
124
 
 
125
 
 
126
#mainbox                 {
 
127
        margin-top: 2349px;
 
128
        padding-right: 6px
 
129
        }
 
130
 
 
131
#taskbox                             {
 
132
        background-color: #e6edff;
 
133
        list-style-type: decimal;
 
134
        list-style-position: outside;
 
135
        margin: 12px 0;
 
136
        padding: 2px 12px;
 
137
        border: solid 1px #bfbfbf
 
138
        }
 
139
 
 
140
 
 
141
#taskbox  h2 {
 
142
        margin-top: 8;
 
143
        margin-bottom: -4px
 
144
        }
 
145
 
 
146
#machelp   { position: absolute; top: 2px; left: 10px }
 
147
 
 
148
#index      { background-color: #f2f2f2; padding-right: 25px; top: 2px; right: 12px; width: auto; float: right }
 
149
 
 
150
#next  {
 
151
        position: absolute;
 
152
        top: 49px;
 
153
        left: 88%
 
154
        }
 
155
        
 
156
#asindent {
 
157
        margin-left: 22px;
 
158
        font-size: 9pt;
 
159
        font-family: Verdana, Courier, sans-serif;
 
160
        }
 
161
        
 
162
.bread   {
 
163
        color: #00f;
 
164
        font-size: 8pt;
 
165
        margin: -9px 0 -6px
 
166
        }
 
167
 
 
168
.leftborder    {
 
169
        color: #00f;
 
170
        font-size: 8pt;
 
171
        margin: -9px 0 -6px;
 
172
        padding-top: 2px;
 
173
        padding-bottom: 3px;
 
174
        padding-left: 8px;
 
175
        border-left: 1px solid #bfbfbf
 
176
        }
 
177
 
 
178
.mult  {
 
179
        margin-top: -8px
 
180
        }
 
181
 
 
182
.blue    {
 
183
        background-color: #e6edff;
 
184
        margin-top: -3px;
 
185
        margin-bottom: -3px;
 
186
        padding-top: -3px;
 
187
        padding-bottom: -3px
 
188
        }
 
189
 
 
190
.red    {
 
191
        background-color: #ffcccc;
 
192
        margin-top: -3px;
 
193
        margin-bottom: -3px;
 
194
        padding-top: -3px;
 
195
        padding-bottom: -3px
 
196
        }
 
197
 
 
198
.rightfloater
 
199
{
 
200
    float: right;
 
201
    margin-left: 15px;
 
202
}
 
203
 
 
204
.rules   {
 
205
        border-bottom: 1px dotted #ccc
 
206
        }
 
207
 
 
208
.dots  {
 
209
        border: dotted 1px #ccc
 
210
        }
 
211
 
 
212
.seealso  {
 
213
        margin-top: 4px;
 
214
        margin-bottom: 4px
 
215
        }
 
216
code       {
 
217
        color: black;
 
218
        font-size: 9pt;
 
219
        font-family: Verdana, Courier, sans-serif;
 
220
        }