aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--include/sg_pt_win32.h2
-rwxr-xr-xltmain.sh4
-rw-r--r--sg3_utils.spec6
7 files changed, 29 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index bd382b98..98db30a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@ Each utility has its own version number, date of last change and
some description at the top of its ".c" file. All utilities in the main
directory have their own "man" pages. There is also a sg3_utils man page.
+Changelog for sg3_utils-1.33 [20110803] [svn: r411]
+ - win: change DataBufferOffset type per MSDN; caused
+ problem with 64 bit machines (buffered interface)
+
Changelog for sg3_utils-1.32 [20110730] [svn: r410]
- sg_sanitize: new utility for command added in sb3r27
- sg_sat_identify: add '--ident' to output WWN
diff --git a/configure b/configure
index 434841e9..062e4300 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.67 for sg3_utils 1.32.
+# Generated by GNU Autoconf 2.67 for sg3_utils 1.33.
#
# Report bugs to <dgilbert@interlog.com>.
#
@@ -701,8 +701,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='sg3_utils'
PACKAGE_TARNAME='sg3_utils'
-PACKAGE_VERSION='1.32'
-PACKAGE_STRING='sg3_utils 1.32'
+PACKAGE_VERSION='1.33'
+PACKAGE_STRING='sg3_utils 1.33'
PACKAGE_BUGREPORT='dgilbert@interlog.com'
PACKAGE_URL=''
@@ -1433,7 +1433,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures sg3_utils 1.32 to adapt to many kinds of systems.
+\`configure' configures sg3_utils 1.33 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1503,7 +1503,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of sg3_utils 1.32:";;
+ short | recursive ) echo "Configuration of sg3_utils 1.33:";;
esac
cat <<\_ACEOF
@@ -1607,7 +1607,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-sg3_utils configure 1.32
+sg3_utils configure 1.33
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1885,7 +1885,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by sg3_utils $as_me 1.32, which was
+It was created by sg3_utils $as_me 1.33, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -2701,7 +2701,7 @@ fi
# Define the identity of the package.
PACKAGE='sg3_utils'
- VERSION='1.32'
+ VERSION='1.33'
cat >>confdefs.h <<_ACEOF
@@ -11236,7 +11236,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by sg3_utils $as_me 1.32, which was
+This file was extended by sg3_utils $as_me 1.33, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -11302,7 +11302,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-sg3_utils config.status 1.32
+sg3_utils config.status 1.33
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 355ca847..1f70267f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(sg3_utils, 1.32, dgilbert@interlog.com)
+AC_INIT(sg3_utils, 1.33, dgilbert@interlog.com)
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
diff --git a/debian/changelog b/debian/changelog
index 04456dcf..5abf598e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sg3-utils (1.33-0.1) unstable; urgency=low
+
+ * New upstream version
+
+ -- Doug Gilbert <dgilbert@interlog.com> Wed, 03 Aug 2011 22:00:00 -0400
+
sg3-utils (1.32-0.1) unstable; urgency=low
* New upstream version
diff --git a/include/sg_pt_win32.h b/include/sg_pt_win32.h
index 912bf7b0..a39c28f3 100644
--- a/include/sg_pt_win32.h
+++ b/include/sg_pt_win32.h
@@ -27,7 +27,7 @@ typedef struct {
UCHAR DataIn;
ULONG DataTransferLength;
ULONG TimeOutValue;
- ULONG DataBufferOffset;
+ ULONG_PTR DataBufferOffset; /* was ULONG; problem in 64 bit */
ULONG SenseInfoOffset;
UCHAR Cdb[SCSI_MAX_CDB_LEN];
} SCSI_PASS_THROUGH, *PSCSI_PASS_THROUGH;
diff --git a/ltmain.sh b/ltmain.sh
index 7ed280bc..fa4b1e1f 100755
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -65,7 +65,7 @@
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
-# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1
+# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu3
# automake: $automake_version
# autoconf: $autoconf_version
#
@@ -73,7 +73,7 @@
PROGRAM=ltmain.sh
PACKAGE=libtool
-VERSION="2.2.6b Debian-2.2.6b-2ubuntu1"
+VERSION="2.2.6b Debian-2.2.6b-2ubuntu3"
TIMESTAMP=""
package_revision=1.3017
diff --git a/sg3_utils.spec b/sg3_utils.spec
index 4d0c6825..bcdb604c 100644
--- a/sg3_utils.spec
+++ b/sg3_utils.spec
@@ -1,6 +1,6 @@
Summary: Utilities for devices that use SCSI command sets
Name: sg3_utils
-Version: 1.32
+Version: 1.33
# Release: 1%{?dist}
Release: 1
License: GPL
@@ -79,6 +79,10 @@ fi
%{_libdir}/*.la
%changelog
+* Wed Aug 03 2011 - dgilbert at interlog dot com
+- track t10 changes
+ * sg3_utils-1.33
+
* Wed Jun 22 2011 - dgilbert at interlog dot com
- track t10 changes
* sg3_utils-1.32