Changeset 1053

Show
Ignore:
Timestamp:
06/06/08 14:32:51 (3 months ago)
Author:
gleu
Message:

Mise à jour version 8.0.16.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • traduc/branches/bv803/manuel/protocol.sgml

    r532 r1053  
    947947 
    948948   <para> 
    949     Si le serveur détecte une erreur en mode Copy-out, il enverra un message  
    950     ErrorResponse et retournera dans le mode de traitement normal. Le client  
    951     devrait traiter la réception d'un message ErrorResponse (ou en fait tout  
    952     type de message autre que CopyData ou CopyDone) par la clôture du mode 
    953     Copy-out. 
     949    Si le serveur détecte une erreur en mode Copy-out, il enverra un message 
     950    ErrorResponse et retournera dans le mode de traitement normal. Le client 
     951    devrait traiter la réception d'un message ErrorResponse comme terminant 
     952    le mode <quote>copy-out</quote>. 
     953   </para> 
     954 
     955   <para> 
     956    Il est possible que les messages NoticeResponse et ParameterStatus soient 
     957    entremêlés avec des messages CopyData&nbsp;; les interfaces doivent gérer 
     958    ce cas, et devraient être aussi préparées à d'autres types de messages 
     959    asynchrones (voir <xref linkend="protocol-async"/>). Sinon, tout type 
     960    de message autre que CopyData et CopyDone pourrait être traité comme 
     961    terminant le mode copy-out. 
    954962   </para> 
    955963 
  • traduc/branches/bv803/manuel/ref/grant.sgml

    r571 r1053  
    122122       toutes les colonnes de la table, vue ou séquence spécifiée. Autorise 
    123123       aussi l'utilisation de <xref linkend="sql-copy" endterm="sql-copy-title"> 
    124        TO. Pour les séquences, ce droit permet aussi l'utilisation de la 
     124       TO. 
     125       Ce droit est aussi nécessaire pour référencer des valeurs de colonnes 
     126       existantes avec <xref linkend="sql-update" endterm="sql-update-title"> 
     127       ou <xref linkend="sql-delete" endterm="sql-delete-title">. 
     128       Pour les séquences, ce droit permet aussi l'utilisation de la 
    125129       fonction <function>currval</function>. 
    126130      </para> 
     
    144148      <para> 
    145149       Autorise <xref linkend="sql-update" endterm="sql-update-title"> de toute 
    146        colonne de la table spécifiée. <literal>SELECT ... FOR UPDATE</literal> 
    147        requiert aussi ce droit (en plus du droit <literal>SELECT</literal>). 
     150       colonne de la table spécifiée. (En fait, toute commande 
     151       <command>UPDATE</command> non triviale nécessite aussi le droit 
     152       <literal>SELECT</literal> car elle doit référencer les colonnes pour 
     153       déterminer les lignes à mettre à jour et/ou calculer les nouvelles 
     154       valeurs des colonnes.) <literal>SELECT ... FOR UPDATE</literal> 
     155       requiert aussi ce droit en plus du droit <literal>SELECT</literal>. 
    148156       Pour les séquences, ce droit autorise l'utilisation des fonctions 
    149157       <function>nextval</function> et <function>setval</function>. 
     
    157165      <para> 
    158166       Autorise <xref linkend="sql-delete" endterm="sql-delete-title"> d'une 
    159        ligne pour la table spécifiée. 
     167       ligne pour la table spécifiée. (En fait, toute commande 
     168       <command>DELETE</command> non triviale nécessite aussi le droit 
     169       <literal>SELECT</literal> car elle doit référencer les colonnes pour 
     170       déterminer les lignes à supprimer.) 
    160171      </para> 
    161172     </listitem> 
     
    221232      <para> 
    222233       Autorise la création de tables temporaires lors de l'utilisation 
    223        de la base de données
     234       de la base de données spécifiée
    224235      </para> 
    225236     </listitem> 
  • traduc/branches/bv803/manuel/release.sgml

    r869 r1053  
    3636 <title>Notes de version</title> 
    3737 
     38  <para> 
     39   The release notes contain the significant changes in each 
     40   <productname>PostgreSQL</> release, with major features and migration 
     41   issues listed at the top.  The release notes do not contain changes 
     42   that affect only a few users or changes that are internal and therefore not 
     43   user-visible.  For example, the optimizer is improved in almost every 
     44   release, but the improvements are usually observed by users as simply 
     45   faster queries. 
     46  </para> 
     47 
     48  <para> 
     49   A complete list of changes for each release can be obtained by 
     50   viewing the <link linkend="cvs">CVS</link> logs for each release. 
     51   The <ulink 
     52   url="http://archives.postgresql.org/pgsql-committers/">pgsql-committers 
     53   email list</ulink> contains all source code changes as well.  There is also 
     54   a <ulink url="http://developer.postgresql.org/cvsweb.cgi/pgsql/">web 
     55   interface</ulink> that shows changes to specific files. 
     56   <!-- we need a file containing the CVS logs for each release, and something 
     57   like the SVN web interface that groups commits but has branches --> 
     58  </para> 
     59 
     60  <para> 
     61   The name appearing next to each item represents the major developer for 
     62   that item.  Of course all changes involve community discussion and patch 
     63   review, so each item is truly a community effort. 
     64  </para> 
     65 
     66 <sect1 id="release-8-0-16"> 
     67  <title>Release 8.0.16</title> 
     68 
     69  <note> 
     70  <title>Release date</title> 
     71  <simpara>2008-06-09</simpara> 
     72  </note> 
     73 
     74  <para> 
     75   This release contains a variety of fixes from 8.0.15. 
     76   For information about new features in the 8.0 major release, see 
     77   <xref linkend="release-8-0">. 
     78  </para> 
     79 
     80  <sect2> 
     81   <title>Migration to Version 8.0.16</title> 
     82 
     83   <para> 
     84    A dump/restore is not required for those running 8.0.X. 
     85    However, if you are upgrading from a version earlier than 8.0.6, 
     86    see the release notes for 8.0.6. 
     87   </para> 
     88 
     89  </sect2> 
     90 
     91  <sect2> 
     92   <title>Changes</title> 
     93 
     94   <itemizedlist> 
     95 
     96    <listitem> 
     97     <para> 
     98      Fix <command>ALTER TABLE ADD COLUMN ... PRIMARY KEY</> so that the new 
     99      column is correctly checked to see if it's been initialized to all 
     100      non-nulls (Brendan Jurd) 
     101     </para> 
     102 
     103     <para> 
     104      Previous versions neglected to check this requirement at all. 
     105     </para> 
     106    </listitem> 
     107 
     108    <listitem> 
     109     <para> 
     110      Fix possible <command>CREATE TABLE</command> failure when inheriting the 
     111      <quote>same</quote> constraint from multiple parent relations that 
     112      inherited that constraint from a common ancestor (Tom) 
     113     </para> 
     114    </listitem> 
     115 
     116    <listitem> 
     117     <para> 
     118      Fix conversions between ISO-8859-5 and other encodings to handle 
     119      Cyrillic <quote>Yo</quote> characters (<literal>e</literal> and <literal>E</literal> with 
     120      two dots) (Sergey Burladyan) 
     121     </para> 
     122    </listitem> 
     123 
     124    <listitem> 
     125     <para> 
     126      Fix a few datatype input functions 
     127      that were allowing unused bytes in their results to contain 
     128      uninitialized, unpredictable values (Tom) 
     129     </para> 
     130 
     131     <para> 
     132      This could lead to failures in which two apparently identical literal 
     133      values were not seen as equal, resulting in the parser complaining 
     134      about unmatched <literal>ORDER BY</literal> and <literal>DISTINCT</literal> 
     135      expressions. 
     136     </para> 
     137    </listitem> 
     138 
     139    <listitem> 
     140     <para> 
     141      Fix a corner case in regular-expression substring matching 
     142      (<literal>substring(<replaceable>string</replaceable> from 
     143      <replaceable>pattern</replaceable>)</literal>) (Tom) 
     144     </para> 
     145 
     146     <para> 
     147      The problem occurs when there is a match to the pattern overall but 
     148      the user has specified a parenthesized subexpression and that 
     149      subexpression hasn't got a match.  An example is 
     150      <literal>substring('foo' from 'foo(bar)?')</literal>. 
     151      This should return NULL, since <literal>(bar)</literal> isn't matched, but 
     152      it was mistakenly returning the whole-pattern match instead (ie, 
     153      <literal>foo</literal>). 
     154     </para> 
     155    </listitem> 
     156 
     157    <listitem> 
     158     <para> 
     159      Update time zone data files to <application>tzdata</application> release 2008c (for 
     160      DST law changes in Morocco, Iraq, Choibalsan, Pakistan, Syria, Cuba, 
     161      Argentina/San_Luis, and Chile) 
     162     </para> 
     163    </listitem> 
     164 
     165    <listitem> 
     166     <para> 
     167      Fix incorrect result from <application>ecpg</application>'s 
     168      <function>PGTYPEStimestamp_sub()</function> function (Michael) 
     169     </para> 
     170    </listitem> 
     171 
     172    <listitem> 
     173     <para> 
     174      Fix core dump in <filename>contrib/xml2</filename>'s 
     175      <function>xpath_table()</function> function when the input query returns a 
     176      NULL value (Tom) 
     177     </para> 
     178    </listitem> 
     179 
     180    <listitem> 
     181     <para> 
     182      Fix <filename>contrib/xml2</filename>'s makefile to not override 
     183      <literal>CFLAGS</literal> (Tom) 
     184     </para> 
     185    </listitem> 
     186 
     187    <listitem> 
     188     <para> 
     189      Fix <literal>DatumGetBool</literal> macro to not fail with <application>gcc</application> 
     190      4.3 (Tom) 
     191     </para> 
     192 
     193     <para> 
     194      This problem affects <quote>old style</quote> (V0) C functions that 
     195      return boolean.  The fix is already in 8.3, but the need to 
     196      back-patch it was not realized at the time. 
     197     </para> 
     198    </listitem> 
     199 
     200    <listitem> 
     201     <para> 
     202      Fix longstanding <command>LISTEN</command>/<command>NOTIFY</command> 
     203      race condition (Tom) 
     204     </para> 
     205 
     206     <para> 
     207      In rare cases a session that had just executed a 
     208      <command>LISTEN</command> might not get a notification, even though 
     209      one would be expected because the concurrent transaction executing 
     210      <command>NOTIFY</command> was observed to commit later. 
     211     </para> 
     212 
     213     <para> 
     214      A side effect of the fix is that a transaction that has executed 
     215      a not-yet-committed <command>LISTEN</command> command will not see any 
     216      row in <structname>pg_listener</structname> for the <command>LISTEN</command>, 
     217      should it choose to look; formerly it would have.  This behavior 
     218      was never documented one way or the other, but it is possible that 
     219      some applications depend on the old behavior. 
     220     </para> 
     221    </listitem> 
     222 
     223    <listitem> 
     224     <para> 
     225      Fix rare crash when an error occurs during a query using a hash index 
     226      (Heikki) 
     227     </para> 
     228    </listitem> 
     229 
     230    <listitem> 
     231     <para> 
     232      Fix input of datetime values for February 29 in years BC (Tom) 
     233     </para> 
     234 
     235     <para> 
     236      The former coding was mistaken about which years were leap years. 
     237     </para> 
     238    </listitem> 
     239 
     240    <listitem> 
     241     <para> 
     242      Fix <quote>unrecognized node type</quote> error in some variants of 
     243      <command>ALTER OWNER</command> (Tom) 
     244     </para> 
     245    </listitem> 
     246 
     247    <listitem> 
     248     <para> 
     249      Fix <application>pg_ctl</application> to correctly extract the postmaster's port 
     250      number from command-line options (Itagaki Takahiro, Tom) 
     251     </para> 
     252 
     253     <para> 
     254      Previously, <literal>pg_ctl start -w</literal> could try to contact the 
     255      postmaster on the wrong port, leading to bogus reports of startup 
     256      failure. 
     257     </para> 
     258    </listitem> 
     259 
     260    <listitem> 
     261     <para> 
     262      Use <option>-fwrapv</option> to defend against possible misoptimization 
     263      in recent <application>gcc</application> versions (Tom) 
     264     </para> 
     265 
     266     <para> 
     267      This is known to be necessary when building <productname>PostgreSQL</productname> 
     268      with <application>gcc</application> 4.3 or later. 
     269     </para> 
     270    </listitem> 
     271 
     272    <listitem> 
     273     <para> 
     274      Fix display of constant expressions in <literal>ORDER BY</literal> 
     275      and <literal>GROUP BY</literal> (Tom) 
     276     </para> 
     277 
     278     <para> 
     279      An explictly casted constant would be shown incorrectly.  This could 
     280      for example lead to corruption of a view definition during 
     281      dump and reload. 
     282     </para> 
     283    </listitem> 
     284 
     285    <listitem> 
     286     <para> 
     287      Fix <application>libpq</application> to handle NOTICE messages correctly 
     288      during COPY OUT (Tom) 
     289     </para> 
     290 
     291     <para> 
     292      This failure has only been observed to occur when a user-defined 
     293      datatype's output routine issues a NOTICE, but there is no 
     294      guarantee it couldn't happen due to other causes. 
     295     </para> 
     296    </listitem> 
     297 
     298   </itemizedlist> 
     299 
     300  </sect2> 
     301 </sect1> 
     302 
    38303 <sect1 id="release-8-0-15"> 
    39304  <title>Version 8.0.15</title> 
     
    47312   Cette version contient divers correctifs de la version 8.0.14, 
    48313   et inclut des corrections pour des failles de sécurité importantes. 
     314   For information about new features in the 8.0 major release, see 
     315   <xref linkend="release-8-0">. 
    49316  </para> 
    50317 
     
    283550   <para> 
    284551    Cette version contient divers correctifs de la version 8.0.13. 
     552    For information about new features in the 8.0 major release, see 
     553    <xref linkend="release-8-0">. 
    285554   </para> 
    286555 
     
    400669    Cette version contient quelques corrections de la 8.0.12, dont la 
    401670    correction d'une faille de sécurité. 
     671    For information about new features in the 8.0 major release, see 
     672    <xref linkend="release-8-0">. 
    402673   </para> 
    403674 
     
    477748   <para> 
    478749    Cette version contient une correction de la 8.0.11. 
     750    For information about new features in the 8.0 major release, see 
     751    <xref linkend="release-8-0">. 
    479752   </para> 
    480753 
     
    518791    Cette version contient quelques corrections de la 8.0.10, dont la 
    519792    correction d'une faille de sécurité. 
     793    For information about new features in the 8.0 major release, see 
     794    <xref linkend="release-8-0">. 
    520795   </para> 
    521796 
     
    587862   <para> 
    588863    Cette version contient quelques corrections de la 8.0.9. 
     864    For information about new features in the 8.0 major release, see 
     865    <xref linkend="release-8-0">. 
    589866   </para> 
    590867 
     
    708985   <para> 
    709986    Cette version contient quelques corrections de la 8.0.8. 
     987    For information about new features in the 8.0 major release, see 
     988    <xref linkend="release-8-0">. 
    710989   </para> 
    711990 
     
    7651044    Cette version contient quelques corrections de la 8.0.7 incluant des 
    7661045    correctifs pour des problèmes de sécurité extrêmement sérieux. 
     1046    For information about new features in the 8.0 major release, see 
     1047    <xref linkend="release-8-0">. 
    7671048   </para> 
    7681049 
     
    8801161   <para> 
    8811162    Cette version contient quelques corrections de la 8.0.6. 
     1163    For information about new features in the 8.0 major release, see 
     1164    <xref linkend="release-8-0">. 
    8821165   </para> 
    8831166 
     
    9821265   <para> 
    9831266    Cette version contient quelques corrections de la version 8.0.5. 
     1267    For information about new features in the 8.0 major release, see 
     1268    <xref linkend="release-8-0">. 
    9841269   </para> 
    9851270 
     
    10731358   <para> 
    10741359    Cette version contient quelques corrections sur la 8.0.4. 
     1360    For information about new features in the 8.0 major release, see 
     1361    <xref linkend="release-8-0">. 
    10751362   </para> 
    10761363 
     
    11541441   <para> 
    11551442    Cette version contient quelques corrections de la 8.0.3. 
     1443    For information about new features in the 8.0 major release, see 
     1444    <xref linkend="release-8-0">. 
    11561445   </para> 
    11571446 
     
    12501539    Cette version contient quelques corrections sur la 8.0.2, dont des 
    12511540    correctifs sur des trous de sécurité. 
     1541    For information about new features in the 8.0 major release, see 
     1542    <xref linkend="release-8-0">. 
    12521543   </para> 
    12531544 
     
    13711662   <para> 
    13721663     Cette version contient quelques corrections de la 8.0.1. 
     1664    For information about new features in the 8.0 major release, see 
     1665    <xref linkend="release-8-0">. 
    13731666   </para> 
    13741667 
     
    15391832    Cette version contient une grande variété de corrections provenant de la 
    15401833    version 8.0.0, incluant plusieurs problèmes relatifs sur la sécurité. 
     1834    For information about new features in the 8.0 major release, see 
     1835    <xref linkend="release-8-0">. 
    15411836   </para> 
    15421837 
     
    39614256 </sect1> 
    39624257 
     4258 <sect1 id="release-7-4-20"> 
     4259  <title>Release 7.4.20</title> 
     4260 
     4261  <note> 
     4262  <title>Release date</title> 
     4263  <simpara>2008-06-09</simpara> 
     4264  </note> 
     4265 
     4266  <para> 
     4267   This release contains a variety of fixes from 7.4.19. 
     4268   For information about new features in the 7.4 major release, see 
     4269   <xref linkend="release-7-4">. 
     4270  </para> 
     4271 
     4272  <sect2> 
     4273   <title>Migration to Version 7.4.20</title> 
     4274 
     4275   <para> 
     4276    A dump/restore is not required for those running 7.4.X. 
     4277    However, if you are upgrading from a version earlier than 7.4.11, 
     4278    see the release notes for 7.4.11. 
     4279   </para> 
     4280 
     4281  </sect2> 
     4282 
     4283  <sect2> 
     4284   <title>Changes</title> 
     4285 
     4286   <itemizedlist> 
     4287 
     4288    <listitem> 
     4289     <para> 
     4290      Fix conversions between ISO-8859-5 and other encodings to handle 
     4291      Cyrillic <quote>Yo</> characters (<literal>e</> and <literal>E</> with 
     4292      two dots) (Sergey Burladyan) 
     4293     </para> 
     4294    </listitem> 
     4295 
     4296    <listitem> 
     4297     <para> 
     4298      Fix a few datatype input functions 
     4299      that were allowing unused bytes in their results to contain 
     4300      uninitialized, unpredictable values (Tom) 
     4301     </para> 
     4302 
     4303     <para> 
     4304      This could lead to failures in which two apparently identical literal 
     4305      values were not seen as equal, resulting in the parser complaining 
     4306      about unmatched <literal>ORDER BY</> and <literal>DISTINCT</> 
     4307      expressions. 
     4308     </para> 
     4309    </listitem> 
     4310 
     4311    <listitem> 
     4312     <para> 
     4313      Fix a corner case in regular-expression substring matching 
     4314      (<literal>substring(<replaceable>string</> from 
     4315      <replaceable>pattern</>)</literal>) (Tom) 
     4316     </para> 
     4317 
     4318     <para> 
     4319      The problem occurs when there is a match to the pattern overall but 
     4320      the user has specified a parenthesized subexpression and that 
     4321      subexpression hasn't got a match.  An example is 
     4322      <literal>substring('foo' from 'foo(bar)?')</>. 
     4323      This should return NULL, since <literal>(bar)</> isn't matched, but 
     4324      it was mistakenly returning the whole-pattern match instead (ie, 
     4325      <literal>foo</>). 
     4326     </para> 
     4327    </listitem> 
     4328 
     4329    <listitem> 
     4330     <para> 
     4331      Fix incorrect result from <application>ecpg</>'s 
     4332      <function>PGTYPEStimestamp_sub()</> function (Michael) 
     4333     </para> 
     4334    </listitem> 
     4335 
     4336    <listitem> 
     4337     <para> 
     4338      Fix <literal>DatumGetBool</> macro to not fail with <application>gcc</> 
     4339      4.3 (Tom) 
     4340     </para> 
     4341 
     4342     <para> 
     4343      This problem affects <quote>old style</> (V0) C functions that 
     4344      return boolean.  The fix is already in 8.3, but the need to 
     4345      back-patch it was not realized at the time. 
     4346     </para> 
     4347    </listitem> 
     4348 
     4349    <listitem> 
     4350     <para> 
     4351      Fix longstanding <command>LISTEN</>/<command>NOTIFY</> 
     4352      race condition (Tom) 
     4353     </para> 
     4354 
     4355     <para> 
     4356      In rare cases a session that had just executed a 
     4357      <command>LISTEN</> might not get a notification, even though 
     4358      one would be expected because the concurrent transaction executing 
     4359      <command>NOTIFY</> was observed to commit later. 
     4360     </para> 
     4361 
     4362     <para> 
     4363      A side effect of the fix is that a transaction that has executed 
     4364      a not-yet-committed <command>LISTEN</> command will not see any 
     4365      row in <structname>pg_listener</> for the <command>LISTEN</>, 
     4366      should it choose to look; formerly it would have.  This behavior 
     4367      was never documented one way or the other, but it is possible that 
     4368      some applications depend on the old behavior. 
     4369     </para> 
     4370    </listitem> 
     4371 
     4372    <listitem> 
     4373     <para> 
     4374      Fix display of constant expressions in <literal>ORDER BY</> 
     4375      and <literal>GROUP BY</> (Tom) 
     4376     </para> 
     4377 
     4378     <para> 
     4379      An explictly casted constant would be shown incorrectly.  This could 
     4380      for example lead to corruption of a view definition during 
     4381      dump and reload. 
     4382     </para> 
     4383    </listitem> 
     4384 
     4385    <listitem> 
     4386     <para> 
     4387      Fix <application>libpq</> to handle NOTICE messages correctly 
     4388      during COPY OUT (Tom) 
     4389     </para> 
     4390 
     4391     <para> 
     4392      This failure has only been observed to occur when a user-defined 
     4393      datatype's output routine issues a NOTICE, but there is no 
     4394      guarantee it couldn't happen due to other causes. 
     4395     </para> 
     4396    </listitem> 
     4397 
     4398   </itemizedlist> 
     4399 
     4400  </sect2> 
     4401 </sect1> 
     4402 
    39634403 <sect1 id="release-7-4-19"> 
    39644404  <title>Version 7.4.19</title> 
     
    39724412   Cette version contient divers correctifs de la version 7.4.18, 
    39734413   et inclut des corrections pour des failles de sécurité importantes. 
     4414   For information about new features in the 7.4 major release, see 
     4415   <xref linkend="release-7-4">. 
    39744416  </para> 
    39754417 
     
    41374579   <para> 
    41384580    Cette version contient divers correctifs de la version 7.4.17. 
     4581    For information about new features in the 7.4 major release, see 
     4582    <xref linkend="release-7-4">. 
    41394583   </para> 
    41404584 
     
    42184662    Cette version contient quelques corrections de la 7.4.16, dont la 
    42194663    correction d'une faille de sécurité. 
     4664    For information about new features in the 7.4 major release, see 
     4665    <xref linkend="release-7-4">. 
    42204666   </para> 
    42214667 
     
    42894735    Cette version contient quelques corrections de la 7.4.15, dont la 
    42904736    correction d'une faille de sécurité. 
     4737    For information about new features in the 7.4 major release, see 
     4738    <xref linkend="release-7-4">. 
    42914739   </para> 
    42924740 
     
    43584806   <para> 
    43594807    Cette version contient quelques corrections de la 7.4.14. 
     4808    For information about new features in the 7.4 major release, see 
     4809    <xref linkend="release-7-4">. 
    43604810   </para> 
    43614811 
     
    44494899   <para> 
    44504900    Cette version contient quelques corrections de la 7.4.13. 
     4901    For information about new features in the 7.4 major release, see 
     4902    <xref linkend="release-7-4">. 
    44514903   </para> 
    44524904 
     
    44964948    Cette version contient quelques corrections de la 7.4.12 incluant des 
    44974949    correctifs pour des problèmes de sécurité extrêmement sérieux. 
     4950    For information about new features in the 7.4 major release, see 
     4951    <xref linkend="release-7-4">. 
    44984952   </para> 
    44994953 
     
    46045058   <para> 
    46055059    Cette version contient quelques corrections de la 7.4.11. 
     5060    For information about new features in the 7.4 major release, see 
     5061    <xref linkend="release-7-4">. 
    46065062   </para> 
    46075063 
     
    46675123   <para> 
    46685124    Cette version contient quelques corrections de la version 7.4.10. 
     5125    For information about new features in the 7.4 major release, see 
     5126    <xref linkend="release-7-4">. 
    46695127   </para> 
    46705128 
     
    47385196   <para> 
    47395197    Cette version contient quelques corrections sur la 7.4.9. 
     5198    For information about new features in the 7.4 major release, see 
     5199    <xref linkend="release-7-4">. 
    47405200   </para> 
    47415201 
     
    47915251   <para> 
    47925252    Cette version contient quelques corrections de la 7.4.8. 
     5253    For information about new features in the 7.4 major release, see 
     5254    <xref linkend="release-7-4">. 
    47935255   </para> 
    47945256 
     
    48655327    Cette version contient quelques corrections sur la 7.4.7, dont des 
    48665328    correctifs sur des trous de sécurité. 
     5329    For information about new features in the 7.4 major release, see 
     5330    <xref linkend="release-7-4">. 
    48675331   </para> 
    48685332 
     
    50555519    Cette version contient une variété de corrections de la version 7.4.6, 
    50565520    incluant des correctifs de sécurité. 
     5521    For information about new features in the 7.4 major release, see 
     5522    <xref linkend="release-7-4">. 
    50575523   </para> 
    50585524 
     
    51175583   <para> 
    51185584    Cette version contient plusieurs correctifs de la version 7.4.5. 
     5585    For information about new features in the 7.4 major release, see 
     5586    <xref linkend="release-7-4">. 
    51195587   </para> 
    51205588 
     
    52005668   <para> 
    52015669    Cette version contient la correction d'un bogue sérieux de la version 7.4.4. 
     5670    For information about new features in the 7.4 major release, see 
     5671    <xref linkend="release-7-4">. 
    52025672   </para> 
    52035673 
     
    52395709   <para> 
    52405710    Cette version contient quelques correctifs sur la 7.4.3. 
     5711    For information about new features in the 7.4 major release, see 
     5712    <xref linkend="release-7-4">. 
    52415713   </para> 
    52425714 
     
    53005772   <para> 
    53015773    Cette version contient quelques correctifs pour la 7.4.2. 
     5774    For information about new features in the 7.4 major release, see 
     5775    <xref linkend="release-7-4">. 
    53025776   </para> 
    53035777 
     
    53745848   <para> 
    53755849    Cette version contient quelques correctifs pour la 7.4.1. 
     5850    For information about new features in the 7.4 major release, see 
     5851    <xref linkend="release-7-4">. 
    53765852   </para> 
    53775853 
     
    55326008   <para> 
    55336009    Cette version contient plusieurs correctifs de la 7.4. 
     6010    For information about new features in the 7.4 major release, see 
     6011    <xref linkend="release-7-4">. 
    55346012   </para> 
    55356013 
  • traduc/branches/bv803/manuel/version.sgml

    r869 r1053  
    1 <!entity version "8.0.15"> 
     1<!entity version "8.0.16"> 
    22<!entity majorversion "8.0">