[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging annotated tag, 1.0.78, created. 1.0.78

Richard Jones rjones at redhat.com
Thu Jun 30 07:07:08 UTC 2011


The annotated tag, 1.0.78 has been created
        at  9cb9a36f43ea1aa83e8ae3d3d69b98ef5f2f0306 (tag)
   tagging  b0c050c7de5b8f834ee9c8328bef843ed385749d (commit)
  replaces  1.0.77
 tagged by  Richard Jones
        on  Tue Nov 10 18:56:21 2009 +0000

- Shortlog ------------------------------------------------------------
Version 1.0.78

Jim Meyering (18):
      hivex: fail upon integer overflow
      avoid syntax-check warning about isdigit use in example program
      placate 'make syntax-check'
      fix doc typo
      indent with spaces, not TABs
      define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.
      convert uses of strcasecmp to STRCASEEQ
      convert strcasecmp(...) != 0 to STRCASENEQ(...)
      change strncmp(...) != 0 to STRNEQLEN(...)
      change strncmp() == 0 to STREQLEN()
      use STREQ, not strcmp: part 1
      use STREQ, not strcmp: part 2
      change strncasecmp() == 0 to STRCASENEQLEN()
      change strncasecmp() == 0 to STRCASEEQLEN()
      tests: enable strcmp-related syntax-check tests
      build: die early if we lack ocaml, ocamlfind or ocaml-xml-light
      avoid "syntax-check" failure: hide cast of argument to free
      tell "make syntax-check" that examples/to-xml.c is exempt from some tests

Richard Jones (30):
      hivex: Check unchecked calloc (Jim Meyering).
      configure: Fix summary messages.
      debian: Ignore some generated debirf files.
      Debian: Ignore Debian appliance root when looking for translatable files.
      Debian: Include ISOFS driver in the kernel.
      daemon: When running external commands, open stdin as /dev/null
      Debian: Use /bin/bash as the shell for regression test scripts.
      daemon: Build daemon with AC_SYS_LARGEFILE.
      fish: New command 'sparse', like 'alloc' but to generate sparse files.
      fish: Allow <nn>T for terabyte allocations.
      fish: Allow <nn>P and <nn>E for petabyte and exabyte allocations.
      appliance: Add xfsprogs to list of packages
      Don't update appliance after running generator.
      ocaml: Update dependencies file.
      haskell: Disambiguate truncate symbol.
      Fix prototype of commandv to match prototype of commandrv.
      appliance: Enhance mkfs to support many more filesystem types.
      Fix compilation when Augeas is not present.
      Fix compilation if readline library is not present.
      Add ata_piix to kernel module whitelist (RHBZ#533886).
      Generic partition creation interface.
      appliance: Prefix kernel messages with timestamp.
      Record time of guest launch.
      Print timestamped messages during appliance launch.
      Fix problems found by 'make syntax check'
      Don't export STREQ and friends in <guestfs.h>
      examples: Don't use STREQ etc in the to-xml.c example.
      Prepare for version 1.0.78
      Check for ocaml-xml-light-devel (xml-light.cmxa)
      Update PO files for release.

Richard W.M. Jones (5):
      Fixes for compiling on 32 bit.
      ocaml: General improvements to generated code.
      ocaml: Sort the dependencies so they are stable between machines.
      daemon: Add flags argument to command*() functions.
      daemon: Always reflect command stderr to stderr when debugging.

-----------------------------------------------------------------------

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list