* xfsprogs: bump version and update changelog
@ 2009-12-23 13:57 Christoph Hellwig
2010-01-08 12:26 ` [PATCH] " Christoph Hellwig
0 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2009-12-23 13:57 UTC (permalink / raw)
To: xfs
(Does not include my pending repair changes and Bill's libhandle update
yet, which should still go into 3.1.0, just posting for review)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: xfsprogs-dev/VERSION
===================================================================
--- xfsprogs-dev.orig/VERSION 2009-12-23 14:15:21.113170043 +0100
+++ xfsprogs-dev/VERSION 2009-12-23 14:15:25.133170044 +0100
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=3
-PKG_MINOR=0
-PKG_REVISION=4
+PKG_MINOR=1
+PKG_REVISION=0
PKG_BUILD=1
Index: xfsprogs-dev/doc/CHANGES
===================================================================
--- xfsprogs-dev.orig/doc/CHANGES 2009-12-23 14:15:30.342170057 +0100
+++ xfsprogs-dev/doc/CHANGES 2009-12-23 14:24:06.350170049 +0100
@@ -1,3 +1,18 @@
+xfsprogs-3.0.1
+ - Reduce memory usage in xfs_repair by using better data structures.
+ - Use lazy superblock counters by default. At least kernel 2.6.22 is
+ needed for this feature.
+ - Add a German translation, thanks to Chris Leick.
+ - Enable the madvise and mincor commands in xfs_io.
+ - Fix unsafe temporary file creation in xfs_fsr.
+ - Add support for discarding unused space on SSDs or thing provionen
+ arrays in mkfs.xfs.
+ - Allow linking against libblkid for topology information.
+ - Add symbol versioning for libhandle.
+ - Remove the included RPM and binary tarball built infrastructure.
+ - Various build system improvements.
+ - Small fixes to xfs_db and xfs_io.
+
xfsprogs-3.0.4 (17 September 2009)
- Fix a memory leak in xfsprogs.
- Increase hash chain length in xfsprogs when running out of memory.
Index: xfsprogs-dev/debian/changelog
===================================================================
--- xfsprogs-dev.orig/debian/changelog 2009-12-23 14:27:00.284170043 +0100
+++ xfsprogs-dev/debian/changelog 2009-12-23 14:27:29.545170043 +0100
@@ -1,6 +1,6 @@
xfsprogs (3.1.0) unstable; urgency=low
- * New bugfix release
+ * New upstream release
* Merged German translation (closes: #521389)
* Merged German translation update (closes: #557100)
* Uptodate po file is provided now (closes: #538962)
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] xfsprogs: bump version and update changelog
2009-12-23 13:57 xfsprogs: bump version and update changelog Christoph Hellwig
@ 2010-01-08 12:26 ` Christoph Hellwig
2010-01-12 16:43 ` [PATCH v3] " Christoph Hellwig
0 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2010-01-08 12:26 UTC (permalink / raw)
To: xfs
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: xfsprogs-dev/VERSION
===================================================================
--- xfsprogs-dev.orig/VERSION 2010-01-02 12:11:42.871003354 +0100
+++ xfsprogs-dev/VERSION 2010-01-06 18:49:38.221274008 +0100
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=3
-PKG_MINOR=0
-PKG_REVISION=4
+PKG_MINOR=1
+PKG_REVISION=0
PKG_BUILD=1
Index: xfsprogs-dev/doc/CHANGES
===================================================================
--- xfsprogs-dev.orig/doc/CHANGES 2010-01-02 12:11:42.873010034 +0100
+++ xfsprogs-dev/doc/CHANGES 2010-01-08 13:24:09.150268999 +0100
@@ -1,3 +1,23 @@
+xfsprogs-3.1.0
+ - Reduce memory usage in xfs_repair by using better data structures.
+ - Add additional checks in xfs_repair to detect freespace btree
+ corruption instead of only rebuilding the btrees. Useful for the
+ no-modify mode.
+ - Fix libhandle to use the right path to issue by-handle ioctls for
+ symbolic links and special files.
+ - Use lazy superblock counters by default. At least kernel 2.6.22 is
+ needed for this feature.
+ - Add a German translation, thanks to Chris Leick.
+ - Enable the madvise and mincor commands in xfs_io.
+ - Fix unsafe temporary file creation in xfs_fsr.
+ - Add support for discarding unused space on SSDs or thing provionen
+ arrays in mkfs.xfs.
+ - Allow linking against libblkid for topology information.
+ - Add symbol versioning for libhandle.
+ - Remove the included RPM and binary tarball built infrastructure.
+ - Various build system improvements.
+ - Small fixes to xfs_db and xfs_io.
+
xfsprogs-3.0.4 (17 September 2009)
- Fix a memory leak in xfsprogs.
- Increase hash chain length in xfsprogs when running out of memory.
Index: xfsprogs-dev/debian/changelog
===================================================================
--- xfsprogs-dev.orig/debian/changelog 2010-01-02 12:11:42.872012141 +0100
+++ xfsprogs-dev/debian/changelog 2010-01-06 18:49:38.224273412 +0100
@@ -1,6 +1,6 @@
xfsprogs (3.1.0) unstable; urgency=low
- * New bugfix release
+ * New upstream release
* Merged German translation (closes: #521389)
* Merged German translation update (closes: #557100)
* Uptodate po file is provided now (closes: #538962)
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v3] xfsprogs: bump version and update changelog
2010-01-08 12:26 ` [PATCH] " Christoph Hellwig
@ 2010-01-12 16:43 ` Christoph Hellwig
2010-01-12 19:01 ` Alex Elder
0 siblings, 1 reply; 6+ messages in thread
From: Christoph Hellwig @ 2010-01-12 16:43 UTC (permalink / raw)
To: xfs
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: xfsprogs-dev/VERSION
===================================================================
--- xfsprogs-dev.orig/VERSION 2010-01-02 12:11:42.871003354 +0100
+++ xfsprogs-dev/VERSION 2010-01-06 18:49:38.221274008 +0100
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=3
-PKG_MINOR=0
-PKG_REVISION=4
+PKG_MINOR=1
+PKG_REVISION=0
PKG_BUILD=1
Index: xfsprogs-dev/doc/CHANGES
===================================================================
--- xfsprogs-dev.orig/doc/CHANGES 2010-01-02 12:11:42.873010034 +0100
+++ xfsprogs-dev/doc/CHANGES 2010-01-08 13:24:09.150268999 +0100
@@ -1,3 +1,23 @@
+xfsprogs-3.1.0
+ - Reduce memory usage in xfs_repair by using better data structures.
+ - Add additional checks in xfs_repair to detect freespace btree
+ corruption instead of only rebuilding the btrees. Useful for the
+ no-modify mode.
+ - Fix libhandle to use the right path to issue by-handle ioctls for
+ symbolic links and special files.
+ - Use lazy superblock counters by default. At least kernel 2.6.22 is
+ needed for this feature.
+ - Add a German translation, thanks to Chris Leick.
+ - Enable the madvise and mincor commands in xfs_io.
+ - Fix unsafe temporary file creation in xfs_fsr.
+ - Add support for discarding unused space on SSDs or thing provionen
+ arrays in mkfs.xfs.
+ - Allow linking against libblkid for topology information.
+ - Add symbol versioning for libhandle.
+ - Remove the included RPM and binary tarball built infrastructure.
+ - Various build system improvements.
+ - Small fixes to xfs_db and xfs_io.
+
xfsprogs-3.0.4 (17 September 2009)
- Fix a memory leak in xfsprogs.
- Increase hash chain length in xfsprogs when running out of memory.
Index: xfsprogs-dev/debian/changelog
===================================================================
--- xfsprogs-dev.orig/debian/changelog 2010-01-02 12:11:42.872012141 +0100
+++ xfsprogs-dev/debian/changelog 2010-01-06 18:49:38.224273412 +0100
@@ -1,6 +1,6 @@
xfsprogs (3.1.0) unstable; urgency=low
- * New bugfix release
+ * New upstream release
* Merged German translation (closes: #521389)
* Merged German translation update (closes: #557100)
* Uptodate po file is provided now (closes: #538962)
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH v3] xfsprogs: bump version and update changelog
2010-01-12 16:43 ` [PATCH v3] " Christoph Hellwig
@ 2010-01-12 19:01 ` Alex Elder
2010-01-12 19:07 ` Alex Elder
0 siblings, 1 reply; 6+ messages in thread
From: Alex Elder @ 2010-01-12 19:01 UTC (permalink / raw)
To: Christoph Hellwig, xfs
Christoph Hellwig wrote:
> Signed-off-by: Christoph Hellwig <hch@lst.de>
Looks good.
Reviewed-by: Alex Elder <aelder@sgi.com>
> Index: xfsprogs-dev/VERSION
> ===================================================================
> --- xfsprogs-dev.orig/VERSION 2010-01-02 12:11:42.871003354 +0100
> +++ xfsprogs-dev/VERSION 2010-01-06 18:49:38.221274008 +0100
> @@ -2,6 +2,6 @@
> # This file is used by configure to get version information
> #
> PKG_MAJOR=3
> -PKG_MINOR=0
> -PKG_REVISION=4
> +PKG_MINOR=1
> +PKG_REVISION=0
> PKG_BUILD=1
> Index: xfsprogs-dev/doc/CHANGES
> ===================================================================
> --- xfsprogs-dev.orig/doc/CHANGES 2010-01-02 12:11:42.873010034 +0100
> +++ xfsprogs-dev/doc/CHANGES 2010-01-08 13:24:09.150268999 +0100
> @@ -1,3 +1,23 @@
> +xfsprogs-3.1.0
> + - Reduce memory usage in xfs_repair by using better data structures.
> + - Add additional checks in xfs_repair to detect freespace btree
> + corruption instead of only rebuilding the btrees. Useful for the
> + no-modify mode.
> + - Fix libhandle to use the right path to issue by-handle ioctls for
> + symbolic links and special files.
> + - Use lazy superblock counters by default. At least kernel 2.6.22 is
> + needed for this feature.
> + - Add a German translation, thanks to Chris Leick.
> + - Enable the madvise and mincor commands in xfs_io.
> + - Fix unsafe temporary file creation in xfs_fsr.
> + - Add support for discarding unused space on SSDs or thing provionen
> + arrays in mkfs.xfs.
> + - Allow linking against libblkid for topology information.
> + - Add symbol versioning for libhandle.
> + - Remove the included RPM and binary tarball built infrastructure.
> + - Various build system improvements.
> + - Small fixes to xfs_db and xfs_io.
> +
> xfsprogs-3.0.4 (17 September 2009)
> - Fix a memory leak in xfsprogs.
> - Increase hash chain length in xfsprogs when running out of memory.
> Index: xfsprogs-dev/debian/changelog
> ===================================================================
> --- xfsprogs-dev.orig/debian/changelog 2010-01-02 12:11:42.872012141 +0100
> +++ xfsprogs-dev/debian/changelog 2010-01-06 18:49:38.224273412 +0100
> @@ -1,6 +1,6 @@
> xfsprogs (3.1.0) unstable; urgency=low
>
> - * New bugfix release
> + * New upstream release
> * Merged German translation (closes: #521389)
> * Merged German translation update (closes: #557100)
> * Uptodate po file is provided now (closes: #538962)
>
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH v3] xfsprogs: bump version and update changelog
2010-01-12 19:01 ` Alex Elder
@ 2010-01-12 19:07 ` Alex Elder
2010-01-12 19:55 ` Christoph Hellwig
0 siblings, 1 reply; 6+ messages in thread
From: Alex Elder @ 2010-01-12 19:07 UTC (permalink / raw)
To: Christoph Hellwig, xfs
Alex Elder wrote:
> Christoph Hellwig wrote:
>> Signed-off-by: Christoph Hellwig <hch@lst.de>
>
> Looks good.
>
> Reviewed-by: Alex Elder <aelder@sgi.com>
Whoops. I'm going to also add this to the CHANGES file:
- Use physical device sector size if available in mkfs.xfs,
so 4K sector devices are handed more gracefully.
Eric felt this wording was OK.
-Alex
>> Index: xfsprogs-dev/VERSION
>> ===================================================================
>> --- xfsprogs-dev.orig/VERSION 2010-01-02 12:11:42.871003354 +0100
>> +++ xfsprogs-dev/VERSION 2010-01-06 18:49:38.221274008 +0100 @@ -2,6 +2,6 @@
>> # This file is used by configure to get version information #
>> PKG_MAJOR=3
>> -PKG_MINOR=0
>> -PKG_REVISION=4
>> +PKG_MINOR=1
>> +PKG_REVISION=0
>> PKG_BUILD=1
>> Index: xfsprogs-dev/doc/CHANGES
>> ===================================================================
>> --- xfsprogs-dev.orig/doc/CHANGES 2010-01-02 12:11:42.873010034 +0100
>> +++ xfsprogs-dev/doc/CHANGES 2010-01-08 13:24:09.150268999 +0100 @@ -1,3 +1,23 @@
>> +xfsprogs-3.1.0
>> + - Reduce memory usage in xfs_repair by using better data structures.
>> + - Add additional checks in xfs_repair to detect freespace btree
>> + corruption instead of only rebuilding the btrees. Useful for the + no-modify mode.
>> + - Fix libhandle to use the right path to issue by-handle ioctls for
>> + symbolic links and special files.
>> + - Use lazy superblock counters by default. At least kernel 2.6.22 is + needed for this
>> feature. + - Add a German translation, thanks to Chris Leick.
>> + - Enable the madvise and mincor commands in xfs_io.
>> + - Fix unsafe temporary file creation in xfs_fsr.
>> + - Add support for discarding unused space on SSDs or thing provionen + arrays in mkfs.xfs.
>> + - Allow linking against libblkid for topology information.
>> + - Add symbol versioning for libhandle.
>> + - Remove the included RPM and binary tarball built infrastructure.
>> + - Various build system improvements.
>> + - Small fixes to xfs_db and xfs_io.
>> +
>> xfsprogs-3.0.4 (17 September 2009)
>> - Fix a memory leak in xfsprogs.
>> - Increase hash chain length in xfsprogs when running out of memory.
>> Index: xfsprogs-dev/debian/changelog
>> ===================================================================
>> --- xfsprogs-dev.orig/debian/changelog 2010-01-02 12:11:42.872012141 +0100
>> +++ xfsprogs-dev/debian/changelog 2010-01-06 18:49:38.224273412 +0100 @@ -1,6 +1,6 @@
>> xfsprogs (3.1.0) unstable; urgency=low
>>
>> - * New bugfix release
>> + * New upstream release
>> * Merged German translation (closes: #521389)
>> * Merged German translation update (closes: #557100)
>> * Uptodate po file is provided now (closes: #538962)
>>
>> _______________________________________________
>> xfs mailing list
>> xfs@oss.sgi.com
>> http://oss.sgi.com/mailman/listinfo/xfs
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v3] xfsprogs: bump version and update changelog
2010-01-12 19:07 ` Alex Elder
@ 2010-01-12 19:55 ` Christoph Hellwig
0 siblings, 0 replies; 6+ messages in thread
From: Christoph Hellwig @ 2010-01-12 19:55 UTC (permalink / raw)
To: Alex Elder; +Cc: Christoph Hellwig, xfs
On Tue, Jan 12, 2010 at 01:07:44PM -0600, Alex Elder wrote:
> Alex Elder wrote:
> > Christoph Hellwig wrote:
> >> Signed-off-by: Christoph Hellwig <hch@lst.de>
> >
> > Looks good.
> >
> > Reviewed-by: Alex Elder <aelder@sgi.com>
>
> Whoops. I'm going to also add this to the CHANGES file:
>
> - Use physical device sector size if available in mkfs.xfs,
> so 4K sector devices are handed more gracefully.
>
> Eric felt this wording was OK.
I'm going to fix the text up before commiting it, thanks.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-01-12 19:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-23 13:57 xfsprogs: bump version and update changelog Christoph Hellwig
2010-01-08 12:26 ` [PATCH] " Christoph Hellwig
2010-01-12 16:43 ` [PATCH v3] " Christoph Hellwig
2010-01-12 19:01 ` Alex Elder
2010-01-12 19:07 ` Alex Elder
2010-01-12 19:55 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox