Skip to content

Releases: vouillon/coinst

1.9.3

13 Feb 13:39
Compare
Choose a tag to compare
  • Show single-package hints when asked to (using --all-hints)
  • Fix buffering bug when printing hints
  • Fix space/tab issue in Makefile

1.9.2

10 Feb 17:16
Compare
Choose a tag to compare
  • Add build targets for bytecode binaries
  • Do not generate easy hints with one single package in comigrate
  • Do not try to hint removal of binary packages in comigrate since britney doesn't know how to handle those. Only source removals are supported for now
  • Avoid crashing when reading a verisoned Provides field. Support to fully handle versioned provides will come in a later version
  • Build using -annot and -bin-annot by default
  • Update list of architectures in comigrate: i386, amd64, arm64, armel, armhf, mips, mipsel, powerpc, ppc64el and s390x
  • Build with -safe-string
  • Stop using Format.bprintf
  • Compiles with OCaml 4.02.3
  • Use http://http.debian.net/debian as a default mirror
  • Coinst: Print package version when printing final report

1.9.1

17 Jan 09:37
Compare
Choose a tag to compare
  • Comigrate and coinst-upgrades can now be used to compute a detailed
    report of the package migration status (http://coinst.irill.org/report)
  • Coinst now outputs all minimal non co-installable set of packages
  • Added a JSON output to Coinst
  • Adapted 'comigrate --update' to repository changes
  • Compiles with OCaml 4.01
  • Many other small bugs fixed