[rds-commits] branch, master, updated. 7d7e9aee7ef2df347a63f93caf1c1da749049772

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Nov 8 14:09:16 PST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "RDS Tools".

The branch, master has been updated
       via  7d7e9aee7ef2df347a63f93caf1c1da749049772 (commit)
       via  ba860de07e1ee58e4b131d50c1d8568901371388 (commit)
      from  ce08d94a7e9a76745ee88368a9be06076db6c407 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7d7e9aee7ef2df347a63f93caf1c1da749049772
Author: Andy Grover <andy.grover at oracle.com>
Date:   Mon Nov 1 21:36:02 2010 -0700

    update to 2.0.6

commit ba860de07e1ee58e4b131d50c1d8568901371388
Author: Andy Grover <andy.grover at oracle.com>
Date:   Mon Nov 1 21:35:01 2010 -0700

    accidental struct size change breaks connection flags
    
    I am an idiot and thought it would be a good idea to change an array
    size that was part of a struct exposed to userspace. The unfortunate
    result of this is that old rds and rds-tools versions return a struct
    1 byte shorter than what recent rds-tools expects.
    
    Luckily rds-tools was written not to choke if the returned struct was
    larger than expected, and the only affected data is the flags field after
    the transport name. This hacks rds-info -n to also check the last byte
    of the transport field for flags, in addition to conn.flags.
    
    Signed-off-by: Andy Grover <andy.grover at oracle.com>

-----------------------------------------------------------------------

Summary of changes:
 configure.in |    2 +-
 rds-info.c   |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
RDS Tools



More information about the rds-commits mailing list