From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28947 invoked by alias); 30 Apr 2012 13:37:17 -0000 Received: (qmail 28763 invoked by uid 9078); 30 Apr 2012 13:37:16 -0000 Date: Mon, 30 Apr 2012 13:37:00 -0000 Message-ID: <20120430133716.28756.qmail@sourceware.org> From: corinna@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: rebase ./ChangeLog ./README ./configure.ac ./p ... Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org X-SW-Source: 2012-q2/txt/msg00010.txt.bz2 CVSROOT: /sourceware/projects/cygwin-apps-home/cvsfiles Module name: rebase Changes by: corinna@sourceware.org 2012-04-30 13:37:16 Modified files: . : ChangeLog README configure.ac peflagsall.in rebase.c rebaseall.in imagehelper : ChangeLog imagehelper.h rebaseimage.cc Log message: * configure.ac (AC_INIT): Bump version to 4.2.0. * peflagsall.in: Set DefaultDynBase to 0 to remove the dynamicbase flag by default, rather than to set it. Add .oct to DefaultSuffixes, just as in rebaseall.in. Fix help text accordingly. * rebase.c (long_options): Add --no-dynamicbase. (short_options): Add -n. (parse_args): Handle -n/--no-dynamicbase option. Set ReBaseDropDynamicbaseFlag flag. (usage): Add text for new -n/--no-dynamicbase option. * rebaseall.in: Call rebase with -n flag on Cygwin. * README: Document all aforementioned changes. * imagehelper.h (ReBaseDropDynamicbaseFlag): Declare. * rebaseimage.cc: Include windows.h. Handle old w32api releases. (ReBaseDropDynamicbaseFlag): Define. (ReBaseImage64): Drop IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE flag in DllCharacteristics if successfully rebased and Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.37&r2=1.38 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/README.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/configure.ac.diff?cvsroot=cygwin-apps&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/peflagsall.in.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/rebase.c.diff?cvsroot=cygwin-apps&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/rebaseall.in.diff?cvsroot=cygwin-apps&r1=1.7&r2=1.8 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/imagehelper/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.14&r2=1.15 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/imagehelper/imagehelper.h.diff?cvsroot=cygwin-apps&r1=1.6&r2=1.7 http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/imagehelper/rebaseimage.cc.diff?cvsroot=cygwin-apps&r1=1.5&r2=1.6