File: CHANGES

package info (click to toggle)
coinst 1.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,720 kB
  • sloc: ml: 15,760; javascript: 10,468; makefile: 149; ansic: 52
file content (52 lines) | stat: -rw-r--r-- 1,912 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
===== 1.9.3 (2016-02-13) =====

* 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 (2016-01-24) =====

* 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 (2014-01-17) =====

* Comigrate and coinst-upgrades can now be used to compute a detailed
  report of the package migration status (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

===== 1.9 (2013-10-21) =====

* Addition of two new tools: coinst-upgrades and comigrate
* Improvements to coinst:
 - Automatically calls gzip or bzip2 to decompress files, when needed
 - Several files can now be provided on the command line
 - File digest fields in hdlist files sometimes contains meaningless
   data beside the MD5 digest; this could result in spurious conflicts,
   and this data is now properly ignored.

===== 1.01 (2011-09-19) =====

* Fixed '-explain' option
* Fixed to work with Mandriva 2011.0

===== 1.0 (2011-09-02) =====

Initial release