diod 1.0~pre51-1 source package in Ubuntu

Changelog

diod (1.0~pre51-1) unstable; urgency=low

  * New upstream release
  * Add a watch file
  * Add workaround for missing proto.h
  * Fix syntax errors in the copyright file

diod (1.0~pre50-1) unstable; urgency=low

  * New upstream release

diod (1.0~pre49-1) unstable; urgency=low

  * New upstream release

diod (1.0~pre48-1) unstable; urgency=low

  * New upstream release

diod (1.0~pre47-1) unstable; urgency=low

  * New upstream release
  * Remove patches applied upstream:
    - fakeroot-checks.diff
    - spark-ftbfs.diff

diod (1.0~pre46-1) unstable; urgency=low

  * New upstream release
  * Build-conflict with valgrind on armel. It seems it is completely
    broken there
  * New patch:
    - spark-ftbfs.diff - fix testsuite failure on sparc (closes: #634889)

diod (1.0~pre45-3) unstable; urgency=low

  * Undo changes to build-depends field from last two releases:
    diod uses linux-specific FSUID, not available on kFreeBSD and Hurd
  * New patches:
    - fakeroot-checks.diff - skip some checks when run using fakeroot
    - memcheck-test-hack.diff - ignore memcheck error for now
  * Build-depend on valgrind where available

diod (1.0~pre45-2) unstable; urgency=low

  * s/freebsd/kfreebsd/ in debian/control
  * Don't build-depend on libwrap0-dev on Hurd

diod (1.0~pre45-1) unstable; urgency=low

  * New upstream release
  * Add Vcs-* entries to debian/control
  * Don't build-depend on libcap-dev on Hurd and FreeBSD,
    and on libmunge-dev on Hurd

diod (1.0~pre44-2) unstable; urgency=low

  * Change a license tag BSD-like => MIT-like

diod (1.0~pre44-1) unstable; urgency=low

  * Initial release (Closes: #633131)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  18 Oct 2011 10:23:04 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Eugeniy Meshcheryakov
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
diod_1.0~pre51.orig.tar.gz 2.4 MiB 1a6d354de39faa78cb6f855594f27787992ea23ac7b559b9b4d386b67219764e
diod_1.0~pre51-1.debian.tar.gz 4.9 KiB f68fdd946c135edf9c6ccd37461f2c610c679df5406aa74b77cc4023b9ae9fbc
diod_1.0~pre51-1.dsc 1.3 KiB 58c68fbc5c331c2c4a16550d8fdf612a397a1626d9c47af471d6291dfe18a30b

View changes file

Binary packages built by this source

diod: I/O forwarding server for 9P

 diod is an I/O forwarding server that implements a variant of the 9P protocol
 from (9P2000.L) the Plan 9 operating system. When paired with a modern version
 of the v9fs Linux 9P client, diod allows a file system to be exported over a
 TCP/IP network in a manner similar to NFS.
 .
 The file system that is exported can itself be NFS or a parallel file system
 like Lustre or GPFS. This can be done with minimal loss of distributed
 semantics because the v9fs client (when used with appropriate mount options)
 has no page or directory cache - all I/O operations trigger a network request.
 The page cache effectively moves to the server system, with diod appearing as
 a multi-threaded user application accessing the file system in the usual way
 through the VFS.