Skip to content

Commit

Permalink
Corrected (i.e. incremented) software and mboxview index file versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zigm committed Apr 18, 2018
1 parent 24701fb commit 66183e8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changes
---

v 1.0.2.3

- To improve mbxoview, please post reviews on what works, what doesn't, create bug tickets and enhancment requests;
- In this release, v1.0.2.3, incremented the software and mboxview index file versions only;
- Unfortunatelly, due to mistake, the software and mboxview index file versions were not incremented in v1.0.2.2;
- The mboxview file generated by v1.0.2.1 will be processed correctly by v1.0.2.2, however message search performance will not be optimal;
- The mboxview file generated by v1.0.2.2 is not backward compatible and will crash v1.0.2.1;
- Preferred solution is to install v1.0.2.3 or manaully delete existing mboxview file(s) (not recommended);

v 1.0.2.2

- To improve mbxoview, please post reviews on what works, what doesn't, create bug tickets and enhancment requests;
Expand Down
9 changes: 9 additions & 0 deletions ReadMe.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ Features
Changes
---

v 1.0.2.3

- To improve mbxoview, please post reviews on what works, what doesn't, create bug tickets and enhancment requests;
- In this release, v1.0.2.3, incremented the software and mboxview index file versions only;
- Unfortunatelly, due to mistake, the software and mboxview index file versions were not incremented in v1.0.2.2;
- The mboxview file generated by v1.0.2.1 will be processed correctly by v1.0.2.2, however message search performance will not be optimal;
- The mboxview file generated by v1.0.2.2 is not backward compatible and will crash v1.0.2.1;
- Preferred solution is to install v1.0.2.3 or manaully delete existing mboxview file(s) (not recommended);

v 1.0.2.2

- To improve mbxoview, please post reviews on what works, what doesn't, create bug tickets and enhancment requests;
Expand Down
2 changes: 1 addition & 1 deletion src/NListView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ bool ALongRightProcessProcFastSearch(const CUPDUPDATA* pCUPDUPData)
return true;
}

#define CACHE_VERSION 8
#define CACHE_VERSION 9

BOOL SaveMails(LPCSTR cache) {
int ni = MboxMail::s_mails.GetSize();
Expand Down
4 changes: 2 additions & 2 deletions src/mboxview.rc
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,2,1
FILEVERSION 1,0,2,3
PRODUCTVERSION 1,0,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -218,7 +218,7 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "mboxview MFC Application"
VALUE "FileVersion", "1.0.2.1"
VALUE "FileVersion", "1.0.2.3"
VALUE "InternalName", "mboxview"
VALUE "LegalCopyright", "Copyright (C) 2005"
VALUE "OriginalFilename", "mboxview.EXE"
Expand Down

0 comments on commit 66183e8

Please sign in to comment.