Skip to content
  1. Dec 10, 2016
  2. Dec 09, 2016
  3. Nov 08, 2016
    • Hannu Nyman's avatar
      time zone data: Update to 2016i · 3936e79c
      Hannu Nyman authored
      
      
      Note that several of the time zones now use a numeric name
      that is quoted with < >  (e.g. "<+03>-3")
      
      musl 1.1.15 and earlier have a bug with < > quoted time zone names.
      Fix for the bug
      * has already been patched in musl upstream with
        http://git.musl-libc.org/cgit/musl/commit/?id=8ca27ac4bfe73bff785d0c26c1de0da92b55e5c6
      * has been committed in LEDE with
        https://github.com/lede-project/source/commit/671cb35880308404a17c430c4b3b13dd506a5671
      * has been submitted to Openwrt as pull request
        https://github.com/openwrt/openwrt/pull/163
      
      Key changes in 2016d-2016i:
      ---------------------------
      
      2016d:
           America/Caracas switches from -0430 to -04 on 2016-05-01.
      
           Asia/Magadan switches from +10 to +11 on 2016-04-24.
      
           New zone Asia/Tomsk, split off from Asia/Novosibirsk.
      
      2016f:
           Asia/Novosibirsk switches from +06 to +07 on 2016-07-24.
      
           Asia/Novokuznetsk and Asia/Novosibirsk now use numeric time zone
           abbreviations instead of invented ones.
      
      2016g:
           Turkey switched from EET/EEST (+02/+03) to permanent +03,
           effective 2016-09-07. Use "+03" rather than an invented
           abbreviation for the new time.
      
           Several zones in Antarctica and the former Soviet Union, along
           with zones intended for ships at sea that cannot use POSIX TZ
           strings, now use numeric time zone abbreviations instead of
           invented or obsolete alphanumeric abbreviations.
      
      2016h:
           Asia/Gaza and Asia/Hebron end DST on 2016-10-29, not
           2016-10-21. Predict that future fall transitions will
           be on the last Saturday of October.
      
           Asia/Colombo now uses numeric time zone abbreviations like "+0530"
           instead of alphabetic ones like "IST" and "LKT".
      
      2016i:
           Pacific/Tongatapu begins DST on 2016-11-06, ending on
           2017-01-15.  Assume future observances in Tonga will be
           from the first Sunday in November through the third Sunday in
           January, like Fiji. Switch to numeric time zone abbreviations
           for this zone.
      
           Northern Cyprus is now +03 year round, causing a split in Cyprus
           time zones starting 2016-10-30 at 04:00. This creates a zone
           Asia/Famagusta.
      
           Antarctica/Casey switched from +08 to +11 on 2016-10-22.
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      3936e79c
  4. Oct 30, 2016
  5. Oct 23, 2016
  6. Oct 09, 2016
  7. Oct 06, 2016
  8. Oct 05, 2016
  9. Oct 04, 2016
  10. Oct 03, 2016
  11. Aug 24, 2016
  12. Aug 23, 2016
  13. Aug 18, 2016
  14. Aug 16, 2016
  15. Aug 15, 2016
  16. Aug 04, 2016
  17. Jul 29, 2016
  18. Jun 09, 2016
  19. Jun 03, 2016
  20. May 30, 2016
  21. May 25, 2016
  22. May 14, 2016
  23. May 01, 2016
  24. Apr 26, 2016
  25. Apr 17, 2016
  26. Apr 08, 2016
  27. Apr 01, 2016
    • Oskari Rauta's avatar
      Update network.lua · 57e58b9b
      Oskari Rauta authored
      Fix display of WAN status when WAN is provided by using WWAN device or similar with other similar similar methods.
      Explanation:
      Before this, protocol was fetched from /etc/config/network for interface which often is wan_4 - but protocol is configured in file as wan, and therefore protocol is always none, since configuration is made for wan and then setup as wan_4 and possibly wan_6 if ipv6 is being used. This commit uses ubus to get used active protocol. For example, in case of qmi, it displays protocol as dhcp since even if I configured wan to use qmi, dhcp was used as a protocol for getting IP address.
      57e58b9b
  28. Mar 30, 2016
    • Hannu Nyman's avatar
      timezone data: update to 2016c · 859e4353
      Hannu Nyman authored
      
      
      Update timezone data to 2016c.
      
      2016b: http://mm.icann.org/pipermail/tz-announce/2016-March/000036.html
      
         Changes affecting future time stamps
      
           New zones Europe/Astrakhan and Europe/Ulyanovsk for Astrakhan and
           Ulyanovsk Oblasts, Russia, both of which will switch from +03 to +04
           on 2016-03-27 at 02:00 local time.  They need distinct zones since
           their post-1970 histories disagree.  New zone Asia/Barnaul for Altai
           Krai and Altai Republic, Russia, which will switch from +06 to +07
           on the same date and local time.  Also, Asia/Sakhalin moves from +10
           to +11 on 2016-03-27 at 02:00.
      
           As a trial of a new system that needs less information to be made up,
           the new zones use numeric time zone abbreviations like "+04"
           instead of invented abbreviations like "ASTT".
      
           Haiti will not observe DST in 2016.
      
           Palestine's spring-forward transition on 2016-03-26 is at 01:00,
           not 00:00. Guess future transitions will be March's last Saturday
           at 01:00, not March's last Friday at 24:00.
      
      2016c: http://mm.icann.org/pipermail/tz-announce/2016-March/000037.html
      
         Changes affecting future time stamps
      
           Azerbaijan no longer observes DST.
      
           Chile reverts from permanent to seasonal DST.
           Guess that future transitions are August's and May's second
           Saturdays at 24:00 mainland time.  Also, call the period from
           2014-09-07 through 2016-05-14 daylight saving time instead of
           standard time, as that seems more appropriate now.
      
      Note for Openwrt usage:
      
      Either musl or busybox does not like the new timezone format.
      Although the rule looks ok in /etc/TZ, timezone is interpreted wrongly
      by date, uptime etc. "Old timezones" are handle correctly, but these
      new "<+04>-4" style zones do not work. Example below:
      
      Europe/Helsinki
       root@OpenWrt:~# cat /etc/TZ
       EET-2EEST,M3.5.0/3,M10.5.0/4
       root@OpenWrt:~# uptime
        11:00:52 up 18:17,  load average: 0.43, 0.13, 0.11
       root@OpenWrt:~# date
       Wed Mar 30 11:00:55 EEST 2016
      
      Europe/Astrakhan
       ( Time is showed as GMT instead of the correct zone and
         zone name is parsed wrongly )
       root@OpenWrt:~# cat /etc/TZ
       <+04>-4
       root@OpenWrt:~# uptime
        08:02:52 up 18:19,  load average: 0.17, 0.18, 0.13
       root@OpenWrt:~# date
       Wed Mar 30 08:02:59 +04>-4 2016
      
      Signed-off-by: default avatarHannu Nyman <hannu.nyman@iki.fi>
      859e4353