[libgda] Created tag LIBGDA_5_2_0



The unsigned tag 'LIBGDA_5_2_0' was created.

Tagger: Vivien Malerba <malerba gnome-db org>
Date: Mon Nov 11 21:48:45 2013 +0100

    Tagged 5.2.0

Changes since the last tag 'LIBGDA_5_1_2':

Andika Triwidada (4):
      Updated Indonesian translation: fix tag typos
      Updated Indonesian translation
      Updated Indonesian translation
      Updated Indonesian translation

Benjamin Steinwender (1):
      Updated German translation

Carles Ferrando (1):
      [l10n] Updated Catalan (Valencian) translation

Christian Kirbach (1):
      Updated German translation

Daniel Espinosa (32):
      Improved Gda and Gdaui Vala Bindings     * Fixed missing paramenters in gdaui-plugin.h     * Set as 
opaque, added new methods and registering as GType     GdaSetSource, GdaGroup, GdauiSetSource and 
GdauiSetGroup     * Updated libgda-5.0.vapi
      Sealed most GdaSet and GdauiSet structures
      Fixed make check all tests pass
      Added Gda UI Vala bindings to repository to track changes
      Added equal() and to_string() to DbField. equal() and copy() to DbRecord.     * Added DbRecord.copy ()  
   * Updated bindings and GI for GdaData     * Removed to_string () from Field
      Initial work on Glade 3 Support added
      Fixed Glade integration. Added GdauiGrid object to Glade catalog.
      Fixed Gdaui Vala bindings by adding correct headers. Fixed owned in DbRecord.get_value     * Set 
include headers in GIR and Vala bindings for Gdaui to libgda-ui/libgda-ui.h     * No transfer ownership from 
DbRecord.get_value, fix derived classes properties     implementation
      More fixes to Gda UI GI and Vala bindings. Added more objects to Glade. Mis. on GdaData     * Fixes on 
GdaDsnInfo and Gda UI bindings, by set GdaDsnInfo as GBoxed derived type     * Added vapi files for Gda UI to 
track changes     * Added more objects (expected to be used by Glade) to Glade's catalog     * Added 'model' 
property for GdaData.DbRecordCollection     * Removed vapi and GIR files from CLEANFILES
      Adding missing png files for Glade integration.
      GdaData: Added to_string() functons and items() to enums
      Fix GI annotations to Gdaui.DataSelector.get_selected_rows ()
      Fix GI annotations to Gdaui.DataSelector.get_selected_rows ()
      Misselaneos Unit Test improvements and for style
      Moved DbTable.TableType.from_string () as a unum function member
      Format corrections to Schema
      Added new GdaSqlExpression Class to allow GI to create GdaSqlExpr structs
      Added GdaSqlSelect class to allow GI to create select expressions as GdaSqlExpr
      Fixing API for GdaSqlExpression. Added to Makefile.am
      Added documentation to GdaSqlExpression methods. Removed GdaSqlSelect object.
      Added Since: clause to documentation
      GdaSqlExpression Last modifications. Saved just for future reference before delete.
      Removed GdaSqlExpression is not required due to GdaSqlBuilder API
      Added equivalent() and compatible() methods to DbTable and DbFieldInfo
      Updated documentation for GdaData.DbTable and DbFieldInfo interfaces
      Fix typo on documentation. Added missing file to Makefile.am
      Fix libgda/Makefile.am by avoiding to delete VAPI and GIR files
      Merge work on GdaData improvements
      Fixed Vala Extensions documentation generation
      Add (again) GIR file to track changes
      Avoid GIR generation warnings
      Honors --enable-introspection. Removed non public API. Updated bindings GI and Vala.

Daniel Mustieles (6):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Dimitris Spingos (1):
      Updated Greek translation

Enrico Nicoletto (4):
      Revert "Updated Brazilian Portuguese translation"
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation

Fran Diéguez (4):
      Updated Galician translations
      Updated Galician translations
      Updated Galician translations
      Updated Galician translations

Georges Basile Stavracas Neto (2):
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation for browser help

Gil Forcada (2):
      Removed non-existing file from POTFILES.in
      [l10n] Update Catalan translation

Inaki Larranaga Murgoitio (1):
      Updated Basque language

Marek Černocký (11):
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Czech translation
      Added Czech language
      Updated Czech translation
      Fixed typo
      Updated Czech translation
      Updated Czech translation

Martin Srebotnjak (2):
      Updated Slovenian translation
      Updated Slovenian translation

Matej Urbančič (4):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Miguel Angel Cabrera Moya (1):
      Fix some memory leaks

Milo Casagrande (3):
      [l10n] Updated Italian translation.
      [l10n] Updated Italian translation.
      [l10n] Updated Italian translation.

Murray Cumming (2):
      Fix a compiler warning
      gda-util.c: Avoid a maybe-used-uninitialized variable warning.

Piotr Drąg (1):
      Updated POTFILES.in

Rūdolfs Mazurs (1):
      Added Latvian translation

Victor Ibragimov (1):
      Added Tajik Translation

Vivien Malerba (78):
      Set version to 5.1.3
      Avoid empty string to translate, fixed bug #696154
      Avoid warning upon GdaConnection object creation
      Code indentation and some corrections
      Doc. improvements
      Updated documentation about SQLite provider
      Doc. correction
      JDBC provider corrections
      Have "make distcheck work"
      Minor JDBC corrections
      Removed debug info from JDBC provider
      Added specific code for SqlServer accessed through JDBC
      Allow compiling even with old Graphviz API
      JDBC provider: improved the way C pointers are passed through JNI
      Memory leak correction
      JDBC provider: make it possible to use connection parameters similar to other providers
      Main documentation update
      Removed debug info, fixes bug #699575
      GdaBrowser: use capitalization in menu items, fixes bug #699573
      GdaBrowser: correction in threads usage
      Don't use GStaticMutex (which is deprecated) anymore
      Misc small corrections
      Removed GLIB_CHECK_VERSION as minimum required version is 2.32
      Have "make distcheck" work
      Hide some UI plugins messages, fixes bug #699575
      Allow compiling even with old Graphviz API
      JDBC provider: improved the way C pointers are passed through JNI
      Memory leak correction
      Added .gitignore file
      Warning correction
      JDBC provider: fixed connection parameters handling
      JDBC provider: the HOST parameter for SqlServer is mandatory
      Use the "C" locale in gda_value_stringify(), as per the documentation
      Marked some .page files for distribution
      Have "make distcheck" work
      Don't allow the TO_IMPLEMENT macro to be in the public headers
      Use API to access previously available structure members
      SQLite: added the "APPEND_DB_EXTENSION" connection option
      Allow the @out_password argument to be NULL in gda_connection_string_split()
      GdaSql: avoid displaying any password when started
      Added .gitignore to ignore some files
      Switched to SQlite 3.7.17 and SlqCipher 2.2.0
      Handle time and timestamp types in gda_set_set_holder_value()
      SQLite provider: correctly report FK actions
      Upgraded to SqlCipher 2.2.1
      Handle IF NOT EXISTS and IF EXISTS in meta_data_context_from_statement()
      Don't show warnings in gda_timestamp_valid()
      Fixed bug in Sqlite's savepoints commands
      French translation correction
      Make sure g_set_error() is called with valid error domain and code
      Don't use g_type_init() if not necessary
      Small UI improvement
      Correctly handle timezone in time and timestamp values
      Removed warnings in GValue conversions of Gda specific types
      Port from gnome-doc-utils to yelp-utils, for bug #708017
      Removed useless file
      Have "make distcheck" work
      Added some gda_parse_formatted_*() functions to helps parsing date and time strings
      PostgreSQL: adapt to date format changes
      Oracle: some corrections
      SQLite: corrected gda_sqlite_provider_get_data_handler()
      Added gda_connection_get_date_format()
      GdaDataModel to string: better handle date formatting
      GdaSql: better handle date formatting
      Misc. corrections
      JDBC: SqlServer related corrections
      GdaHandler time correction
      Fix memory leak regarding GdaDataHandler associated to connections
      PostgreSQL: data handlers for timestamp and dates depend on each connection
      Improved tests regarding providers handling of dates
      Code cleanup
      Avoid using deprecated API in tests
      Switched to SQlite 3.8.0.2 and SlqCipher 3.0.0
      Use a constructor for GdaDataModelImport
      Added test exception for Oracle
      Reset CPATH when cross compiling (to compile native tools)
      BDB detection: allow detection of version 6.0
      Released 5.2.0

Мирослав Николић (2):
      Added Serbian translation
      Updated Serbian translation


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