summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2009-01-24 13:44:33 +0100
committerTobias Klauser <tklauser@distanz.ch>2009-01-24 13:44:33 +0100
commita247ef9e83192dd5197ab13abac57acea2c9971f (patch)
tree8313ed26f68334667fd88d6dc85d0a15dba5be2e /changelog
parent03a70c5519c75abd4e09509434ba11d39aad1a2f (diff)
parentf6ae74eb0e94facb9fea8002ea86b5af1f6e593e (diff)
Merge branch 'master' into followname
Conflicts: inotail.c
Diffstat (limited to 'changelog')
-rw-r--r--changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog b/changelog
index 83696c2..3f0d9f7 100644
--- a/changelog
+++ b/changelog
@@ -3,9 +3,11 @@ inotail 0.6
* Correctly handle tailing from pipes
* Do not try to seek on pipes when following (thanks Alexander Sulfrian)
* Handle file truncation in follow mode
+ * Use sys/inotify.h instead of private copy of the inotify header (patch by
+ Adrian Bunk)
* Various small fixes
- -- Tobias Klauser <tklauser@distanz.ch> 2008-08-31 21:15
+ -- Tobias Klauser <tklauser@distanz.ch> 2008-09-23 09:46
inotail 0.5
io: Fix handling of error returned by 'vfio_group_get_from_dev()' vfio: fix vfio_info_cap_add/shift vfio/pci: Drop unnecessary pcibios_err_to_errno() MAINTAINERS: Add entry VFIO based Mediated device drivers docs: Sample driver to demonstrate how to use Mediated device framework. docs: Sysfs ABI for mediated device framework docs: Add Documentation for Mediated devices vfio: Define device_api strings vfio_platform: Updated to use vfio_set_irqs_validate_and_prepare() vfio_pci: Updated to use vfio_set_irqs_validate_and_prepare() vfio: Introduce vfio_set_irqs_validate_and_prepare() vfio_pci: Update vfio_pci to use vfio_info_add_capability() vfio: Introduce common function to add capabilities vfio iommu: Add blocking notifier to notify DMA_UNMAP ...
Diffstat (limited to 'samples')