libgda r3274 - in trunk: . doc/C po



Author: vivien
Date: Wed Dec 31 16:12:01 2008
New Revision: 3274
URL: http://svn.gnome.org/viewvc/libgda?rev=3274&view=rev

Log:
Released 3.99.7

2008-12-31  Vivien Malerba <malerba gnome-db org>

        * doc/C/gda-sql-manual.xml: documentation for SQL console's embedded HTTP server
        * po/: ran "make update-po"


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/doc/C/gda-sql-manual.xml
   trunk/po/ar.po
   trunk/po/az.po
   trunk/po/ca.po
   trunk/po/cs.po
   trunk/po/da.po
   trunk/po/de.po
   trunk/po/dz.po
   trunk/po/el.po
   trunk/po/en_CA.po
   trunk/po/en_GB.po
   trunk/po/es.po
   trunk/po/eu.po
   trunk/po/fa.po
   trunk/po/fi.po
   trunk/po/fr.po
   trunk/po/ga.po
   trunk/po/gl.po
   trunk/po/hr.po
   trunk/po/hu.po
   trunk/po/it.po
   trunk/po/ja.po
   trunk/po/ko.po
   trunk/po/lt.po
   trunk/po/mk.po
   trunk/po/ml.po
   trunk/po/ms.po
   trunk/po/nb.po
   trunk/po/ne.po
   trunk/po/nl.po
   trunk/po/oc.po
   trunk/po/pa.po
   trunk/po/pl.po
   trunk/po/pt.po
   trunk/po/pt_BR.po
   trunk/po/ru.po
   trunk/po/rw.po
   trunk/po/sk.po
   trunk/po/sl.po
   trunk/po/sq.po
   trunk/po/sr.po
   trunk/po/sr Latn po
   trunk/po/sv.po
   trunk/po/tr.po
   trunk/po/uk.po
   trunk/po/vi.po
   trunk/po/zh_CN.po
   trunk/po/zh_HK.po
   trunk/po/zh_TW.po

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Dec 31 16:12:01 2008
@@ -1,3 +1,18 @@
+libgda 3.99.7, 2008-12-31
+
+ - API corrections
+ - now internally use SQLite 3.6.7
+ - blobs handling corrections
+ - SQL console improvements (new export command, optional integrated web server
+   to display information)
+ - new JDBC provider (allows access to any database through a JDBC driver)
+ - Win32 improvements (control list of exported symbols, create import libraries)
+ - Cleared up glib includes (PrzemysÅaw Grzegorczyk)
+ - misc corrections (Murray Cumming, Johannes Schmid, Carlos Savoretti, Vivien Malerba)
+ - bug fixes: #565942, #564402, #529794, #564159, #564274, #565618, #565019
+ - Translations:
+	- it (Marco Ciampa)
+
 libgda 3.99.6, 2008-11-10
 
  - A few API improvements
@@ -134,7 +149,7 @@
    (Vivien Malerba)
  - MS Access database provider reworked to support all the SQLite's SQL (don't depend on libmdbsql.so anymore for
    SQL processing) (Vivien Malerba)
- - LDAP provider has seen a first draft rework (Exell Enrique Franklin Jiméz)
+ - LDAP provider has seen a first draft rework (Exell Enrique Franklin JimÃnez)
  - Use of environment variables to specify debug ourput of commands and connection events (Vivien Malerba)
  - "LIMIT" and "OFFSET" keywords recognized, for bug #488860 (Vivien Malerba)
  - Enhanced the SQL console tool (allow multiple connections and virtual connections) (Vivien Malerba)
@@ -393,10 +408,10 @@
 	- vi (Clytie)
 	- fi (Ilkka)
 	- zh_HK, zh_TW (Chao-Hsiung Liao)
-	- eu (Iñ)
+	- eu (IÃaki)
 	- nb (Kjartan Maraas)
 	- es (Francisco Javier)
-	- fr (Marc-Andréureau)
+	- fr (Marc-Andrà Lureau)
 	- ru (Valek Filippov)
 	- de (Hendrik Richter)
 	- nl (Vincent van Adrighem)
@@ -429,7 +444,7 @@
 	- en_CA (Adam)
 	- vi (Clytie)
 	- es (Francisco Javier)
-	- eu (Iñ)
+	- eu (IÃaki)
 	- zh_TW (Chao-Hsiung)
 	- pt_BR (Raphael)
 
@@ -457,7 +472,7 @@
  - Improved test to locate MDB libraries (Vivien)
  - Added "gda_type_changed" signal to GdaColumn (Vivien)
  - Updated translations:
-        - eu (Iñ)
+        - eu (IÃaki)
         - ne (Pawan)
 	- vi (Clytie)
 
@@ -553,14 +568,14 @@
 
  - Improved GdaRow API (Vivien)
  - Fixed #167573 (Rodrigo)
- - Added gda_xml_database_remove_table function (Ávaro)
+ - Added gda_xml_database_remove_table function (Ãlvaro)
  - Fixed libsql build (Rodrigo)
  - Upgraded SQLite provider to SQLite3 (Denis)
  - Install providers in versioned directories for parallel installation (Rodrigo)
  - Use libgda*-3 as library names (Rodrigo)
  - Fixed #129153 (Rodrigo)
- - Renamed GdaDataModelColumnAttributes to GdaColumn (Ávaro)
- - Renamed GdaDataModelColumnIndexAttributes to GdaColumnAttributes (Ávaro)
+ - Renamed GdaDataModelColumnAttributes to GdaColumn (Ãlvaro)
+ - Renamed GdaDataModelColumnIndexAttributes to GdaColumnAttributes (Ãlvaro)
  - Code cleanup for data model classes (Bas)
  - Cleanup auto* build noise (Bas)
  - Replace gda_connection_escape_string with more generic
@@ -580,7 +595,7 @@
  - Fixed spec includedir (Aaron)
  - Set missing row number on gda_data_model_hash_append_row (Bas)
  - Changed GdaDataModel class to be an interface (Vivien)
- - Data model improvements (Vivien, Bas, Ávaro)
+ - Data model improvements (Vivien, Bas, Ãlvaro)
  - Renamed GdaField to GdaColumn (Vivien)
  - Improved documentation (Vivien, Bas)
  - Added full update/remove for MySQL and PostgreSQL data models (Bas)
@@ -616,9 +631,9 @@
  - Fixed deletion of rows in GdaDataModelHash (Bas)
  - Improve table name guessing in PostgreSQL updates (Bas)
  - Allow USER and PASSWORD parameters in MySQL connection string (Bas)
- - Removed extra emission of signals in data model base class (Ávaro)
- - Renumber rows after deletion in GdaDataModelHash (Ávaro)
- - Added "name_changed" signal in GdaTable class (Ávaro)
+ - Removed extra emission of signals in data model base class (Ãlvaro)
+ - Renumber rows after deletion in GdaDataModelHash (Ãlvaro)
+ - Added "name_changed" signal in GdaTable class (Ãlvaro)
  - Fixed #167700 (Caolan)
  - Fixed #160666 (Rodrigo)
  - Fixed #162856 (Jorge)
@@ -626,7 +641,7 @@
  - Fixed #166288 (Caolan)
  - Fixed #129153 (Rodrigo)
  - Fixed #167500 (Denis)
- - Fixed #168641 (Loï
+ - Fixed #168641 (LoÃc)
 
 libgda 1.2.0, 2004-12-28
 ------------------------

Modified: trunk/doc/C/gda-sql-manual.xml
==============================================================================
--- trunk/doc/C/gda-sql-manual.xml	(original)
+++ trunk/doc/C/gda-sql-manual.xml	Wed Dec 31 16:12:01 2008
@@ -35,6 +35,7 @@
 	<listitem><para>Work on any platform on which &LIBGDA; has been ported to.</para></listitem>
 	<listitem><para>List, define or remove named data sources (DSN)</para></listitem>
 	<listitem><para>Import and export BLOBS (binary large objects) from and to local files</para></listitem>
+	<listitem><para>On command embedded HTTP server</para></listitem>
       </itemizedlist>
     </para>
   </sect1>
@@ -53,6 +54,8 @@
 	<arg>-f <replaceable>commands file</replaceable></arg>
 	<arg>-o <replaceable>output file</replaceable></arg>
 	<arg>-p</arg>
+	<arg>-s<replaceable>port to use to run embedded HTTP server</replaceable></arg>
+	<arg>-t<replaceable>authentication token required to authenticate clients when running the embedded HTTP server</replaceable></arg>
 	<arg rep="repeat"><replaceable>connection specification</replaceable></arg>
       </cmdsynopsis>
       The options are the following ones:
@@ -95,6 +98,10 @@
 	<listitem><para>the <option>-p</option> speficies that the tool should not ask for
 	    passwords when a username has been specified for a connection but no password has
 	    been specified.</para></listitem>
+	<listitem><para>the <option>-s</option> requests the embedded HTTP server to be executed, listening on
+	    the port specified.</para></listitem>
+	<listitem><para>the <option>-t</option> specifies a token string which clients will have to
+	    supply to authenticate themselves to the HTTP server, if running.</para></listitem>
       </itemizedlist>
     </para>
     <para>
@@ -715,6 +722,28 @@
   </sect1>
 
   <sect1>
+    <title>Embedded HTTP server</title>
+    <para>
+      An embedded HTTP server can be executed using the <command>.http [&lt;port&gt; [&lt;authentication token&gt;]]</command> 
+      command, or the <option>-s</option> command line option. If no port is specified the 12345 port is used.
+    </para>
+    <para>
+      The web browser's features are:
+      <itemizedlist>
+	<listitem><para>display meta information such as the lists of tables, views or triggers and their details 
+	    for a connection</para></listitem>
+	<listitem><para>open an emulated console where SQL commands (and some internal commands) can be run</para></listitem>
+      </itemizedlist>
+    </para>
+    <para>
+      Clients must first authenticate before they can use the features mentionned above; authentication is kept simple
+      as it consists of a string. By default the requested string is empty (eg. no real authentication is required), but
+      an authentication string can be specified when running the web server either with the <command>.http</command> command, 
+      or the <option>-t</option> command line option.
+    </para>
+  </sect1>
+
+  <sect1>
     <title>Environment variables</title>
     <para>
       Several environment variables can be used to customize the behaviour of the console tool (added



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]