diff --git a/UPDATING b/UPDATING index c2163a4342e4..77b4bacdc6c0 100644 --- a/UPDATING +++ b/UPDATING @@ -26,6 +26,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +2021XXXX: + Transport-independent parts of HID support have been split off the USB + code in to separate subsystem. Kernel configs which include one of + ums, ukbd, uhid, atp, wsp, wmt, uaudio, ugold or ucycom drivers should + be updated with adding of "device hid" line. + 20210105: ncurses installation has been modified to only keep the widechar enabled version. Incremental build is broken for that change, so it diff --git a/sys/sys/param.h b/sys/sys/param.h index 3137693848f1..a1747efbf1b4 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -60,7 +60,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1300133 /* Master, propagated to newvers */ +#define __FreeBSD_version 1300134 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,