Explorar o código

Update for 2020.11.2

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Peter Korsgaard %!s(int64=4) %!d(string=hai) anos
pai
achega
551cb63007
Modificáronse 3 ficheiros con 4 adicións e 4 borrados
  1. 1 1
      CHANGES
  2. 2 2
      Makefile
  3. 1 1
      support/misc/Vagrantfile

+ 1 - 1
CHANGES

@@ -1,4 +1,4 @@
-2020.11.2, not yet released
+2020.11.2, released January 31st, 2021
 
 	Important / security related fixes.
 

+ 2 - 2
Makefile

@@ -92,9 +92,9 @@ all:
 .PHONY: all
 
 # Set and export the version string
-export BR2_VERSION := 2020.11.1
+export BR2_VERSION := 2020.11.2
 # Actual time the release is cut (for reproducible builds)
-BR2_VERSION_EPOCH = 1609079000
+BR2_VERSION_EPOCH = 1612125000
 
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)

+ 1 - 1
support/misc/Vagrantfile

@@ -5,7 +5,7 @@
 ################################################################################
 
 # Buildroot version to use
-RELEASE='2020.11.1'
+RELEASE='2020.11.2'
 
 ### Change here for more memory/cores ###
 VM_MEMORY=2048