public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: jlt63@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: rebase ChangeLog NEWS README configure.ac reba ...
Date: Fri, 13 Jul 2012 20:13:00 -0000	[thread overview]
Message-ID: <20120713201336.22672.qmail@sourceware.org> (raw)

CVSROOT:	/cvs/cygwin-apps
Module name:	rebase
Changes by:	jlt63@sourceware.org	2012-07-13 20:13:36

Modified files:
	.              : ChangeLog NEWS README configure.ac rebase-db.h 
	                 rebase-dump.c rebase.c 

Log message:
	Prepare for release 4.3.0.
	* configure.ac (AC_INIT): Bump version to 4.3.0.
	* rebase.c (short_options): Add -O option.
	(long_options): Add --oblivious option.
	(image_oblivious_flag): Add new BOOL flag, false by default, set
	by -O.
	(main): Only report non-rebaseable DLL if they should have been
	rebased, i.e. cannot_rebase has the MSB cleared.
	(parse_args): Handle -O/--oblivious, set image_oblivious_flag
	accordingly.  Fall through to -s, since it is implied.
	(usage): Add text for -O/--oblivious.
	(load_image_info): Set MSB of cannot_rebase for all entries found
	in database to ensure that they are not actually touched.
	(merge_image_info): Warn if an oblivious file is found to be in
	the database already.  The file will not be rebased to keep the
	database in sync.
	(save_image_info): Return immediately if image_oblivious_flag is
	set.
	* rebase.db.h (_img_info): Extend cannot_rebase flag to two bit.
	If the MSB is set, the file is protected from rebasing due to
	--oblivious currently in effect.
	* rebase-dump.c (help): Fix typo -- escape missing in help text.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/NEWS.diff?cvsroot=cygwin-apps&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/README.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/configure.ac.diff?cvsroot=cygwin-apps&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/rebase-db.h.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/rebase/rebase-dump.c.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.15&r2=1.16


                 reply	other threads:[~2012-07-13 20:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120713201336.22672.qmail@sourceware.org \
    --to=jlt63@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).