Mercurial > gftp.yaz
annotate ChangeLog @ 115:32cbf51617fb
2003-2-25 Brian Masney <masneyb@gftp.org>
* src/gtk/gftp-gtk.c - use gtk_container_add() instead of
gtk_scrolled_window_add_with_viewport()
(from Kang Jeong-Hee <Keizi@mail.co.kr>)
| author | masneyb |
|---|---|
| date | Wed, 26 Feb 2003 01:41:35 +0000 |
| parents | fe36ed90aedd |
| children | 915389849ed9 |
| rev | line source |
|---|---|
| 115 | 1 2003-2-25 Brian Masney <masneyb@gftp.org> |
| 2 * src/gtk/gftp-gtk.c - use gtk_container_add() instead of | |
| 3 gtk_scrolled_window_add_with_viewport() | |
| 4 (from Kang Jeong-Hee <Keizi@mail.co.kr>) | |
| 5 | |
| 113 | 6 2003-2-23 Brian Masney <masneyb@gftp.org> |
| 114 | 7 * lib/cache.c - added function gftp_parse_cache_entry(). Save |
| 8 request->server_type (output of SYST in FTP command) to the directory | |
| 9 entry | |
| 10 | |
| 11 * lib/rfc959.c (rfc959_syst) - fix to parse the output correctly | |
| 12 | |
| 13 * src/{text,gtk}/Makefile.am - remove @LIBINTL@. The gettext.m4 | |
| 14 macro should automatically add this to the LIBS variable | |
| 15 | |
| 113 | 16 * acinclude.m4 - put largefile.m4 in here |
| 17 | |
| 110 | 18 2003-02-21 Pablo Saratxaga <pablo@mandrakesoft.com> |
| 19 * configure.in: Added Catalan (ca) to ALL_LINGUAS | |
| 20 | |
| 107 | 21 2003-2-17 Brian Masney <masneyb@gftp.org> |
| 22 * lib/protocols.c lib/rfc959.c - added VMS directory listing support | |
| 23 | |
| 24 * lib/config_file.c lib/protocols.c - extra checks when stripping off | |
| 25 carriage returns and linefeeds | |
| 26 | |
| 105 | 27 2003-2-9 Brian Masney <masneyb@gftp.org> |
| 28 * lib/protocols.c (parse_time) - parse more time formats. Better | |
| 29 error checking. If there was an error parsing this time, | |
| 30 skip ahead to the next token | |
| 31 | |
| 32 * lib/rfc2068.c - this was completely broken. This was broken whenever | |
| 33 I did the conversion over to use the gftp_get_line() function. | |
| 34 | |
| 35 * lib/rfc959.c - use g_strdup instead of g_malloc/strcpy | |
| 36 | |
| 101 | 37 2003-2-6 Brian Masney <masneyb@gftp.org> |
| 102 | 38 * lib/gftp.h lib/protocols.c lib/rfc2068.c - put in new |
| 39 parse_time() function that should work across all locales. | |
| 40 It uses strptime() internally. | |
| 41 | |
| 42 * lib/misc.c - remove note from close statement | |
| 43 | |
| 101 | 44 * lib/config_file.c lib/gftp.h lib/options.h - remove ssh1_sftp_path |
| 45 option | |
| 46 | |
| 96 | 47 2003-02-03 Daniel Yacob <locales@geez.org> |
| 48 * configure.ac: Added "am" (Amharic) to ALL_LINGUAS. | |
| 49 | |
| 93 | 50 2003-1-21 Brian Masney <masneyb@gftp.org> |
| 51 * configure.in - fix for Solaris. Move the initial declaration up | |
| 52 in the source file | |
| 53 | |
| 91 | 54 2003-1-21 Brian Masney <masneyb@gftp.org> |
| 55 * lib/gftp.h - added server type defines. Added server_type field to | |
| 56 gftp_request | |
| 57 | |
| 58 * lib/local.c - use S_ISDIR and S_ISLINK macros | |
| 59 | |
| 60 * lib/protocols.c - (gftp_parse_ls*) - use hints from server_type for | |
| 61 parsing directory listing | |
| 62 | |
| 63 * lib/rfc959.c - added function rfc959_syst. Call this on startup | |
| 64 | |
| 65 * lib/protocols.c lib/rfc959.c lib/sshv2.c - pass request structure | |
| 66 to gftp_parse_ls | |
| 67 | |
| 68 * lib/sshv2.c - set server_type to be GFTP_TYPE_UNIX | |
| 69 | |
| 88 | 70 2003-1-11 Brian Masney <masneyb@gftp.org> |
| 71 * autogen.sh - removed --intl and --no-changelog flags to gettextize | |
| 72 | |
| 73 * aclocal.m4 - updated | |
| 74 | |
| 75 * configure.in - and intl and po directories to AC_OUTPUT | |
| 76 | |
| 77 * cvsclean - remove more stuff | |
| 78 | |
| 79 * lib/bookmark.c (bookmark_parse_url) - use gftp_parse_bookmark | |
| 80 function | |
| 81 | |
| 82 * lib/cache.c - remove gftp_cache_get_url_prefix(). Use | |
| 83 request->url_prefix instead | |
| 84 | |
| 85 * lib/config_file.c - use proper exit codes. Also complain if the | |
| 86 default protocol specified in the config file is invalid | |
| 87 | |
| 88 * lib/gftp.h lib/local.c lib/protocols.c - removed isblock, ischar, | |
| 89 issocket and isfifo in struct gftp_file (not used anymore) | |
| 90 | |
| 91 * lib/gftp.h lib/misc.c - removed file_countlf (not used anymore) | |
| 92 | |
| 93 * lib/local.c lib/misc.c lib/protocols.c - various small cleanups | |
| 94 | |
| 95 * lib/misc.c (string_hash_function) - check key[i] instead of key[0] | |
| 96 | |
| 97 * lib/protocols.c lib/gftp.h - added gftp_parse_bookmark() | |
| 98 | |
| 99 * lib/rfc2068.c - if we are connected to a FTP url via a proxy, set | |
| 100 request->url_prefix to be ftp. Added rfc2068_destroy() to free | |
| 101 url_prefix whenever the structure is to be freed | |
| 102 | |
| 86 | 103 2002-12-29 Brian Masney <masneyb@gftp.org> |
| 104 * lib/gftp.h - don't include sys/sysmacros.h | |
| 105 | |
| 106 * src/gtk/transfer.c - more GFTP_EFATAL checks | |
| 107 | |
| 84 | 108 2002-12-29 Brian Masney <masneyb@gftp.org> |
| 109 * lib/ssh.c lib/config_file.c lib/Makefile.am lib/gftp.h lib/options.h - | |
| 110 removed old legacy SSH protocol and option to enable this protocol | |
| 111 | |
| 112 * lib/gftp.h - added GFTP_ERETRYABLE and GFTP_EFATAL error codes | |
| 113 | |
| 114 * lib/bookmark.c lib/local.c lib/protocols.c lib/rfc959.c lib/rfc2068.c | |
| 115 lib/sshv2.c - return new error codes instead of -1 or -2 | |
| 116 | |
| 117 * lib/misc.c (gftp_*_sort_function_ds) - changed return values | |
| 118 | |
| 119 * src/gtk/transfer.c (connect_thread) - if return value of | |
| 120 gftp_connect() is GFTP_EFATAL, don't attempt to retry the connection | |
| 121 | |
| 81 | 122 2002-12-11 Brian Masney <masneyb@gftp.org> |
| 123 * configure.in - fix for enable/disable gtkport, textport and gtk20 | |
| 124 | |
| 80 | 125 2002-12-10 Brian Masney <masneyb@gftp.org> |
| 126 * configure.in - check for grantpt function | |
| 127 | |
| 128 * lib/misc.c (pty[ms]_open) - use Unix98 PTY allocation if grantpt() | |
| 129 is on the current system | |
| 130 | |
| 131 * lib/gftp.h - include stropts.h if grantpt is here | |
| 132 | |
| 133 2002-12-5 Brian Masney <masneyb@gftp.org> | |
| 134 * Release final 2.0.14 | |
| 135 | |
| 136 * lib/Chagelog-old - brief updates since 2.0.13 | |
| 137 | |
| 77 | 138 2002-12-4 Brian Masney <masneyb@gftp.org> |
| 139 * lib/misc.c (ssh_start_login_sequence) - if the word WARNING appears | |
| 140 in the banner, don't log into the server | |
| 141 | |
| 142 * docs/sample.gftp/gftprc - removed use_default_dl_types line | |
| 143 | |
| 76 | 144 2002-12-4 Brian Masney <masneyb@gftp.org> |
| 145 * lib/protocols.c (gftp_set_data_type) - return 0 if there is no | |
| 146 protocol specific set_data_type function | |
| 147 | |
| 148 * src/gtk/transfer.c (gftp_gtk_transfer_files) - ascii/binary automatic | |
| 149 switching fixes | |
| 150 | |
| 151 2002-12-3 Brian Masney <masneyb@gftp.org> | |
| 75 | 152 * lib/config_file.c lib/gftp.h lib/protocols.c - removed |
| 153 use_default_dl_types option. This is always enabled by default now. | |
| 154 | |
| 155 * src/gtk/dnd.c src/gtk/transfer.c - fix for files that should be | |
| 156 transferred as ascii | |
| 157 | |
| 73 | 158 2002-12-2 Brian Masney <masneyb@gftp.org> |
| 159 * src/gtk/bookmarks.c (run_bookmark) - don't override the value of | |
| 160 need_userpass for SSH transfers | |
| 161 | |
| 162 * ChangeLog-old - clean up list of changes from 2.0.13 to 2.0.14rc1 | |
| 163 | |
| 164 * README - minor fixes | |
| 165 | |
| 166 * configure.in - increment version to 2.0.14 | |
| 167 | |
| 168 * debian/copyright - change my email address and webpage | |
| 169 | |
| 170 * debian/rules - 2 small changes | |
| 171 | |
| 172 * TODO - added 1 item | |
| 173 | |
| 72 | 174 2002-12-2 Brian Masney <masneyb@gftp.org> |
| 175 * src/gtk/misc-gtk.c (MakeEditDialog) - bind to enter and esc keys | |
| 176 | |
| 67 | 177 2002-11-27 Brian Masney <masneyb@gftp.org> |
| 178 * Officially release 2.0.14rc1 | |
| 179 | |
| 180 * lib/cache.c - take out a warning message | |
| 181 | |
| 182 * lib/misc.c lib/protocols.c lib/gftp.h lib/gtk/dnd.c lib/transfer.c - | |
| 183 add second argument (free_request) to gftp_request_destroy | |
| 184 | |
| 185 * lib/protocols.c (gftp_parse_url) - make sure the request structure | |
| 186 is cleared before we start to modify it | |
| 187 | |
| 188 * src/gtk/gftp-text.c - fixed crash if you didn't enter a username | |
| 189 | |
| 66 | 190 2002-11-26 Brian Masney <masneyb@gftp.org> |
| 191 * configure.in - change version to 2.0.14rc1 | |
| 192 | |
| 193 * lib/local.c - fix for uploading files. Move setting of hostname | |
| 194 from local_connect() to local_init() | |
| 195 | |
| 196 * lib/misc.c (gftp_request) - copy only select fields over instead of | |
| 197 whole structure | |
| 198 | |
| 199 * lib/protocols.c (gftp_request_new) - set datafd and cachefd to -1 | |
| 200 | |
| 201 * lib/protocols.c (gftp_set_proxy_config) - allow a NULL proxy_config | |
| 202 to be passed | |
| 203 | |
| 204 * src/gtk/misc-gtk.c (update_window) - don't show the hostname if we | |
| 205 are connected via the local protocol | |
| 206 | |
| 207 * src/gtk/transfer.c (create_transfer) - check to see if this protocol | |
| 208 is always connected | |
| 209 | |
| 65 | 210 2002-11-25 Brian Masney <masneyb@gftp.org> |
| 211 * lib/misc.c (ssh_start_login_sequence) - fixes for when the initial | |
| 212 SSH banner is bigger than 200 characters | |
| 213 | |
| 214 * lib/local.c (local_connect) - set request->hostname to local | |
| 215 filesystem | |
| 216 | |
| 217 * lib/protocols.c (gftp_parse_url) - don't include 2 slashes for | |
| 218 the directory when parsing a local URL | |
| 219 | |
| 220 * src/gtk/chmod_dialog.c (chmod_dialog) - allow multiple files to be | |
| 221 selected | |
| 222 | |
| 223 * src/gtk/dnd.c - small fixes | |
| 224 | |
| 64 | 225 2002-11-23 Brian Masney <masneyb@gftp.org> |
| 226 * lib/sshv2.c - added more error checking so that the user won't get | |
| 227 disconnected if they enter files or directories that don't exist | |
| 228 | |
| 229 2002-11-23 Brian Masney <masneyb@gftp.org> | |
| 63 | 230 * lib/local.c lib/rfc959.c lib/rfc2068.c lib/ssh.c lib/sshv2.c |
| 231 lib/gftp.h - added swap_socks function to gftp_request structure | |
| 232 | |
| 233 * lib/misc.c lib/protocols.c - move swap_socks() from misc.c to | |
| 234 protocols.c (renamed to gftp_swap_socks) | |
| 235 | |
| 236 * src/gtk/misc-gtk.c src/gtk/transfer.c - removed fix_display() | |
| 237 | |
| 238 * src/gtk/delete_dialog.c src/gtk/transfer.c - changed all occurances of | |
| 239 swap_socks() to gftp_swap_socks() | |
| 240 | |
| 241 * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h - removed gftp_is_started | |
| 242 variable | |
| 243 | |
| 62 | 244 2002-11-21 Brian Masney <masneyb@gftp.org> |
| 245 * lib/local.c (local_put_file) - small fix | |
| 246 | |
| 61 | 247 2002-11-21 Brian Masney <masneyb@gftp.org> |
| 248 * lib/misc.c lib/ssh.c lib/sshv2.c - improvements to the login | |
| 249 sequence for SSH connections | |
| 250 | |
| 251 lib/sshv2.c - SSH transfers now works again | |
| 252 | |
| 60 | 253 2002-11-21 Brian Masney <masneyb@gftp.org> |
| 254 * lib/protocols.c (gftp_get_next_line) - fixed several bugs | |
| 255 | |
| 256 * lib/cache.c - Don't do a cache lookup in gftp_new_cache_entry(). In | |
| 257 gftp_find_cache_entry(), don't log an error to the user if we can't | |
| 258 open up the cache file | |
| 259 | |
| 260 * lib/rfc959.c lib/rfc2068.c lib/protocols.c - small cache fixes | |
| 261 | |
| 262 * lib/cache.c lib/rfc2068.c lib/rfc959.c - pass full buffer size | |
| 263 instead of buffer size - 1 to gftp_get_line | |
| 264 | |
| 59 | 265 2002-11-20 Brian Masney <masneyb@gftp.org> |
| 266 * lib/config_file.c - don't check buf[-1] for blank newlines in | |
| 267 gftp_read_config_file() and gftp_read_bookmarks_file() | |
| 268 | |
| 269 * lib/misc.c (string_hash_function) - Fixes if the string was less | |
| 270 than 2 characters | |
| 271 | |
| 272 * src/gtk/transfer.c - unlock mutex before we destroy (for POSIX | |
| 273 compliance) | |
| 274 | |
| 275 All 3 of these fixes are from Peter Osterlund <petero2@telia.com> | |
| 276 | |
| 58 | 277 2002-11-20 Brian Masney <masneyb@gftp.org> |
| 278 * lib/protocols.c lib/gftp.h - added gftp_get_line(), gftp_read(), | |
| 279 gftp_write(), gftp_writefmt(), and gftp_set_sockblocking() functions. | |
| 280 Added struct_gftp_getline_buffer for gftp_get_line function() | |
| 281 | |
| 282 * lib/cache.c lib/gftp.h lib/local.c lib/misc.c lib/protocols.c | |
| 283 lib/rfc2068.c lib/rfc959.c lib/ssh.c lib/sshv2.c - *_get_file() returns | |
| 284 off_t instead of long. *_{get,put}_next_file_chunk returns ssize_t | |
| 285 instead of size_t. Added *_set_config_options function to gftp_request | |
| 286 structure and protocol files. Use the new network functions | |
| 287 documented above. Convert usage of ANSI C IO (FILE *) to standard BSD | |
| 288 sockets so that I can use timeouts properly with select | |
| 289 | |
| 290 * lib/misc.c (ssh_start_login_sequence) - use gftp_set_sockblock(), | |
| 291 gftp_read() and gftp_write() functions | |
| 292 | |
| 293 * lib/protocols.c - move some protocol specific code to the protocol | |
| 294 specific files | |
| 295 | |
| 296 * lib/local.c - log succesful messages to gftp_logging_misc instead | |
| 297 of gftp_logging_error | |
| 298 | |
| 299 * lib/cache.c - log some more error conditions to the user | |
| 300 | |
| 301 * lib/rfc959.c - added rfc959_getcwd(). In, | |
| 302 rfc959_accept_active_connection(), set set socket to blocking mode | |
| 303 before calling accept() | |
| 304 | |
| 305 * src/text/gftk-text.c - If we get no files in gftp_text_ls(), | |
| 306 return instead of segfaulting | |
| 307 | |
| 308 * src/gtk/gftp-gtk.c - expand the port field in the toolbar to be 45 | |
| 309 pixels wide | |
| 310 | |
| 311 * src/text/gftp-text.c src/gtk/misc-gtk.c src/gtk/transfer.c | |
| 312 src/gtk/view_dialog.c - changes for conversion of request->{sock,data} | |
| 313 from ANSI C IO (FILE *) to standard BSD sockets | |
| 314 | |
| 57 | 315 2002-11-11 Brian Masney <masneyb@gftp.org> |
| 316 * configure.in - compile GTK+ 2.0 port by default | |
| 317 | |
| 56 | 318 2002-11-11 Brian Masney <masneyb@gftp.org> |
| 319 * src/gtk/dnd.c - fixes to DnD code | |
| 320 | |
| 321 * src/gtk/gftp-gtk.[ch] - added main_thread_id variable | |
| 322 | |
| 323 * src/gtk/misc-gtk.c (ftp_log) - don't check the user_data to see if | |
| 324 we're in a child thread, instead compare the value of pthread_self() | |
| 325 with main_thread_id | |
| 326 | |
| 327 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/menu-items.c | |
| 328 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
| 329 don't set user_data to 0x1 if we're in a child thread | |
| 330 | |
| 331 * lib/gftp.h src/gtk/misc-gtk.c src/text/gftp-text.c - make | |
| 332 r_getservbyname() available even if HAVE_GERADDRINFO is defined | |
| 333 | |
| 334 * lib/misc.c (make_ssh_exec_args) - if port is zero, lookup the default | |
| 335 port for the ssh service | |
| 336 | |
| 337 * lib/protocols.c (gftp_connect_server) - if the port is zero, store | |
| 338 the default port for that protocol there | |
| 339 | |
| 340 * src/gtk/transfer.c - added function update_window_transfer_bytes(). | |
| 341 Be able to update the directory download progress in window1 now | |
| 342 | |
| 343 * lib/config_file.c lib/misc.c lib/protocols.c lib/ssh.c lib/sshv2.c | |
| 344 src/text/gftp-text.c - use g_strdup() instead of g_strconcat() where | |
| 345 needed | |
| 346 | |
| 54 | 347 2002-11-11 Andras Timar <timar@gnome.hu> |
| 348 * configure.in: added 'hu' to ALL_LINGUAS | |
| 349 | |
| 51 | 350 2002-11-6 Brian Masney <masneyb@gftp.org> |
| 351 * src/gtk/gftp-gtk.c - connect to the select_row signal in the file | |
| 352 listbox to grab the double click event | |
| 353 | |
| 50 | 354 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 355 * src/gtk/dnd.c - some code cleanups. Also, add the file transfer with | |
| 356 the function add_file_transfer() | |
| 357 | |
| 358 * src/gtk/misc-gtk.c - remove several unneeded calls to fix_display() | |
| 359 | |
| 360 * src/gtk/gftp-gtk.c (list_dblclick) - add a note about the double | |
| 361 click stuff not working properly | |
| 362 | |
| 49 | 363 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 364 * src/gtk/transfer.c - use stock icons in GTK+ 2.0 port | |
| 365 | |
| 366 2002-11-5 Brian Masney <masneyb@gftp.org> | |
| 367 * lib/*.c src/gtk/*.c - removed function declarations for the static | |
| 368 functions from the top of the file. I had to rearrange the order of a | |
| 369 bunch of functions to avoid compiler warnings | |
| 370 | |
| 371 * lib/gftp.h - include sys/sysmacros.h. If major() and minor() isn't | |
| 372 defined, give a compiler warning and define our own | |
| 373 | |
| 374 * lib/local.c (local_get_next_file) - if this file is a device, store | |
| 375 the major/minor number in the file size | |
| 376 | |
| 377 * src/gtk/misc-gtk.c (add_file_listbox) - if this file is a device, | |
| 378 use the major() and minor() macros to display the major and minor number | |
| 379 | |
| 47 | 380 2002-11-5 Brian Masney <masneyb@gftp.org> |
| 381 * lib/cache.c lib/gftp.h - added second argument ignore_directory to | |
| 382 gftp_delete_cache_entry | |
| 383 | |
| 384 * src/gtk/menu-items.c (disconnect) - when disconnecting from the | |
| 385 remote site, clear all cache entries for that site | |
| 386 | |
| 387 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c - | |
| 388 pass a 0 as second argument to gftp_delete_cache_entry | |
| 389 | |
| 46 | 390 2002-10-31 Brian Masney <masneyb@gftp.org> |
| 391 * lib/protocols.c (gftp_get_next_file) - don't use g_filename_to_utf8. | |
| 392 If g_locale_to_utf8 fails, print out a warning to the user on the | |
| 393 console | |
| 394 | |
| 45 | 395 2002-10-31 Brian Masney <masneyb@gftp.org> |
| 396 * src/gtk/*.[ch] - don't check for gtk+ version based on the minor | |
| 397 version. May cause problems later on. | |
| 398 | |
| 399 * lib/protocols.c src/gtk/bookmarks.c src/gtk/misc-gtk.c - use UTF8 | |
| 400 functions for user data when using glib 2.0 | |
| 401 | |
| 44 | 402 2002-10-30 Brian Masney <masneyb@gftp.org> |
| 403 * src/gtk/gftp-gtk.c (CreateMenus) - no longer use depreciated | |
| 404 _gtk_accel_group_attach in GTK+ 2.0 port. Instead use | |
| 405 gtk_window_add_accel_group for both GTK+ ports | |
| 406 (from Nam SungHyun <namsh@kldp.org>) | |
| 407 | |
| 43 | 408 2002-10-30 Brian Masney <masneyb@gftp.org> |
| 409 * src/gtk/transfer.c (getdir_thread) - set use_jmp_environment to 0 instead of 1 | |
| 410 | |
| 411 * src/gtk/misc-gtk.c (signal_handler) - if use_jmp_environment is 0, | |
| 412 and SIGINT is received, terminate the program | |
| 413 | |
| 42 | 414 2002-10-29 Brian Masney <masneyb@gftp.org> |
| 415 * src/gtk/chmod_dialog.c src/gtk/delete_dialog.c src/gtk/gftp-gtk.c | |
| 416 src/gtk/gftp-gtk.h src/gtk/menu-items.c src/gtk/misc-gtk.c | |
| 417 src/gtk/mkdir_dialog.c src/gtk/rename_dialog.c src/gtk/transfer.c - | |
| 418 improved and simplified signal handling code | |
| 419 | |
| 41 | 420 2002-10-29 Brian Masney <masneyb@gftp.org> |
| 421 * lib/config_file.c lib/gftp.h lib/options.h src/gtk/menu-items.c | |
| 422 src/gtk/view_dialog.c - removed tmp_directory variable. Instead use | |
| 423 g_get_tmp_dir () | |
| 424 | |
| 425 * lib/gftp.h (struct gftp_request) - added int cancel : 1 | |
| 426 | |
| 427 * lib/misc.c lib/protocols.c lib/rfc2068.c lib/rfc959.c lib/ssh.c | |
| 428 lib/sshv2.c - check for interrupted signal calls | |
| 429 | |
| 430 * lib/protocols.c - added gftp_fgets() and gftp_fwrite() functions | |
| 431 | |
| 432 * src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/transfer.c - use | |
| 433 g_main_context_iteration in GTK+ 2.0 port | |
| 434 | |
| 435 * src/gtk/misc-gtk.c - use g_object_unref instead of gdk_drawable_unref | |
| 436 in GTK+ 2.0 port | |
| 437 | |
| 40 | 438 2002-10-17 Brian Masney <masneyb@gftp.org> |
| 439 * lib/protocols.c - add gftp_abort_transfer function. Also, in | |
| 440 gftp_transfer_file, when we do a gftp_put_file, if that fails, | |
| 441 try to abort the transfer. | |
| 442 | |
| 443 * lib/rfc959.c - add rfc959_abort_transfer function | |
| 444 | |
| 445 * lib/rfc2068.c, lib/local.c - point abort_transfer pointer to | |
| 446 rfc2068_end_transfer and local_end_transfer respectively | |
| 447 | |
| 448 * lib/ssh.c, lib/sshv2.c - add FIXME to implement abort function | |
| 449 | |
| 450 * src/gtk/transfer.c - when we stop a transfer, try to abort it | |
| 451 first. If that fails, disconnect from the site completely | |
| 452 | |
| 39 | 453 2002-10-15 Brian Masney <masneyb@gftp.org> |
| 454 * lib/config_file.c - enable combo in GTK port for Proxy server type | |
| 455 | |
| 456 * lib/misc.c (gftp_sort_filelist) - make sure prev pointer to first | |
| 457 entry is NULL | |
| 458 | |
| 459 * lib/protocols.c (copy_token) - when setting the end position of | |
| 460 the token to \0, after we're done set it back to the origional position | |
| 461 | |
| 462 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c - changed g_list_first (list) | |
| 463 to just list | |
| 464 | |
| 37 | 465 2002-10-13 Brian Masney <masneyb@gftp.org> |
| 466 * lib/gftp.h (struct gftp_config_vars_tag) - remove shown flag and | |
| 467 added ports_shown flag. Added GFTP_PORTS_TEXT, GFTP_PORTS_GTK, | |
| 468 and GFTP_PORTS_ALL flags | |
| 469 | |
| 470 * lib/config_file.c - update to use new fields. | |
| 471 | |
| 472 * lib/config_file.c, lib/options.h, lib/gftp.h - added new global | |
| 473 options: local_sortcol, local_sortasds, remote_sortcol, remote_sortasds | |
| 474 | |
| 475 * src/gtk/gftp-gtk.c - sort based on parameters above. Also, if a url | |
| 476 was given on the command line, don't connect to it until the local side | |
| 477 has been setup | |
| 478 | |
| 479 * src/gtk/options_dialog.c - only show variables that have GFTP_PORT_GTK | |
| 480 set | |
| 481 | |
| 482 * src/text/gftp-text.c - add help screen for set command. Added command | |
| 483 clear cache. Sort the filelist based on the configuration options. | |
| 484 | |
| 485 * configure.in - update to version 2.0.14 | |
| 486 | |
| 487 * cvsclean - clean up the Makefile.am file better | |
| 488 | |
| 36 | 489 2002-10-07 Brian Masney <masneyb@gftp.org> |
| 490 * lib/local.c - fixed file uploads | |
| 491 | |
| 492 * lib/rfc959.c - fixed crash if you uploaded/downloaded a file that | |
| 493 you didn't have permission to | |
| 494 | |
| 495 * src/gtk/transfer.c - display fixes for hostname | |
| 496 | |
| 497 * autogen.sh - pass -c to automake | |
| 498 | |
| 34 | 499 2002-10-07 Brian Masney <masneyb@gftp.org> |
| 500 * docs/sample.gftp/gftp-mini-logo.xpm - added mini gFTP logo file | |
| 501 from Debian. This can be used as a menu icon. | |
| 502 | |
| 33 | 503 2002-10-06 Brian Masney <masneyb@gftp.org> |
| 504 * src/gtk/delete_dialog.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c, | |
| 505 src/gtk/transfer.c - Fixed dead-locks with GDK_THREADS_{ENTER,LEAVE} | |
| 506 | |
| 507 * configure.in, src/gtk/Makefile.am - Use GTHREAD_LIBS | |
| 508 | |
| 509 2002-10-03 Brian Masney <masneyb@gftp.org> | |
| 510 * Makefile.am - remove intl and m4 directory from subdirs. autogen.sh | |
| 511 will automagically add these for me. | |
| 512 | |
| 513 * autogen.sh - remove check for libtool | |
| 514 | |
| 515 * configure.in - link in gthread | |
| 516 | |
| 517 * cvsclean - added this script | |
| 518 | |
| 115 | 519 * *.[ch] - added $Id: ChangeLog,v 1.63 2003/02/26 01:41:33 masneyb Exp $ tags |
| 33 | 520 |
| 521 * debian/* - updated files from Debian maintainer | |
| 522 | |
| 32 | 523 2002-10-03 Brian Masney <masneyb@gftp.org> |
| 524 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) | |
| 525 | |
| 526 * src/gtk/delete_dialog.c, src/gtk/misc-gtk.c, src/gtk/transfer.c - | |
| 527 call gdk_threads_enter() and gdk_threads_leave() | |
| 528 | |
| 28 | 529 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 530 * configure.in - take [external] off of AM_GNU_GETTEXT | |
| 531 | |
| 27 | 532 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 533 * intl/ - remove this directory | |
| 534 | |
| 26 | 535 2002-09-24 gettextize <bug-gnu-gettext@gnu.org> |
| 536 * Makefile.am (SUBDIRS): Add intl, | |
| 537 (ACLOCAL_AMFLAGS): New variable. | |
| 538 (EXTRA_DIST): Add config.rpath mkinstalldirs. | |
| 539 * configure.in (AC_OUTPUT): Add intl/Makefile, | |
| 540 | |
| 25 | 541 2002-09-24 Brian Masney <masneyb@gftp.org> |
| 26 | 542 * lib/config_file.c - separated saving of bookmarks from |
| 543 gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will | |
| 544 no longer be rewritten to disk every time gFTP exits | |
| 545 | |
| 546 * src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of | |
| 547 gftp_write_config_file() when altering a bookmark | |
| 548 | |
| 549 * configure.in - Fixed problem with the text port being compiled | |
| 550 against glib 1.2 if we wanted it to be compiled against glib 2.0 | |
| 551 instead | |
| 552 | |
| 553 * autogen.sh - add this build script | |
| 554 | |
| 555 2002-09-24 Brian Masney <masneyb@gftp.org> | |
| 25 | 556 * Remove intl/ directory from CVS |
| 557 | |
| 23 | 558 2002-09-18 Brian Masney <masneyb@gftp.org> |
| 559 * Updated French translation (from Damien Mascr? | |
| 560 <damienmascre@free.fr>) | |
| 561 | |
| 562 * Updated Japanese translation (from Ryoichi INAGAKI | |
| 563 <inagaki@ryo1.net>) | |
| 564 | |
| 565 2002-09-17 Brian Masney <masneyb@gftp.org> | |
| 566 * src/gtk/bookmarks.c - Fixed crash that would occur if you saved the | |
| 26 | 567 changes two times in the bookmark editor. Also, fixed several memory |
| 568 leaks | |
| 23 | 569 |
| 22 | 570 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 571 * po/de.po - Updated German translation (from Matthias Haase | |
| 572 <matthias_haase@bennewitz.com>) | |
| 573 | |
| 574 * po/ru.po - Updated Russian translation (from Vitaly Lipatov | |
| 575 <LAV@VL3143.spb.edu>) | |
| 576 | |
| 21 | 577 2002-09-16 Brian Masney <masneyb@gftp.org> |
| 578 * src/gtk/gftp-gtk.c, src/gtk/menu-items.c, src/gtk/misc-gtk.c - | |
| 579 Fixed compile errors when compiling against GTK+ 1.2 | |
| 580 | |
| 581 * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - fixed to work | |
| 582 with GTK+ 1.2 | |
| 583 | |
| 19 | 584 2002-09-15 Brian Masney <masneyb@gftp.org> |
| 585 * lib/gftp.h (struct gftp_transfer) - changed the type of numfiles and | |
| 586 numdirs from unsigned long to long. This must be a signed field. This | |
| 587 is a bug I introduced a few days ago. | |
| 588 | |
| 589 * lib/local.c (local_put_file) - remove the + off of the ab mode to | |
| 590 fdopen. This is also a bug I introduced a few days ago. | |
| 591 | |
| 592 * src/gtk/transfer.c (gftp_gtk_calc_kbs) - make sure that the variable | |
| 593 difftime isn't a negative number when computing the KB/s | |
| 594 | |
| 595 * src/gtk/menu-items.c (save_directory_listing) - remove casts to | |
| 596 GTK_OBJECT for the str variable | |
| 597 | |
| 598 * src/gtk/gftp-gtk.c - use GTK_STOCK_* icons in place of left.xpm, | |
| 599 right.xpm, up.xpm, down.xpm and stop.xpm in GTK+ 2.0 port | |
| 600 | |
| 601 * src/gtk/bookmarks.c - show GTK_STOCK_* icons on the popup menu | |
| 602 | |
| 603 * src/gtk/bookmarks.c, src/gtk/chmod_dialog.c, src/gtk/menu-items.c, | |
| 604 src/gtk/misc-gtk.c, src/gtk/options_dialog.c and | |
| 605 src/gtk/view_dialog.c - use gtk_dialog_new_with_buttons in GTK+ 2.0 | |
| 606 port to create the dialog. Also, associate gFTP icon with this dialog | |
| 607 | |
| 608 * src/gtk/misc-gtk.c - changed the interface of MakeEditDialog and | |
| 609 MakeYesNoDialog. In the GTK+ 2.0 port, I now use stock icons in the | |
| 610 dialog buttons. | |
| 611 | |
| 612 2002-09-11 Marius Andreiana <mandreiana@yahoo.com> | |
|
18
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
613 |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
614 * configure.in: added 'ro' to ALL_LINGUAS |
|
6b2e606554aa
2002-09-11 Marius Andreiana <mandreiana@yahoo.com>
mandreiana
parents:
17
diff
changeset
|
615 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
616 2002-09-08 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
617 * lib/misc.c - added gftp_sort_filelist function |
| 1 | 618 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
619 * src/gtk/gftp-gtk.c (sortrows) - call gftp_sort_filelist now |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
620 to do the sorting |
| 1 | 621 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
622 * config.sub, install-sh, missing, mkinstalldirs - new versions from |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
623 automake 1.4 |
| 1 | 624 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
625 * src/text/gftp-text.c, lib/protocols.c - more large file support |
| 1 | 626 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
627 2002-09-04 Brian Masney <masneyb@gftp.org> |
| 19 | 628 * lib/rfc959.c - FXP fixes (from Tobias Gruetzmacher |
| 629 <tobias@portfolio16.de>) | |
| 1 | 630 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
631 2002-09-03 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
632 * lib/rfc2068.c - HTTP fixes when running under Solaris. Read from |
| 19 | 633 request->sockfd and write to request->sockfd_write (Solaris doesn't |
| 634 like it when you read/write to the same FILE structure) | |
| 1 | 635 |
| 19 | 636 * lib/local.c - encode major/minor numbers for a device in the file |
| 637 size. This is probably still busted for other platforms | |
| 1 | 638 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
639 * lib/rfc2068.c, lib/rfc959.c, lib/ssh.c, lib/sshv2.c - Sanity |
| 19 | 640 checking on the fdopen() calls. Also make sure that all of them have a |
| 641 + in their open mode. Doesn't affect UNIX, but it does affect Windows | |
| 1 | 642 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
643 * src/gtk/menu-items.c, src/gtk/gftp-gtk.c, src/gtk/misc-gtk.c - added |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
644 function save_directory_listing. It's in the Local and Remote menus |
| 1 | 645 |
| 19 | 646 * src/gtk/view_dialog.c - changed log message slightly. The new string |
| 647 should already be in the po files translated | |
| 1 | 648 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
649 2002-08-30 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
650 * lib/misc.c - don't allow passing a 0 to log10 |
| 1 | 651 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
652 2002-08-30 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
653 * src/gtk/gftp-gtk.c - Use stockitem for menu items in gtk+ 2.0. |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
654 Use _gtk_accel_group_attach for gtk 2.0 (removes FIXME). Only call |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
655 bind_textdomain_codeset if we're in gtk 2.0 |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
656 (all from Sung-Hyun Nam <namsh@kldp.org>) |
| 1 | 657 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
658 2002-08-29 Sung-Hyun Nam <namsh@kldp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
659 * po/ko.po - language team change |
| 1 | 660 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
661 2002-08-29 Sung-Hyun Nam <namsh@kldp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
662 * po/ko.po - Updated Korean translation |
| 1 | 663 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
664 2002-08-29 Yanko Kaneti <yaneti@declera.com> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
665 * po/bg.po - Updated Bulgarian translation |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
666 |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
667 2002-08-23 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
668 * configure.in - small build fixes |
| 1 | 669 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
670 2002-08-23 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
671 * lib/rfc959.c - put anonymous ftp checks in here instead of scattered |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
672 elsewhere |
| 1 | 673 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
674 * src/gtk/gftp-gtk.c - call bind_textdomain_codeset in gtk+ port. |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
675 Removed anonymous FTP stuff |
| 1 | 676 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
677 * lib/local.c - open files with O_LARGEFILE if _LARGEFILE_SOURCE |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
678 is defined |
| 1 | 679 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
680 * lib/protocols.c - removed anonymous FTP stuff |
| 1 | 681 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
682 * lib/rfc2068.c - don't check for anonymous username |
| 1 | 683 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
684 * src/gtk/misc-gtk.c - translation fixes for menus |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
685 (from Owen Taylor <otaylor@redhat.com>) |
| 1 | 686 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
687 2002-08-23 <baddog@cvs.gnome.org> |
| 19 | 688 * configure.in - (ALL_LINGUAS): zh_CN.GB2312 -> zh_CN, zh_TW.Big5 -> |
| 689 zh_TW | |
| 1 | 690 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
691 2002-08-23 Abel Cheung <maddog@linux.org.hk> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
692 * zh_TW.Big5.po renamed to zh_TW.po |
| 1 | 693 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
694 * zh_CN.GB2312.po renamed to zh_CN.po |
| 1 | 695 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
696 * zh_TW.Big5.gmo - Removed. |
| 1 | 697 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
698 * Makefile.in.in, gftp.pot - Remove generated file. |
| 1 | 699 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
700 2002-08-23 <baddog@cvs.gnome.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
701 * po/.cvsignore - Shhhhhh |
| 1 | 702 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
703 2002-08-14 <cneumair@cvs.gnome.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
704 * po/de.po - Fixed German translation (charset, header) |
| 1 | 705 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
706 2002-08-05 Brian Masney <masneyb@gftp.org> |
| 19 | 707 * lib/protocols.c - When we connect to a remote server, don't change |
| 708 the hostname to the PTR record of the hostname | |
| 1 | 709 |
| 19 | 710 * src/gtk/transfer.c - Fixed crash if you was already transfering a |
| 711 file, and you started another transfer, and if you hit cancel at the | |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
712 Overwrite/Resume/Skip dialog |
| 1 | 713 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
714 * docs/sample.gftp/gftprc - put the ext= lines back in the config file |
| 1 | 715 |
| 19 | 716 * po/es.po - Spanish updates (from Gustavo D. Vranjes |
| 717 <gvranjes@softhome.net>) | |
| 1 | 718 |
| 19 | 719 * po/nl.po - Dutch updates (from Myckel Habets |
| 720 <myckelhabets@netscape.net>) | |
| 1 | 721 |
|
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
722 2002-07-19 Brian Masney <masneyb@gftp.org> |
|
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
2
diff
changeset
|
723 * gFTP 2.0.13 released |
| 1 | 724 |
