~ubuntu-branches/debian/stretch/libnice/stretch

« back to all changes in this revision

Viewing changes to docs/reference/libnice/libnice-docs.sgml

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2014-05-14 12:00:13 UTC
  • mfrom: (1.2.9) (5.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20140514120013-fi5mh9bexrjnwnd8
Tags: 0.1.7-1
* New upstream release 0.1.6, 0.1.7
  - fixes various compiler warnings that were mistakenly fatal in 0.1.5
    (Closes: #743232, #743233)
  - update symbols file for new API
* Explicitly disable -Werror, even if we package a non-release in future
* Don't run tests during the build. We were ignoring failures already,
  and they sometimes hang until the buildd terminates them.
  Upstream (Olivier Crête) says they are stable enough to be useful
  for developers, but not for integration testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
      <xi:include href="xml/candidate.xml"/>
20
20
    </chapter>
21
21
    <chapter>
22
 
      <title>Libnice helper functions </title>
 
22
      <title>Libnice helper functions</title>
23
23
      <xi:include href="xml/debug.xml"/>
24
24
      <xi:include href="xml/interfaces.xml"/>
25
25
    </chapter>
29
29
    <chapter>
30
30
      <xi:include href="xml/stunagent.xml"/>
31
31
      <xi:include href="xml/stunmessage.xml"/>
32
 
    </chapter>
 
32
      <xi:include href="xml/stunconstants.xml"/>
 
33
   </chapter>
33
34
    <chapter>
34
35
      <title>STUN usages</title>
35
36
      <xi:include href="xml/bind.xml"/>
49
50
  <para>The libnice library contains the ICE library and the
50
51
    STUN library as well as a Pseudo TCP socket implementation.
51
52
  </para>
 
53
 
 
54
  <part>
 
55
    <title>Appendices</title>
 
56
    <index id="api-index-full">
 
57
      <title>API Index</title>
 
58
      <xi:include href="xml/api-index-full.xml"><xi:fallback/></xi:include>
 
59
    </index>
 
60
    <index id="api-index-deprecated">
 
61
      <title>Index of deprecated symbols</title>
 
62
      <xi:include href="xml/api-index-deprecated.xml"><xi:fallback/></xi:include>
 
63
    </index>
 
64
    <index role="0.0.4">
 
65
      <title>Index of new symbols in 0.0.4</title>
 
66
      <xi:include href="xml/api-index-0.0.4.xml"><xi:fallback/></xi:include>
 
67
    </index>
 
68
    <index role="0.0.6">
 
69
      <title>Index of new symbols in 0.0.6</title>
 
70
      <xi:include href="xml/api-index-0.0.6.xml"><xi:fallback/></xi:include>
 
71
    </index>
 
72
    <index role="0.0.7">
 
73
      <title>Index of new symbols in 0.0.7</title>
 
74
      <xi:include href="xml/api-index-0.0.7.xml"><xi:fallback/></xi:include>
 
75
    </index>
 
76
    <index role="0.0.9">
 
77
      <title>Index of new symbols in 0.0.9</title>
 
78
      <xi:include href="xml/api-index-0.0.9.xml"><xi:fallback/></xi:include>
 
79
    </index>
 
80
    <index role="0.0.10">
 
81
      <title>Index of new symbols in 0.0.10</title>
 
82
      <xi:include href="xml/api-index-0.0.10.xml"><xi:fallback/></xi:include>
 
83
    </index>
 
84
    <index role="0.0.11">
 
85
      <title>Index of new symbols in 0.0.11</title>
 
86
      <xi:include href="xml/api-index-0.0.11.xml"><xi:fallback/></xi:include>
 
87
    </index>
 
88
    <index role="0.1.4">
 
89
      <title>Index of new symbols in 0.1.4</title>
 
90
      <xi:include href="xml/api-index-0.1.4.xml"><xi:fallback/></xi:include>
 
91
    </index>
 
92
    <index role="0.1.5">
 
93
      <title>Index of new symbols in 0.1.5</title>
 
94
      <xi:include href="xml/api-index-0.1.5.xml"><xi:fallback/></xi:include>
 
95
    </index>
 
96
    <index role="0.1.6">
 
97
      <title>Index of new symbols in 0.1.6</title>
 
98
      <xi:include href="xml/api-index-0.1.6.xml"><xi:fallback/></xi:include>
 
99
    </index>
 
100
    <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
 
101
  </part>
52
102
</book>