Develop and Download Open Source Software

Browse Subversion Repository

Contents of /branches/RB-1.1/CHANGELOG

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13 - (show annotations) (download)
Mon Feb 23 02:22:49 2009 UTC (15 years, 1 month ago) by hirohitohigashi
File size: 5279 byte(s)
Creating relase branch for 1.1
1 * --------[ 1.1 (stable)
2
3 Version 1.1 (stable)
4
5 [Info] Functions Lists:
6 [*] ftp_main.h
7
8 (-) ftp_connect
9 (-) ftp_auth
10 (-) ftp_quit
11 (-) ftp_pasv
12 (-) ftp_list
13 (-) ftp_nlist
14 (-) ftp_put
15 (-) ftp_get
16 (-) ftp_dir
17 (-) ftp_type
18 (-) ftp_system
19 (-) ftp_rmd
20 (-) ftp_mkd
21 (-) ftp_cwd
22 (-) ftp_rename
23 (-) ftp_noop
24 (-) ftp_login_handler
25 (-) ftp_dir_handler
26 (-) ftp_file_handler
27 (-) strfnbytes
28 (-) find_pasv
29 (-) ftp_DataPort
30 (-) ftp_path
31
32 [Fix] Fixed some bugs and race condition.
33 [Add] Added a function ftp_append().
34
35 * --------[ 1.0 (stable)
36
37 Version 1.0 (stable)
38
39 [Info] Functions Lists:
40 [*] ftp_main.h
41
42 (-) ftp_connect
43 (-) ftp_auth
44 (-) ftp_quit
45 (-) ftp_pasv
46 (-) ftp_list
47 (-) ftp_nlist
48 (-) ftp_put
49 (-) ftp_get
50 (-) ftp_dir
51 (-) ftp_type
52 (-) ftp_system
53 (-) ftp_rmd
54 (-) ftp_mkd
55 (-) ftp_cwd
56 (-) ftp_rename
57 (-) ftp_noop
58 (-) ftp_login_handler
59 (-) ftp_dir_handler
60 (-) ftp_file_handler
61 (-) strfnbytes
62 (-) find_pasv
63 (-) ftp_DataPort
64 (-) ftp_path
65
66 [Fix] Fixxed some BUGS in the whole libOftp (eg. list and nlist)
67 [Fix] Fixxed some select() errors
68 [Change] Library is now "faster"
69 [Change] Changes has been done in Makefile
70 [Change] Changes has been done in the manual
71 [Change] Changes has been done in ftp_main.h
72 [Add] Added 2 global variables res_get e res_put (~times in seconds~ for upload/download)
73
74 * --------[ 1.0.6/9 (beta) - Not Published
75
76 Version 1.0.6/8 (beta)
77
78 [Info] Functions Lists:
79 [*] ftp_main.h
80
81 (-) ftp_connect
82 (-) ftp_auth
83 (-) ftp_quit
84 (-) ftp_pasv
85 (-) ftp_list
86 (-) ftp_nlist
87 (-) ftp_put
88 (-) ftp_get
89 (-) ftp_dir
90 (-) ftp_type
91 (-) ftp_system
92 (-) ftp_rmd
93 (-) ftp_mkd
94 (-) ftp_cwd
95 (-) ftp_rename
96 (-) ftp_noop
97 (-) ftp_login_handler
98 (-) ftp_dir_handler
99 (-) ftp_file_handler
100 (-) strfnbytes
101 (-) find_pasv
102 (-) ftp_DataPort
103 (-) ftp_path
104
105 [Change] Some changes has been made in .h file
106 [Change] Some changes has been made in libOftp
107
108
109 * --------[ 1.0.5 (beta)
110
111 Version 1.0.5 (beta)
112
113 [Info] Functions Lists:
114 [*] ftp_main.h
115
116 (-) ftp_connect
117 (-) ftp_auth
118 (-) ftp_quit
119 (-) ftp_pasv
120 (-) ftp_list
121 (-) ftp_nlist
122 (-) ftp_put
123 (-) ftp_get
124 (-) ftp_dir
125 (-) ftp_type
126 (-) ftp_system
127 (-) ftp_rmd
128 (-) ftp_mkd
129 (-) ftp_cwd
130 (-) ftp_rename
131 (-) ftp_noop
132 (-) ftp_login_handler
133 (-) ftp_dir_handler
134 (-) ftp_file_handler
135 (-) strfnbytes
136 (-) find_pasv
137 (-) ftp_DataPort
138 (-) ftp_path
139
140 [Change] Some changes has been made in .h file
141 [Change] All functions is now in ftp_main.h
142 [Change] libOftp Manual is now up-to-date
143 [Change] Function ftp_system() has been improved
144 [New] Now library is modular
145 [New] Only a .h file is now available
146 [Add] Added functions ftp_noop()
147 [Add] Added the Makefile
148 [Fix] Some issues has been fixxed
149
150 * --------[ 1.0.1-4 (beta)
151
152 Version 1.0.1-4 (beta) - Not Published
153
154 [Info] Functions Lists:
155 [*] ftp_main.h
156
157 (-) ftp_connect
158 (-) ftp_auth
159 (-) ftp_quit
160 (-) ftp_pasv
161 (-) ftp_list
162 (-) ftp_nlist
163 (-) ftp_put
164 (-) ftp_get
165
166 [*] ftp_simple.h
167
168 (-) ftp_dir
169 (-) ftp_type
170 (-) ftp_system
171 (-) ftp_rmd
172 (-) ftp_mkd
173 (-) ftp_cwd
174 (-) ftp_rename
175
176 [*] ftp_errors.h
177
178 (-) ftp_login_handler
179 (-) ftp_dir_handler
180 (-) ftp_file_handler
181
182 [*] ftp_str.h
183
184 (-) strfnbytes
185 (-) find_pasv
186 (-) ftp_DataPort
187 (-) ftp_path
188
189 [Change] Some changes has been made in some functions like ftp_get, ftp_put and others
190 [Change] Some changes has been made in ftp_globalvars.h
191 [Change] Function ftp_path() has been modified
192
193
194 * --------[ 1.0.0 (beta)
195
196 Version 1.0.0 (beta)
197
198 [Info] Functions Lists:
199 [*] ftp_main.h
200
201 (-) ftp_connect
202 (-) ftp_auth
203 (-) ftp_quit
204 (-) ftp_pasv
205 (-) ftp_list
206 (-) ftp_nlist
207 (-) ftp_put
208 (-) ftp_get
209
210 [*] ftp_simple.h
211
212 (-) ftp_dir
213 (-) ftp_type
214 (-) ftp_system
215 (-) ftp_rmd
216 (-) ftp_mkd
217 (-) ftp_cwd
218 (-) ftp_rename
219
220 [*] ftp_errors.h
221
222 (-) ftp_login_handler
223 (-) ftp_dir_handler
224 (-) ftp_file_handler
225
226 [*] ftp_str.h
227
228 (-) strfnbytes
229 (-) find_pasv
230 (-) ftp_DataPort
231 (-) ftp_path
232
233 [Change] Changed name of func_ftp.h to ftp_main.h
234 [Change] Used in some functions dynamic allocation of memory
235 [Change] Added in ftp_quit the close funtion to close socket descriptor
236 [Add] Added PDF Documententation
237 [Add] Added ftp_nlist function in ftp_main.h
238 [Add] Added ftp_put function in ftp_main.h
239 [Add] Added ftp_get function in ftp_main.h
240 [Add] Added ftp_type function in ftp_simple.h
241 [Add] Added ftp_system function in ftp_simple.h
242 [Add] Added ftp_rename function in ftp_simple.h
243 [Add] Added ftp_del function in ftp_simple.h
244 [Fix] Fixxed some issues in ftp_str.h (strfnbytes)
245 [Fix] Fixxed some issues in ftp_str.h (ftp_path)
246 [Fix] Fixxed a problem in the Connect() function (e.g. Connection Refused) in the Connection for Data Transport
247 [Fix] Fixxed some issues in ftp_put() and ftp_get()
248 [Fix] Fixxed some SEGFAULT errors in ftp_get() and ftp_pasv()
249
250 * --------[ 0.5.2 (beta)
251
252 Version 0.5.2 (beta) - Not Published
253
254 [Info] Functions Lists:
255 [*] func_ftp.h
256
257 (-) ftp_connect
258 (-) ftp_auth
259 (-) ftp_quit
260 (-) ftp_pasv
261 (-) ftp_list
262
263 [*] ftp_simple.h
264
265 (-) ftp_dir
266 (-) ftp_rmd
267 (-) ftp_mkd
268 (-) ftp_cwd
269
270 [*] ftp_errors.h
271
272 (-) ftp_login_handler
273 (-) ftp_dir_handler
274 (-) ftp_file_handler
275
276 [*] ftp_str.h
277
278 (-) strfnbytes
279 (-) find_pasv
280 (-) ftp_DataPort
281 (-) ftp_path
282
283 [Add] Added ftp_simple.h
284 [Add] Added ftp_errors.h
285 [Add] Added ftp_str.h
286 [Add] Added a Text Manual
287
288 * --------[ 0.5.0 (beta)
289
290 Version 0.5.0 (beta) - Not Published
291
292 [Info] Functions Lists:
293 [*] func_ftp.h
294
295 (-) ftp_connect
296 (-) ftp_auth
297 (-) ftp_quit
298 (-) ftp_pasv
299 (-) ftp_list

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26