~ubuntu-branches/ubuntu/trusty/pango1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/html/pango-Version-Checking.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-11-12 13:23:16 UTC
  • mfrom: (1.6.5) (63.3.31 sid)
  • Revision ID: package-import@ubuntu.com-20121112132316-1cffyagrjxx8tvmg
Tags: 1.30.1-1
* New upstream bug fix release.
* debian/libpango1.0-0.symbols: Add new symbol from this release.
* Grab a few fixes from upstream (via Ubuntu package, thanks Robert Ancell):
  - 00git_missing_prototype.patch: Add missing method prototype.
  - 00git_memory_leak.patch: Fix memory leak (LP: #837145)
  - 00git_thai_zero_width_spaces.patch: correctly handle zero width spaces
    in Thai (LP: #986008)
* Add debian/tests: Simple compile/link/run autopkg test. Thanks to Rafał
  Cieślak! (LP: #1073637)
* debian/control.in: Set Vcs-* to experimental branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
<hr>
115
115
<div class="refsect2">
116
116
<a name="PANGO-VERSION-MINOR:CAPS"></a><h3>PANGO_VERSION_MINOR</h3>
117
 
<pre class="programlisting">#define PANGO_VERSION_MINOR 29
 
117
<pre class="programlisting">#define PANGO_VERSION_MINOR 30
118
118
</pre>
119
119
<p>
120
120
The minor component of the version of Pango available at compile-time.
123
123
<hr>
124
124
<div class="refsect2">
125
125
<a name="PANGO-VERSION-MICRO:CAPS"></a><h3>PANGO_VERSION_MICRO</h3>
126
 
<pre class="programlisting">#define PANGO_VERSION_MICRO 5
 
126
<pre class="programlisting">#define PANGO_VERSION_MICRO 1
127
127
</pre>
128
128
<p>
129
129
The micro component of the version of Pango available at compile-time.
132
132
<hr>
133
133
<div class="refsect2">
134
134
<a name="PANGO-VERSION-STRING:CAPS"></a><h3>PANGO_VERSION_STRING</h3>
135
 
<pre class="programlisting">#define PANGO_VERSION_STRING "1.29.5"
 
135
<pre class="programlisting">#define PANGO_VERSION_STRING "1.30.1"
136
136
</pre>
137
137
<p>
138
138
A string literal containing the version of Pango available at compile-time.