Ignore:
Timestamp:
Aug 5, 2011, 7:52:23 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.11

Location:
vendor/current/source3/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/include/config.h.in

    r597 r618  
    707707/* Truncate extend */
    708708#undef HAVE_FTRUNCATE_EXTEND
     709
     710/* whether we can compile with __attribute__((destructor)) */
     711#undef HAVE_FUNCTION_ATTRIBUTE_DESTRUCTOR
    709712
    710713/* Whether there is a __FUNCTION__ macro */
  • vendor/current/source3/include/version.h

    r615 r618  
    22#define SAMBA_VERSION_MAJOR 3
    33#define SAMBA_VERSION_MINOR 5
    4 #define SAMBA_VERSION_RELEASE 10
    5 #define SAMBA_VERSION_OFFICIAL_STRING "3.5.10"
     4#define SAMBA_VERSION_RELEASE 11
     5#define SAMBA_VERSION_OFFICIAL_STRING "3.5.11"
    66#ifdef SAMBA_VERSION_VENDOR_FUNCTION
    77#  define SAMBA_VERSION_STRING SAMBA_VERSION_VENDOR_FUNCTION
Note: See TracChangeset for help on using the changeset viewer.