This commit is contained in:
mysticbbs 2013-02-22 20:44:35 -05:00
parent b4d47f0fca
commit 80d342393e
2 changed files with 22 additions and 2 deletions

View File

@ -21,10 +21,8 @@ BUGS AND POSSIBLE ISSUES
compile (IceDevil) compile (IceDevil)
! After data file review, add missing variables to various MPL Get/Put ! After data file review, add missing variables to various MPL Get/Put
functions. functions.
! RAR internal viewer does not work with files that have embedded comments
! Test midnight rollovers for time (flag for user to be immune to timecheck) ! Test midnight rollovers for time (flag for user to be immune to timecheck)
! Fixed REAL2STR per Gryphon ! Fixed REAL2STR per Gryphon
! Free diskspace check in Linux
FUTURE / IDEAS / WORK IN PROGRESS / NOTES FUTURE / IDEAS / WORK IN PROGRESS / NOTES
========================================= =========================================

View File

@ -2395,3 +2395,25 @@
auto_zmodem = true auto_zmodem = true
<ALPHA 24 RELEASED> <ALPHA 24 RELEASED>
! NodeSpy's telnet client was saving the phone directory in the wrong
directory after a Zmodem upload was completed.
! The internal RAR archive viewer was not working when a .RAR file had a
comment in the file.
! Fixed an issue with the minimum upload space check in Linux.
+ Mystic can now view archives within an archive instead of just text files.
So for example if you have MYZIP.ZIP and inside that file there is another
ZIP/LZH/LHA/ARJ/RAR file, you can View it's contents using the (V)iew
command. If the file you've entered is not a valid archive, it will try
to display it as a text file as it has in the past.
! Fixed an issue with the previous page command in the standard file
listing, where it could sometimes show the file uploader text before the
actual filename text.
! More Zmodem upload fixes with SyncTerm
<ALPHA 25 RELEASED>