FlashFXP - wersje stabilne

OXYGEN THIEF

Bardzo aktywny
Członek Załogi
Administrator
Dołączył
26 Maj 2010
Posty
42244
Reakcje/Polubienia
29958
Miasto
Trololololo
FlashFXP 4.4.4 Build 2040
- Fixed 3 issues where memory was allocated but under the right conditions was not fully initialized and could lead to unpredictable results. most likely crashes or things not behaving correctly.

Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 4.4.4 Build 2042

Fixed an issue where the skiplist/highlight rules were not re-applied to a folder after moving it to a new location.
Made several changes to the way the FlashFXP installer performs an upgrade installation. This should resolve all known issues with performing an upgrade installation.

FlashFXP 4.4.4 Build 2043


Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 4.4.4.2046

Updated OpenSSL to 1.0.1h
Fixed integer overflow in DateTimeToUnix() function, the result should of been an 64-bit integer but instead it was defined as a 32-bit integer.
Fixed rare crash when closing FlashFXP triggered by a delayed event that attempted to access an object that had already been freed.
Fixed rare crash when renaming a remote folder.


Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 5.0.0 Build 3771

Updated OpenSSL to 1.0.1i
Added support for TLSv1.2
Added full UTF-8/Unicode support.
Added support for Perl Compatible Regular Expressions. PCRE can be used in place of simple wild card matching. To use PCRE the pattern must be prefixed with rx: for example use rx: .*(txt|log)$ to match files ending with .txt or .log.
Added many new macro commands for use in custom commands.
The indirect site to site (FXP) transfer mode is now much more reliable when handling broken connections and transfer errors.
Added the ability to send shell commands over SSH when connected to a SFTP server.
This release includes dozens of minor improvements and bug fixes


Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 5.0.0 Build 3776

Fixed error on start up for new installations. The error was related to the change in the previous build when switching between encrypted non-encrypted data files.
For now I have disabled auto-complete on the raw command input drop-down box. The auto-complete behavior is not behaving as one would expect.


Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 5.0.0 Build 3777

Fixed Single connection mode which was completely broken and unusable.
Fixed crash when opening up the site manager (Invalid data sent to crypt() length must be a multiple of two error)


Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 5.0.0 Build 3779

Fixed "Stream read error." crash when installing FlashFXP for the first time. Caused by an unexpected condition when saving an empty data file.
Fixed "List index out of bounds (2147483647)." error when trying to access site bookmarks. Caused by trying to sort the bookmark list when it contains less than 2 elements.
Fixed ctrl+v paste in the local browser when the parent folder entry is selected. Previously this operation required that no items were selected.
Fixed issue with the status/queue windows after hiding; when unhiding the windows in some cases their size is so small that the windows were not visible.
Fixed unexpected result when parsing certain custom command tokens. i.e. /enqueue /ren "%f" "("%f", "(.*)($)","_(%m,%({YYYY}-{MM}-{DD}))")" would fail to correctly parse the date format.
Added the ability to exclude symbolic links when using the mask /select commands by using -F or -D (uppercase) rather than -f or -d.. ie. /select -F *.php
Added progress status-bar text when executing a multi-line custom command or a custom command that involves multiple files.
Added a new action "Use Rules" to File Transfer Rules "On transfer error". What this means is that instead of a single constant action you can allow this condition to use the user-defined rules. This new action should not be used unless you fully understand the outcome.
Fixed crash when opening up the site manager (Invalid data sent to crypt() length must be a multiple of two error).

FlashFXP 5.0.0 Build 3780

Fixed regression with raw command prompt right-click popup menu.
Some more tweaks to the way the main window layout is adjusted when certain visual elements are switched between visible and hidden.
Fixed crash when creating a X.509 certificate or public/private key pair and then aborting the operation.


Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 5.0.0 Build 3781

Fixed regression in a couple right-click pop-up menus; Resulting in double pop-up menus and menu entries missing from some menus.

FlashFXP 5.0.0 Build 3782

Fixed crash when trying to remote edit a file when the setting "remember edit history" is unchecked.
Fixed a crash while saving the FlashFXP data files and the write operation fails (i.e. insufficient disk space/quota). FlashFXP will now attempt to preallocate the disk space first before writing the file content to prevent an unexpected failure which could lead to file corruption or loss of data.


Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 5.0.0 Build 3784

Updated OpenSSL 1.0.1j
OpenSSL Security Advisory [15 Oct 2014]
Fixed DPI scaling issues with that Key Manager and Raw Command input dialogs making them unusable. As well as a few other very minor DPI related issues in the Edit Queue Item dialog, Filters dialog, Site Manager dialog, Edit Custom commands dialog.


Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 5.0.0 Build 3786

Fixed A/V parsing mailto: links in the console window, the mailto: prefix is cut from the line but the length of the line isn't updated, causing the memory to be read 7 bytes past the EOL.
Improved the custom commands progress text on the status-bar by prefixing the status text with the progress.
Fixed unexpected result after expanding a tree-node in the navigation tree and then refreshing the current directory. FlashFXP failed to switch the current working directory on the server back to the active directory and as a result the file list content was that of the expanded folder.
Fixed incorrect behavior when a directory listing failed due to a SSL/TLS error FlashFXP was attempting to auto-magically switch PASV/PORT modes when it should not have. It was checking the SSL result of the control socket and not the data socket.
Fixed an issue that some users experienced in build 3784 with minimizing FlashFXP to the system tray (the main window didn't completely disappear, leaving an unsightly box in the bottom left of the screen).
Changes to the way custom commands are loaded so that if FlashFXP is running from a removable drive and the drive is removed the custom commands are still available.
Added local browser specific custom commands /copy /cut /paste that mimic the windows shell operations.
Fixed several minor UI drawing issue when rendering the content within some dialogs. (i.e. button spacing, bottom border on section headers, etc)
Fixed a couple minor UI issues and an A/V crash when running FlashFXP under WINE.


Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 5.0.0 Build 3788

Fixed drag/drop issue when dragging between two separate local browsers and the drop-target item is selected.
Fixed an issue where raw command hot key shortcuts were sometimes non-functional. When the command menu was generated/updated/cleared sometimes the shortcut list was not synced.
Fixed an issue where the file list right-click raw command sub-menu was sometimes not populated. (related to the issue above)
Fixed an issue with the remote folder cache after refreshing a cached folder from the server.
Fixed crash on exit when running a scheduled task that contains special commands (raw commands, en-queued move, rename, delete, etc operations).
Fixed rare A/V crash in the Site Manager after deleting a site group. A sanity check failed to prevent access to an invalid object.
Fixed rare A/V crash when using the Remote Editing feature caused by an invalid value within the remote edit file object. Added additional sanity checks.


Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 5.0.0 Build 3791

This update addresses a Buffer overflow in the Vcl.Graphics.TPicture.Bitmap implementation of the Visual Component Library (VCL) that is used within FlashFXP.
Zaloguj lub Zarejestruj się aby zobaczyć!

Fixed issue running en-queued commands via a scheduled task, when the queue also contained file transfers that preserved the date/time on file transfer.


Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 5.0.0 Build 3795

Fixed windows error code 1400 crash triggered by showing toolbar hints when FlashFXP is started on a local desktop and then accessed via a remote desktop (RDC).
Fixed password prompt window active/focus issue when restoring FlashFXP from the tray area.
Fixed an issue where the seconds of a file date/time did not match the local remote file list (visual issue).
Fixed an issue with the Queue > Save As dialog on Windows XP that caused the file type filter to be set to "Save Selection" by default resulting in only the selected items being saved to the queue file.
Changed the way the status-bar panels resize to fit the text; under some conditions the constant resizing was very unpleasant.
During a site to site transfer (while waiting for the PORT reply) if the connection is lost then the transfer queue would stop with a "server error, aborted", this behavior has changed and now only applies to the first transfer attempt.
Fixed a device context (DC) resource leak when generating a prompt dialog. i.e. confirmation or input prompts. Wrong API was called; DeleteDC() instead of ReleaseDC()
Fixed a memory leak when closing FlashFXP, the internal custom command data structure was not freed.
Fixed a memory leak in a routine that expanded %appdata% and %allusersprofile%. A temporary PIDL was allocated within the routine and was not freed.
Fixed incorrect relative path in log folder location; i.e. ".\logs\" tried to store the logs under the application exe path rather than under the application data path.
Fixed incorrect logic in folder cache after stopping a 'server file search' operation followed by listing a non-cached folder; the file listing is stored in the cached for the wrong folder.

FlashFXP 5.0.0 Build 3799

Fixed when using the raw command %f token the selection list was processed in reverse order.
Fixed an issue where the remote folder cache expired unexpectedly. The folder cache check-box setting "Expire after minutes" was ignored and the cache was always cleared after minutes.
Fixed an issue with the global "Enable Skip list" setting being ignored in some cases, as a result the skip list was enabled even when the setting was unchecked.
Fixed an issue with the "Filename Case Conversion" feature mangling filenames.
Fixed a compatibility issue with OpenSSH+HPN on FreeBSD.

Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
FlashFXP 5.0.0 Build 3800

Fixed regression in `single connection layout` mode where the browser panes don't update correctly. Effected: 1. Toggling single connection layout mode. 2. Connecting via quick connect 3. Connecting via the command line.
Fixed conflicting shortcut key combination (ctrl+shift+s) 'Select Marked' & 'Set File Date / Time' in the 'Server File Search' dialog.
Fixed when writing to a data file fails it was triggering a application crash.
Fixed the skip reason field was not being written to the skip.log
Fixed drawing glitch in the status-bar file transfer progress pane when Windows themes are unavailable or turned off.
Fixed incorrect string pointer check in status-bar drawing routine, the code failed to correctly validate the string pointer.
Fixed drawing glitch on File exists (Ask) prompt where some of the text background was the wrong color when Windows Themes are unavailable or turned off.


Zaloguj lub Zarejestruj się aby zobaczyć!
 

fluid

super saiyajin...
Fąfel
Dołączył
4 Czerwiec 2013
Posty
7200
Reakcje/Polubienia
47
Do góry