]> err.no Git - sope/blob - sope-gdl1/FrontBase2/ChangeLog
added missing inline pathes
[sope] / sope-gdl1 / FrontBase2 / ChangeLog
1 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
2
3         * moved from ThirdParty to SOPE/sope-gdl1 (v1.0.2)
4
5 2003-05-07  Helge Hess  <helge.hess@skyrix.com>
6
7         * v1.0.1
8
9         * replaced all THROW macros with -raise calls, this was necessary with
10           the new gcc 3.3 preprocessor for compilation
11
12         * GNUmakefile (FrontBase2_RESOURCE_FILES): added a Version file
13
14 Mon May  5 16:08:07 2003  Jan Reichmann  <jan@skyrix.com>
15
16         * FBValues.m: code cleanups, fixed retain bug (NSData valueFromBytes)
17
18 Wed Mar 26 10:23:53 2003  Jan Reichmann  <jan@skyrix.com>
19
20         * FBChannel.m: add debugging-logs if channel will be closed
21
22 Mon Dec 23 18:22:18 2002  Helge Hess  <helge.hess@skyrix.com>
23
24         * FBChannel.m: fixed a gcc 3.2 warning
25
26 Fri Nov 29 15:17:04 2002    <jan@skyrix.com>
27
28         * FBChannel.m: from 4.1
29
30 Tue Sep  3 15:32:24 2002  Jan Reichmann  <jan@skyrix.com>
31
32         * FBChannel.m: values comes now from self->selectedAttributes
33         * FBValues.m: add missing Frontbase type to NSNumber -valueFromBytes 
34         (FB_VCharacter)
35
36 2002-08-30  Helge Hess  <helge.hess@skyrix.com>
37
38         * GNUmakefile.preamble (FrontBase2_BUNDLE_LIBS): fixed a bug in the
39           Makefile (did compile without prior installation of GDLAccess)
40
41 Wed Aug 21 17:55:25 2002  Jan Reichmann  <jan@skyrix.com>
42
43         * FBChannel.m: (from 4.1) 
44         -use _attributes-var (model) for creating attr-row
45         -fixed '\0' bug (empty password must be set to '\0')
46         -fixed login with passwd bug (pwd will be only accepted,
47         if it isn`t crypted with fbcDigestPassword
48
49 Fri Jul 27 10:22:18 2001  Helge Hess  <helge.hess@skyrix.com>
50
51         * FBChannel.m: close channel on -dealloc
52
53 Wed Jan  3 19:15:59 2001  Jan Reichmann  <jan@skyrix.com>
54
55         * FBChannel.m, FBChannel+Model.m: cache table informations
56
57 Wed Jan  3 18:51:28 2001  Jan Reichmann  <jan@skyrix.com>
58
59         * FBAdaptor+Types.m, EOAttribute+FB.m: INT -> INTEGER
60
61 Tue Jan  2 14:42:20 2001  Jan Reichmann  <jan@skyrix.com>
62
63         * FBChannel.m: fixed core dump if password is wrong
64
65 Wed Dec  6 12:48:58 2000  Helge Hess  <helge.hess@mdlink.de>
66
67         * renamed file FBAdaptor to FrontBase2Adaptor, renamed FrontBaseAdaptor
68           class to FrontBase2Adaptor
69
70 Mon Dec  4 13:31:07 2000  Helge Hess  <helge.hess@mdlink.de>
71
72         * GNUmakefile: added cancompile.sh script and support
73
74 Fri Nov 17 15:46:43 2000  Helge Hess  <helge.hess@mdlink.de>
75
76         * created FB2 adaptor out of FB1 adaptor ..
77
78 Wed Aug 23 16:56:28 2000  Joerg Grimm  <joerg@trex2>
79
80         * FBAdaptor.m: formatting for text attributes added
81
82 Mon May 29 15:56:58 2000  Helge Hess  <helge.hess@mdlink.de>
83
84         * FBChannel.m: automagically add sort-ordering attributes to query set
85
86 Mon Apr 10 17:54:39 2000  Helge Hess  <helge.hess@mdlink.de>
87
88         * FBValues.m ([NSCalendarDate -stringValueForFrontBaseType:attribute:]):
89           removed a NSLog
90
91 Mon Apr 10 12:25:38 2000  Helge Hess  <helge.hess@mdlink.de>
92
93         * FBChannel.m: fixed memory free bug
94
95 Tue Feb 29 19:30:46 2000  Helge Hess  <helge.hess@mdlink.de>
96
97         * MOF3 import
98
99 Fri Nov 12 14:35:05 1999  Helge Hess  <helge.hess@mdlink.de>
100
101         * added support for user and database authentication
102
103 Tue Nov  2 16:52:47 1999  Helge Hess  <helge.hess@mdlink.de>
104
105         * FBAdaptor.m: fixed -charConvertExpression..
106
107 Thu Oct  7 13:50:48 1999  Helge Hess  <helge.hess@mdlink.de>
108
109         * created ChangeLog for FrontBase adaptor