~ubuntu-branches/ubuntu/oneiric/dbus/oneiric-security

« back to all changes in this revision

Viewing changes to cmake/doc/index.html.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2010-12-21 13:43:26 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20101221134326-tphabew59n072ej1
Tags: 1.4.1-0ubuntu1
* New upstream release:
  - Fix for CVE-2010-4352: sending messages with excessively-nested
    variants can crash the bus. The existing restriction to 64-levels
    of nesting previously only applied to the static type signature;
    now it also applies to dynamic nesting using variants.
  - Various bug fixes.

* Dropped patch from 1.4.0-0ubuntu2 since it's now included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<title>D-Bus Documentation Index</title>
 
4
</head>
 
5
<body>
 
6
<h1>D-Bus Documentation Index</h1>
 
7
<p>Version @DBUS_VERSION_STRING@</p>
 
8
 
 
9
<table>
 
10
 <tr>
 
11
  <th width=10%>
 
12
  </th>
 
13
  <th width=30% align=left>
 
14
   generic documentation
 
15
  </th>
 
16
  <th width=30% align=left>
 
17
application manuals
 
18
  </th>
 
19
 </tr>
 
20
 <tr>
 
21
  <td valign=top>
 
22
  </td>
 
23
  <td valign=top>
 
24
<a href="http://dbus.freedesktop.org">D-Bus Website</a>
 
25
  <br>
 
26
  <br>
 
27
<a href="dbus-tutorial.html">D-Bus Tutorial</a>
 
28
  <br>
 
29
  <br>
 
30
<a href="dbus-specification.html">D-Bus Specification</a>
 
31
   <br>
 
32
   <br>
 
33
<a href="dbus-faq.html">D-Bus FAQ</a>
 
34
   <br>
 
35
   <br>
 
36
<a href="dbus-test-plan.html">D-Bus Test Plan</a>
 
37
   <br>
 
38
   <br>
 
39
  </td>
 
40
  <td  valign=top>
 
41
<a href="dbus-daemon.html">D-Bus Daemon manual</a>
 
42
   <br>
 
43
   <br>
 
44
<a href="dbus-launch.html">D-Bus launch manual</a>
 
45
   <br>
 
46
   <br>
 
47
<a href="dbus-send.html">D-Bus send tool manual</a>
 
48
   <br>
 
49
   <br>
 
50
<a href="dbus-monitor.html">D-Bus monitor manual</a>
 
51
  </td>
 
52
 </tr>
 
53
</table>
 
54
</body>
 
55
</html>