# HG changeset patch # User Guido Berhoerster # Date 1605612107 -3600 # Node ID 0d4bb2f8908ae8c411c24813f60825244e39197c # Parent 8ed91c5e01166e2fb5b7c51e83dda1067744b27d Release version 7 diff -r 8ed91c5e0116 -r 0d4bb2f8908a Makefile --- a/Makefile Mon Nov 09 15:06:04 2020 +0100 +++ b/Makefile Tue Nov 17 12:21:47 2020 +0100 @@ -24,7 +24,7 @@ PACKAGE = package-update-indicator APPLICATION_ID = org.guido-berhoerster.code.package-update-indicator PREFS_APPLICATION_ID = org.guido-berhoerster.code.package-update-indicator.preferences -VERSION = 6 +VERSION = 7 DISTNAME = $(PACKAGE)-$(VERSION) AUTHOR = Guido Berhoerster BUG_ADDRESS = guido+pui@berhoerster.name diff -r 8ed91c5e0116 -r 0d4bb2f8908a NEWS --- a/NEWS Mon Nov 09 15:06:04 2020 +0100 +++ b/NEWS Tue Nov 17 12:21:47 2020 +0100 @@ -1,6 +1,14 @@ News ==== +package-update-indicator 7 (2020-11-17T12:21:47+01:00) +------------------------------------------------------ + +- Explicitly schedule the initial check for updates after a fixed short delay +- Add debug logging when periodic checks are inhibited +- Update Russin translations +- Add Russian translations + package-update-indicator 6 (2020-08-21T15:47:00+02:00) ------------------------------------------------------