All of lore.kernel.org
 help / color / mirror / Atom feed
* xfsprogs: update CHANGES file for release
@ 2011-03-30 17:53 Alex Elder
  2011-03-30 18:46 ` Christoph Hellwig
  2011-03-30 19:37 ` [PATCH v2] " Alex Elder
  0 siblings, 2 replies; 4+ messages in thread
From: Alex Elder @ 2011-03-30 17:53 UTC (permalink / raw)
  To: xfs

Update the CHANGES file, in preparation for releasing xfsprogs 3.1.5.

Signed-off-by: Alex Elder <aelder@sgi.com>

---
 doc/CHANGES |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,18 @@
+xfsprogs-3.1.5 (30 March 2011)
+	- Polish translation update
+	- xfs_repair now warns if running in low memory mode
+	- Phase 2 of xfs_repair is now multithreaded
+	- xfs_quota no longer attempts to get quota information if
+	  not enabled
+	- Inode flags are now properly validated by xfs_repair
+	- Metadump now obfuscates all file names reliably
+	- xfs_io now supports the "fiemap" command, a more generic
+	  form of the "bmap" command
+	- xfs_io now supports the "fpunch" command, as well as a
+	  "-p" flag to the "fallocate command.  Both implement hole
+	  punching.
+	- A number of other bug fixes
+
 xfsprogs-3.1.4 (9 November 2010)
 	- Add projid32bit handling to userspace, resolving type
 	  sizing issues when dealing with 32 bit project ids.


_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: xfsprogs: update CHANGES file for release
  2011-03-30 17:53 xfsprogs: update CHANGES file for release Alex Elder
@ 2011-03-30 18:46 ` Christoph Hellwig
  2011-03-30 19:37 ` [PATCH v2] " Alex Elder
  1 sibling, 0 replies; 4+ messages in thread
From: Christoph Hellwig @ 2011-03-30 18:46 UTC (permalink / raw)
  To: Alex Elder; +Cc: xfs

Note that you'll also need to update debian/changelog for the release,
just copy an old one that says upstream update and mention that it fixes
bug 618730.


> +	- Polish translation update

please credit this one to Jakub Bogusz

> +	- xfs_io now supports the "fpunch" command, as well as a
> +	  "-p" flag to the "fallocate command.  Both implement hole
> +	  punching.

please credit this Josef Bacik

> +	- A number of other bug fixes

please credit these to Ajeet Yadav and 

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2] xfsprogs: update CHANGES file for release
  2011-03-30 17:53 xfsprogs: update CHANGES file for release Alex Elder
  2011-03-30 18:46 ` Christoph Hellwig
@ 2011-03-30 19:37 ` Alex Elder
  2011-03-30 21:40   ` Nathan Scott
  1 sibling, 1 reply; 4+ messages in thread
From: Alex Elder @ 2011-03-30 19:37 UTC (permalink / raw)
  To: xfs

Update the CHANGES file, in preparation for releasing xfsprogs
3.1.5.  Updated to modify debian/changelog, and to give appropriate
credit to contributors.

Signed-off-by: Alex Elder <aelder@sgi.com>

---
 debian/changelog |    4 ++++
 doc/CHANGES      |   15 +++++++++++++++
 2 files changed, 19 insertions(+)

Index: b/debian/changelog
===================================================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,7 @@
+xfsprogs (3.1.5) unstable; urgency=low
+  * New upstream release
+  * No more xfsquota error message for non-quota mounts (closes:
#618730)
+
 xfsprogs (3.1.4) unstable; urgency=low
 
   * New upstream release (32 projid resolution, fsr uses /proc/mounts)
Index: b/doc/CHANGES
===================================================================
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,18 @@
+xfsprogs-3.1.5 (11 March 2011)
+       - Polish translation update, provided by Jakub Bogusz
+       - xfs_repair now warns if running in low memory mode
+       - Phase 2 of xfs_repair is now multithreaded
+       - xfs_quota no longer attempts to get quota information if
+         not enabled
+       - Inode flags are now properly validated by xfs_repair
+       - Metadump now obfuscates all file names reliably
+       - xfs_io now supports the "fiemap" command, a more generic
+         form of the "bmap" command
+       - xfs_io now supports the "fpunch" command, as well as a
+         "-p" flag to the "fallocate command.  Both implement hole
+         punching.  Provided by Josef Bacik
+       - A number of other bug fixes provided by Ajeet Yadav
+
 xfsprogs-3.1.4 (9 November 2010)
        - Add projid32bit handling to userspace, resolving type
          sizing issues when dealing with 32 bit project ids.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] xfsprogs: update CHANGES file for release
  2011-03-30 19:37 ` [PATCH v2] " Alex Elder
@ 2011-03-30 21:40   ` Nathan Scott
  0 siblings, 0 replies; 4+ messages in thread
From: Nathan Scott @ 2011-03-30 21:40 UTC (permalink / raw)
  To: aelder; +Cc: xfs


----- Original Message -----
> Update the CHANGES file, in preparation for releasing xfsprogs
> 3.1.5. Updated to modify debian/changelog, and to give appropriate
> credit to contributors.
> 
> Signed-off-by: Alex Elder <aelder@sgi.com>
> 
> ---
> debian/changelog | 4 ++++
> doc/CHANGES | 15 +++++++++++++++
> 2 files changed, 19 insertions(+)
> 
> Index: b/debian/changelog
> ===================================================================
> --- a/debian/changelog
> +++ b/debian/changelog
> @@ -1,3 +1,7 @@
> +xfsprogs (3.1.5) unstable; urgency=low
> + * New upstream release
> + * No more xfsquota error message for non-quota mounts (closes:
> #618730)
> +
> xfsprogs (3.1.4) unstable; urgency=low

Are we missing the timestamp line there?  (previous version had it, I think)
Otherwise looks good, thanks!

cheers.

-- 
Nathan

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-30 21:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-30 17:53 xfsprogs: update CHANGES file for release Alex Elder
2011-03-30 18:46 ` Christoph Hellwig
2011-03-30 19:37 ` [PATCH v2] " Alex Elder
2011-03-30 21:40   ` Nathan Scott

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.