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 annotated tag, v3.2.0-rc1 has been created
        at  c995c776ad5b079a6ffc7dc7e44b9f831c9cb4f8 (tag)
   tagging  4903ddb9bc1e6f00f675be63487f15d7ea88a1e0 (commit)
  replaces  v3.1.0
 tagged by  Lukasz Janyst
        on  Mon Mar 26 20:56:55 2012 +0200

- Log -----------------------------------------------------------------
Tagging v3.2.0-rc1

Andrew Hanushevsky (84):
      Squelch some ubuntu distro warnings during compilation.
      Allow configuration to enable monitoring of staging, migration, & purging events.
      Update pre-release notes for preceeding push.
      Don't update xattrs or create meta-files when placing a file into r/o space.
      Report number of authentication failures, authenticated login, and
      * Indicate whether a disconnect was forced and whether it was a parallel
      Add number of attempted logins to the summary data.
      Correct malformed xml line added by previous commit to report login stats.
      Re-add the 'k' option to the option list that was previously removed.
      Squelch useless noise from g++ on Ubuntu.
      Avoid SEGV in ClientSid class by making it fully thread-safe.
      Add "clock skew" reminder to the secsss message about expired credentials.
      Report the timezone when connecting to a [meta]manager.
      Don't force libXrdPss.so to be loaded fr proxy managers.
      Track validity of the time zone value, old servers might not report it.
      Prevent SEGV's by making joined threads actually joinable and not deleting objects
      Update docs.
      Correct mismatch between sprint format and argument list, regressed from previous
      Undo more regressions that prevented a proxy cluster from being configured.
      Update notes.
      Allow an automatic redirect when a file operation ends with ENOENT.
      Update docs for redirect enhancements.
      Make stats xml output uniform by lways using subtags. This only affects the
      Initialize xattr variable name so that xrdadler32 can fetch previous checksum.
      Update notes for xrdadler32 fix.
      Handle the sessionID in a consistent and thread-safe manner. This should solve the
      Rework the handshake when making a parallel connection. Previous method caused a
      Update notes for previous two commits.
      Replace non-reentrant versions of getpwxxx and getgrxxx with reentrant versions.
      Update notes for getpw getgr update.
      Uniformly pass the execution environment to all oss and cms client methods. This is
      Update docs. Include warning about source imcompatability for the oss plugin.
      Make sure that monitor write length is really negative. This fixes issues pointed
      Update notes for monitor write length fix.
      Fix various issues hat could result in SEGV's.
      Update notes for xrdcp changes.
      Make frm_purged and frm_xfrd use sparate log files.
      Updates notes for log file change commit.
      Take time zone changes into account when waiting for midnight.
      Update release notes for timezone fix.
      * Define the frm.all.monitor directive to enable migration, purging, and staging
      Update pre-release notes.
      Avoid gcc compiler errors due to header file changes in changes in the strings.h
      Avoid anonymous functions at global scope. g++ now enforces the restriction.
      Prevent double user map record when monitoring when auth is configured but not
      Update notes for fix to dup user monitor record bug.
      Cut close monitor records before cutting the disconnect record.
      Update release notes for close/disc monitor fix.
      Add missing initializer without which we will get a SEGV. Fix for new code.
      Update prerelase notes.
      * Allow the XrdCmsClient interface (a.k.a Finder) to be a plug-in.
      Update release notes for latest commit.
      New class to make callbacks easier in an XdCmsClient plug-in.
      Consistently pass the enviroment to the cms client enterface.
      Update notes.
      Enhance comments.
      Remove improper initialization that may cause a SEGV.
      Update release notes.
      Add sendfile definition to cmake so that sendfile actually gets compiled!
      Document the enablement of sendfile() with previous patch. Note all
      Revert "Document the enablement of sendfile() with previous patch. Note all"
      Revert "Revert "Document the enablement of sendfile() with previous patch. Note all""
      Revert "Add sendfile definition to cmake so that sendfile actually gets compiled!"
      Implement ultralow overhead redirect monitoring. Note that ofs plugin writers
      Update notes for redirect monitoring change.
      Move some code around to avoid MacOS gcc from complaining.
      Add missing closing commentto avoid massive warnings in MacOS.
      Retool the XrdOucCache object so that cache implementations can be
      Update pre-release notes on cache modifications.
      Add in newly created files.
      Print leading zeroes in an adler32 checksum.
      Update otes for adler fix.
      Make sure to honor absolute cms.space values when percentage not specified.
      Update nootes on cms.space directive fix.
      Reinsert buffer size calculation that was mistakenly deleted. This eventually causes a
      Make sure the sendfile interrupt counter is initialized to zero.
      Update notes for last round of commits.
      Minor correction in a debug message frequency to avoid misleading interpretation.
      Fix pthread Num() method to return thread-specific numbers.
      Update notes for previous two commits.
      Provide compatability for sprintf() implementations that check output buffer length.
      Update notes for previous patch.
      Complete implementation of the fstat() version of stat().
      Update release notes for fstat().

Benedikt Hegner (1):
      Don't check for dependencies of disabled features

Brian Bockelman (1):
      Fix a typo in the specfile causing problems with multithreaded compilation

Fons Rademakers (1):
      Compile on solaris 11

Gerri Ganis (8):
      Relax requirements on the permission mode of the x509 key files
      Merge branch 'master' of http://xrootd.org/repo/xrootd
      - Relocate the initialization of the trace object so that it can be
      Improvements/Fixes for the CRL handling.
      - Fine-tune usage of the new option 'crlrefresh' so that a negative value switches
      When the server certificate is expired, try to renew from the same path
      Get the signing certificate for the CRL from its issuer hash, which can be
      From D.Smith: fix several small memory leaks in the GSI security module and related code.

Lukasz Janyst (22):
      [bug #87880] Properly unpack the incomming data in the case when the actual readv vector length modulo READV_MAXCHUNKS was 1
      Fix a typo in the protocol definition
      [RPM] Put the client perl bindings in a separate package (copy the solution from the EPEL packaging)
      Don't print redirects by default
      Remove a test printout
      Fix the compilation on Solaris 10
      Fix a typo
      Print a version string that is meaningful to the users
      Enable the sendfile functionality if appropriate functions are present
      Don't ignore errors returned by kXR_close
      Add the oss.asize hint to the destination URL in all possible cases
      Move the checksumming code to the XrdUtils library
      Drop bonjour files
      Build on Fedora 15 and make Fedora's rpmlint happier
      Add some helper structures to the protocol header
      Return an error the the shell when xrd2loc fails on close
      [RPM] Fall back to the shared log semantics for FRM if the new config directives don't exist in order not to break RPM upgrades
      Update the release notes
      Remove the remnants of BONJOUR
      Update the release notes
      Bump the sonames of every library that changed
      Update the RPM changelog

Mattias Ellert (9):
      Turn off lib dependency inheritance
      Look for com_err library while looking for kerberos5
      Fix underlinking problems
      Fix RedHat bug #673069: Missing header files required by DPM
      Compile the Bonjour functionality into a separate library
      Fix xrdsssadmin overlinking
      Properly install the XrdPss headers
      Always create the /var/run/xrootd directory before running the daemons to support /var/run mounted as tmpfs
      Don't change the ownership of the sysconfig files during the setup phase preventing the xrootd user from running arbitrary code with root privs

Wei Yang (2):
      stop doing XrdFfsPosix_statall() if task queue is long.
      Replace non-reentrant versions of getpwxxx and getgrxxx with reentrant versions.

Wilko Kroeger (1):
      If frm started by root first su to the xrd-user and then run StartFRM again (needed for Solaris).

ganis (1):
      Add support for option 'moninfo' to contriol default filling of XrdSecEntity.moninfo with the DN

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


hooks/post-receive
-- 
xrootd

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1