lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 6977670: Upgrade wxWidgets and wxPdfDoc


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6977670: Upgrade wxWidgets and wxPdfDoc
Date: Tue, 14 Jul 2020 18:32:56 -0400 (EDT)

branch: master
commit 6977670839d9ee06cb979f13a9c7d45b24893944
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Upgrade wxWidgets and wxPdfDoc
    
    Upgrade wxWidgets to pre-3.1.4 version to include all the wxGrid bug
    fixes and enhancements required by the upcoming wxGrid-based census view
    implementation.
    
    Also upgrade wxPdfDoc to the latest version, as it compiles without
    warnings when using it with the latest wxWidgets, unlike the previously
    used one.
---
 install_wx.sh       | 2 +-
 install_wxpdfdoc.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install_wx.sh b/install_wx.sh
index 1afb9fc..5135e3a 100755
--- a/install_wx.sh
+++ b/install_wx.sh
@@ -33,7 +33,7 @@ set -vxe
 
 
remote_host_url=${remote_host_url:-"https://github.com/wxWidgets/wxWidgets.git"}
 
-wx_commit_sha=${wx_commit_sha:-"f741031e69de73d5816cc56e99c9beba3ac820de"}
+wx_commit_sha=${wx_commit_sha:-"5a0723223dfac29998f323252fd1b286f902d7be"}
 
 wx_skip_clean=${wx_skip_clean:-"0"}
 
diff --git a/install_wxpdfdoc.sh b/install_wxpdfdoc.sh
index 5e12d23..11068cd 100755
--- a/install_wxpdfdoc.sh
+++ b/install_wxpdfdoc.sh
@@ -33,7 +33,7 @@ set -vxe
 
 remote_host_url=${remote_host_url:-"https://github.com/vadz/wxpdfdoc.git"}
 
-wxpdfdoc_commit_sha=${wxpdfdoc_commit_sha:-"55366f01eed8549ca704f9d9825127868858aafb"}
+wxpdfdoc_commit_sha=${wxpdfdoc_commit_sha:-"acbd019d18e991cca46a80e1be58e637774d5d3b"}
 
 wxpdfdoc_skip_clean=${wxpdfdoc_skip_clean:-"0"}
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]