Request for Version History
-
Mesh
- Posts: 956
- Joined: 24 Mar 2008 21:22
Request for Version History
Don, whenever the version history indicates changes and fixes to XYcopy, it always makes me nervous because I end up wondering if there are integrity issues with file transfer operations that have occurred in the past.
I don't know if people need a detailed history for XYcopy (although I certainly wouldn't complain), but I think it would be good to know whether any of the bug fixes were significant, as well as whether there is any concern for past file operations.
I don't know if people need a detailed history for XYcopy (although I certainly wouldn't complain), but I think it would be good to know whether any of the bug fixes were significant, as well as whether there is any concern for past file operations.
-
nas8e9
- Posts: 2232
- Joined: 21 Jun 2008 14:50
Re: Request for Version History
To set the scene for others, could you post links to previously reported *integrity* issues with XYcopy? (I like to think I keep up with XYcopy and I don't recall such reports, hence my question.)Mesh wrote:Don, whenever the version history indicates changes and fixes to XYcopy, it always makes me nervous because I end up wondering if there are integrity issues with file transfer operations that have occurred in the past.
I don't know if people need a detailed history for XYcopy (although I certainly wouldn't complain), but I think it would be good to know whether any of the bug fixes were significant, as well as whether there is any concern for past file operations.
To be sure, those integrity issues you mention pertain only to XYcopy or also to before/besides XYcopy?
As for a changelog for XYcopy, I'm not sure: often I see non-specific mention of changes to XYcopy in combination with a XYcopy-related changelog item further up. I'm hoping that any fixes for potentially data-corrupting bugs are already flagged conspicuously.
-
Mesh
- Posts: 956
- Joined: 24 Mar 2008 21:22
Re: Request for Version History
nas8e9 wrote:
To set the scene for others, could you post links to previously reported *integrity* issues with XYcopy? (I like to think I keep up with XYcopy and I don't recall such reports, hence my question.)
I don't know whether that has occurred or not. All I'm saying is that when a file operation engine has bugs fixed, it's prudent to question whether those bugs may have caused integrity issues.
-
admin
- Site Admin
- Posts: 66366
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Request for Version History
When the change log has something like this...
... the reason is:
XYcopy shares code with XYplorer. If this shared code is changed (such changes are usually mentioned in the change log) then both XYplorer and XYcopy have to be recompiled and updated. Copy+pasting "Internal changes and fixes." in such cases just saves me time. The message is: "Don't forget to update XYcopy when you download this beta version."
Code: Select all
* XYcopy 2.00.0053: Internal changes and fixes.XYcopy shares code with XYplorer. If this shared code is changed (such changes are usually mentioned in the change log) then both XYplorer and XYcopy have to be recompiled and updated. Copy+pasting "Internal changes and fixes." in such cases just saves me time. The message is: "Don't forget to update XYcopy when you download this beta version."
FAQ | XY News RSS | XY X
-
Mesh
- Posts: 956
- Joined: 24 Mar 2008 21:22
Re: Request for Version History
admin wrote:When the change log has something like this...... the reason is:Code: Select all
* XYcopy 2.00.0053: Internal changes and fixes.
XYcopy shares code with XYplorer. If this shared code is changed (such changes are usually mentioned in the change log) then both XYplorer and XYcopy have to be recompiled and updated. Copy+pasting "Internal changes and fixes." in such cases just saves me time. The message is: "Don't forget to update XYcopy when you download this beta version."
Ah! Thank you, then.
-
tux.
Re: Request for Version History
If they "share code", XYcopy is an integral part of XYplorer; so why is it branded and versioned separately at all?
-
admin
- Site Admin
- Posts: 66366
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Request for Version History
Not all of XYcopy's code is shared.tux. wrote:If they "share code", XYcopy is an integral part of XYplorer; so why is it branded and versioned separately at all?
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66366
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Request for Version History
The source codes overlap that's all. What's the problem?tux. wrote:But it is depending on it, right?
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66366
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Request for Version History
Transparency is no good as such (even if the pirate party says so). And it does not apply here anyway. Both EXEs are different programs with partly overlapping source codes. No reason, let alone need, to share the version number. I would find it quite confusing actually.tux. wrote:The missing transparency.
FAQ | XY News RSS | XY X
-
PeterH
- Posts: 2829
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: Request for Version History
Shure it could be better, if both would have the same version.
But then XYcopy had to change it's version with XY, even if nothing changed within.
I think here is no right or wrong - Don just has to decide. But, as XYcopy is delivered/installed with *every* XY-install, it wouldn't be very strange if it changes version every time. (And I hope Don could automate thís change as well?)
But then XYcopy had to change it's version with XY, even if nothing changed within.
I think here is no right or wrong - Don just has to decide. But, as XYcopy is delivered/installed with *every* XY-install, it wouldn't be very strange if it changes version every time. (And I hope Don could automate thís change as well?)
-
PeterH
- Posts: 2829
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: Request for Version History
...but both are in some way related: you shouldn't use not-fitting versions with each other? And this would be easyer to see if both had the same version string.admin wrote:Transparency is no good as such (even if the pirate party says so). And it does not apply here anyway. Both EXEs are different programs with partly overlapping source codes. No reason, let alone need, to share the version number. I would find it quite confusing actually.tux. wrote:The missing transparency.
-
admin
- Site Admin
- Posts: 66366
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Request for Version History
XYplorer.exe takes care that the expected XYcopy.exe version is present. This is enough.PeterH wrote:...but both are in some way related: you shouldn't use not-fitting versions with each other? And this would be easyer to see if both had the same version string.admin wrote:Transparency is no good as such (even if the pirate party says so). And it does not apply here anyway. Both EXEs are different programs with partly overlapping source codes. No reason, let alone need, to share the version number. I would find it quite confusing actually.tux. wrote:The missing transparency.
FAQ | XY News RSS | XY X
-
tux.
Re: Request for Version History
So how should the user know which version is "expected" if they are entirely independent applications?
XYplorer Beta Club