xref: /minix/docs/UPDATING (revision 00e393ca)
120160702:
2	Some tools are required to generate the locale resources which are
3	embedded into libintl, which is why you need to run the following:
4
5	for t in gencat locale mkcsmapper mkesdb mklocale
6	do
7		make -C /usr/src/usr.bin/${t} all install
8	done
9
10	Then the usual "make build".
11
1220150623:
13	In order to use the new Unix98 PTYs, and to ensure that the test set
14	continues to pass, please add the following line to your /etc/fstab:
15
16	"none	/dev/pts	ptyfs	rw,rslabel=ptyfs	0	0"
17
1820140801:
19	As the ABI went under heavy changes it is not possible to do a source
20	upgrade (make build) between:
21		commit 7ebdb97a28234e0181f93a8b786331dda507482
22	        Date:   Sun Feb 16 20:08:20 2014 +0000
23	and
24		commit f1deff716ea30b28693c16f8e48ba1a369e2e922
25		Date:   Thu Jul 31 18:36:24 2014 +0200
26
27	WARNING: Attempting to do so will break your system beyond repair, and
28		 require a full reinstallation. You have been warned.
29