diff --git a/general.ent b/general.ent index ed0e3d8b03..659f7b8be4 100644 --- a/general.ent +++ b/general.ent @@ -3,7 +3,7 @@ $LastChangedBy$ $Date$ --> - + @@ -249,7 +249,7 @@ $Date$ - + diff --git a/general/genutils/unixodbc.xml b/general/genutils/unixodbc.xml index c56f1e67da..9f82fc8f47 100644 --- a/general/genutils/unixodbc.xml +++ b/general/genutils/unixodbc.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -33,13 +33,19 @@ ODBC (Open DataBase Connectivity) sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX. ODBC is an open specification for providing application developers with a predictable API with which to access data sources. Data - sources include SQL Servers and any data source with an ODBC Driver. + sources include optional SQL Servers and any data source with an ODBC Driver. unixODBC contains the following components used to assist with the manipulation of ODBC data sources: a driver manager, an installer library and command line tool, command line tools to help install - a driver and work with SQL, drivers and driver setup libraries and a suite - of graphical tools used to administer ODBC, test drivers and browse data - sources. + a driver and work with SQL, drivers and driver setup libraries. + + Two major components of previous versions of + unixODBC have been moved to separate projects. + The GUI tools and libraries are now located at + . The + Qt based ODBC test tool and autotest framework + are now located at + Package Information @@ -66,22 +72,9 @@ unixODBC Dependencies Optional - (required to build the GUI tools), - , and + and Mini SQL - - There is a circular dependency with Qt - and unixODBC. If you need to build the - Qt unixODBC - plugin module, you will have to build and install - unixODBC once without the GUI tools to satisfy - the Qt build. Then, after - Qt has been installed, you'll need to build - and install unixODBC again if you wish to - build the GUI tools. - - User Notes: @@ -94,9 +87,7 @@ commands: ./configure --prefix=/usr \ - --sysconfdir=/etc/unixodbc \ - --enable-fdb \ - --disable-gui && + --sysconfdir=/etc/unixodbc && make This package does not come with a test suite. @@ -116,17 +107,12 @@ cp -v -R doc/* /usr/share/doc/unixODBC-&unixodbc-version; Command Explanations - + : This parameter enables building + the drivers that were installed by default in previous versions. - --enable-fdb: This parameter enables support - for file-based data access. - - --disable-gui: This parameter disables - building the GUI tools. Remove it if you have - Qt installed and wish to build the GUI - tools. + : This parameter enables + building the driver configuration libraries that were installed by default + in previous versions. @@ -160,10 +146,10 @@ cp -v -R doc/* /usr/share/doc/unixODBC-&unixodbc-version; class='directory'>/usr/share/doc/unixODBC-&unixodbc-version;, there are many README files throughout the source tree where the use and functionality of the programs can be found. - Additionally, you can use the parameter with the - non-GUI tools for syntax and usage information. Lastly, the - unixODBC web site at has very good information. + Additionally, you can use the parameter for syntax + and usage information. Lastly, the unixODBC + web site at has very good + information. @@ -178,14 +164,8 @@ cp -v -R doc/* /usr/share/doc/unixODBC-&unixodbc-version; Installed Directories - DataManager, DataManagerII, ODBCConfig, dltest, isql, iusql, - odbc_config, odbcinst and odbctest - libboundparam.so, libesoobS.so, libgtrtst.so, libmimerS.so, - libnn.so, libodbc.so, libodbccr.so, libodbcdrvcfg1S.so, - libodbcdrvcfg2S.so, libodbcinst.so, libodbcinstQ.so, libodbcminiS.so, - libodbcmyS.so, libodbcnnS.so, libodbcpsql.so, libodbcpsqlS.so, - libodbctxt.so, libodbctxtS.so, liboplodbcS.so, liboraodbcS.so, - libsapdbS.so, libtdsS.so and libtemplate.so + dltest, isql, iusql, odbc_config, and odbcinst + libodbc.so, libodbccr.so, and libodbcinst.so /etc/unixodbc and /usr/share/doc/unixODBC-&unixodbc-version; @@ -195,38 +175,6 @@ cp -v -R doc/* /usr/share/doc/unixODBC-&unixodbc-version; - - DataManager - - is a graphical program which can be used to browse/explore ODBC - data sources. - - DataManager - - - - - - DataManagerII - - is an enhanced version of DataManager. - - DataManagerII - - - - - - ODBCConfig - - is a graphical program used to make configuration of ODBC data - sources extremely easy. - - ODBCConfig - - - - dltest @@ -285,17 +233,6 @@ cp -v -R doc/* /usr/share/doc/unixODBC-&unixodbc-version; - - - odbctest - - is a graphical program used to test the ODBC API. - - odbctest - - - - diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 5bc9779ad9..b3ab654a9f 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,15 @@ --> + + November 12th, 2010 + + + [randy] - Updated to unixODBC-2.3.0. + + + + November 11th, 2010