How do I diff two versions?

Discuss development issues and submit patches here
Post Reply
JazzMan
Posts: 8
Joined: Sun Jun 09, 2013 10:10 pm

How do I diff two versions?

Post by JazzMan »

How can I see what code changed between version 1.5.0.2528 and 1.5.0.2540?
David Erceg
Site Admin
Posts: 950
Joined: Sat Apr 18, 2009 1:46 am

Re: How do I diff two versions?

Post by David Erceg »

From AppVeyor, 1.5.0.2528 corresponds to commit e39a32b428c13c6a45fdfc10aec35588552fe7b1, while 1.5.0.2540 corresponds to commit 47bcbd41e87826c47ee201ab1c85820439cb9028. The code changes between those two commits can be seen on GitHub.

I hope that helps.
JazzMan
Posts: 8
Joined: Sun Jun 09, 2013 10:10 pm

Re: How do I diff two versions?

Post by JazzMan »

Did anything else change? Perhaps about the build environment?

x.2528 broke the x86 version on Win 7 32-bit. That version of E++ has produced a dump file since on launch. Do the additional translations need another dll or something? I'm just running a typical US English language install of Windows 7.

x.2540 broke persisting changes made to the toolbar (specifically running x64 version on Win 10 64-bit). That feature has been broken since.

Those changes look like they're supposed to be innocuous, but some unintended consequences happened.
Post Reply