Ignore:
Timestamp:
Oct 8, 2009, 7:51:22 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to 3.0.37 (unsupported security update)

Location:
branches/samba-3.0/source/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/include/smb.h

    r165 r336  
    760760        struct timeval request_time; /* When was this first issued? */
    761761        struct timeval end_time; /* When does this time out? */
     762        bool processed;
    762763        DATA_BLOB buf;
    763764        DATA_BLOB private_data;
  • branches/samba-3.0/source/include/version.h

    r312 r336  
    22#define SAMBA_VERSION_MAJOR 3
    33#define SAMBA_VERSION_MINOR 0
    4 #define SAMBA_VERSION_RELEASE 36
    5 #define SAMBA_VERSION_OFFICIAL_STRING "3.0.36"
    6 #define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.0.2"
     4#define SAMBA_VERSION_RELEASE 37
     5#define SAMBA_VERSION_OFFICIAL_STRING "3.0.37"
     6#define SAMBA_VERSION_VENDOR_SUFFIX "eCS 1.0.x-TEST"
     7#define SAMBA_VERSION_VENDOR_PATCH 20091006
    78#define SAMBA_VERSION_STRING samba_version_string()
Note: See TracChangeset for help on using the changeset viewer.