File: NEWS

package info (click to toggle)
libgdamm1.3 1.3.6-0.1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,352 kB
  • ctags: 1,017
  • sloc: sh: 8,321; cpp: 536; makefile: 160
file content (58 lines) | stat: -rw-r--r-- 1,895 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
1.3.6:

* Value:
  - Removed some constructors that conflict on 64-bit systems,
  and replaced them with static create_*() methods.
  (Daniel Holbach, Murray Cumming)
  - Added Value(const char*) constructor to stop the compiler 
  silently using Value(bool) with string literals. 
  (Murray Cumming)

1.3.5:

* Some gcc 3.4 fixes. (Murray Cumming)

1.3.4:

* Value:
  - Added operator==() and operator!=().
  - Added C++ typedefs for Date, Time, Timestamp, and GeometricPoint, 
  and used them by value/reference.
  (Murray Cumming)

1.3.3:

* Now depends on glibmm 2.4.
* Added and used FieldAttributes.
* Connection:
  - The destructor closes the connection.
  - Added get_last_insert_id().
* DataModel: get_value_at() memory management fixed.
* Transaction: constructor fixed.
* Value:
  - Implemented the constuctors. 
  - Added type_to_string() and type_from_string().
(Murray Cumming)

1.3.2:

* Command, Connection: Added default parameter values, so you don't have to specify so much.
* Added Parameter, ParameterList, Value, and used them in the API.
* Added "simple" and "introspection" examples, which work.
(Murray Cumming)

1.3.1:

* Now depends on glibmm 2.4 instead of gtkmm 2.2
* Updated for libgda API changes (Billy O'Connor)
* pkgconfig file fixed (Alexander Nedotsukov)
* Added Client, DataSourceInfo, Config, ProviderInfo, Row.
* ServerProvider: Added new methods.
* Wrapped some GList* return types as ListHandles.
* Added Gnome::Gda::init().

* examples: They now work with out crashing, though they don't do much.

1.3.0:

This is an initial tarball version, to try to get some attention. A fairly random part of the libgda API has been wrapped, and there are no examples yet (I have some problems with my local mysql installation.). So the chances of anything working are small. If you'd like this stuff to work, you should try to create an example and submit patches.