* Move LaTeX docs into a tex/ subdirectory of the doc/ dir

* Add a Makefile in doc/tex/ for generating PDF and HTML
* Add a README.txt file to doc/tex/ to document which tools are used and what
  web sites to visit for getting them.
* Update build_tools/prep_tarball to put the proper Asterisk version string
  in the automatically generated PDF for release tarballs


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@72982 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2007-07-02 22:27:46 +00:00
parent 94b934c8f6
commit df1a340774
40 changed files with 64 additions and 21 deletions

16
doc/tex/freetds.tex Normal file
View File

@@ -0,0 +1,16 @@
The cdr\_tds module is NOT compatible with version 0.63 of FreeTDS.
The cdr\_tds module is known to work with FreeTDS version 0.62.1;
it should also work with 0.62.2, 0.62.3 and 0.62.4, which are bug
fix releases.
The cdr\_tds module uses the raw "libtds" API of FreeTDS. It appears
that from 0.63 onwards, this is not considered a published API
of FreeTDS and is subject to change without notice.
Between 0.62.x and 0.63 of FreeTDS, many incompatible changes
have been made to the libtds API.
For newer versions of FreeTDS, it is recommended that you use the
ODBC driver.