]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
bump version number.
authorNathan Scott <nathans@sgi.com>
Fri, 27 Apr 2001 00:55:33 +0000 (00:55 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 27 Apr 2001 00:55:33 +0000 (00:55 +0000)
VERSION
debian/changelog
doc/CHANGES
doc/CREDITS
logprint/log_misc.c

diff --git a/VERSION b/VERSION
index 2271587e91bef87cf4f77a75722bae2456fd7893..b0acc8677df813aed68eb91f4287dba5045ad1a9 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=1
 PKG_MINOR=2
-PKG_REVISION=2
+PKG_REVISION=3
 PKG_BUILD=0
index e3cc2f0a3679db48c3f7993a3d22d5f8c798c922..12f9c4fcb74410233cbaba9b2cd4b88770779134 100644 (file)
@@ -1,3 +1,10 @@
+xfsprogs (1.2.3) unstable; urgency=low
+
+  * Add dquot and quotaoff log item support into xfs_logprint
+  * Fix logprint core dump reporting AGI in "continue"'d transactions
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 27 Apr 2001 10:17:25 +1000
+
 xfsprogs (1.2.2) unstable; urgency=low
 
   * Fix problem in xfs_db (check) group quota logic
index 8c5c1a7ded3bb8dd86449b24a3e557dc934d851d..0968ef905cfc4e01b6b3e57123d09a2994b44815 100644 (file)
@@ -1,4 +1,8 @@
 
+xfsprogs-1.2.3 (27 April 2001)
+       - add dquot and quotaoff log item support into xfs_logprint
+       - fix logprint core dump reporting AGI in "continue"'d transactions
+
 xfsprogs-1.2.2 (09 April 2001)
        - fix problem in xfs_db (check) group quota logic
        - fixes to warnings from recent gcc and/or 64-bit builds
index 8bebb74d4cb4891245412a5d339a5c9a311d8133..1263502a42b1841e05d1bd386846cbe60e35de02 100644 (file)
@@ -28,7 +28,7 @@ D: PowerPC and Alpha porting
 S: Berlin, Germany
 
 N: Bill Jones
-E: jones@tacc.utexas.edu
+E: jones@hpc.utexas.edu
 D: fsr port to Linux
 S: Austin, Texas, USA
 
index eb0b2969bf5eec8405a1c371fe0bca8bf1291402..5ff2ac830a03e893097a675f0d29194796a7bd7f 100644 (file)
@@ -754,7 +754,7 @@ xlog_print_trans_dquot(xfs_caddr_t *ptr, int len, int *i, int num_ops)
     xfs_dq_logformat_t *f;
     xfs_dq_logformat_t lbuf = {0};
     xfs_disk_dquot_t   ddq;
-    xlog_op_header_t   *head;
+    xlog_op_header_t   *head = NULL;
     int                        num, skip;
 
     /*