Print

Print


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 "xrootd".

The branch, master has been updated
       via  d2a973ee718d19b46cf168b52508c83b5d7a7cf5 (commit)
       via  48f1cbbb1ad8529d885592dac5442906b3a540c9 (commit)
      from  e2411db937c2e5664fa25d212cd3de8f8ae0b82b (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 d2a973ee718d19b46cf168b52508c83b5d7a7cf5
Author: Lukasz Janyst <[log in to unmask]>
Date:   Fri Nov 19 19:42:25 2010 +0100

    Generate the XrdVersion.hh header on compile time basing on the information retrieved from git
    
    * when compiling in git repository version is determined using git-describe utility
    * when compiling a package created with git-archive version is derived from VERSION_INFO file

commit 48f1cbbb1ad8529d885592dac5442906b3a540c9
Author: Lukasz Janyst <[log in to unmask]>
Date:   Fri Nov 19 19:35:07 2010 +0100

    From Elvin Sindrilaru and myself: rewrite the xrd client utility
    
    * code refactored for better maintainability
    * does not crash anymore one wrong input
    * better/fixed directory navigation
    * more usability stuff

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

Summary of changes:
 .gitattributes                  |    1 +
 Makefile.am                     |    8 +-
 VERSION_INFO                    |    1 +
 bootstrap.sh                    |    2 +-
 config/GNUmakefile.in           |    7 +-
 configure.ac                    |    2 +-
 genversion.sh                   |   89 ++
 src/XrdClient/XrdCommandLine.cc | 2999 ++++++++++++++++++++++-----------------
 src/XrdVersion.hh               |   12 -
 src/XrdVersion.hh.in            |   17 +
 10 files changed, 1785 insertions(+), 1353 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 VERSION_INFO
 create mode 100644 genversion.sh
 delete mode 100644 src/XrdVersion.hh
 create mode 100644 src/XrdVersion.hh.in


hooks/post-receive
-- 
xrootd