[chrony-dev] [GIT] chrony/chrony.git annotated tag, 1.30-pre1, created. 1.30-pre1

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]


This is an automated email from git. It was enerated because a ref
change was pushed to the repository "chrony/chrony.git".

The annotated tag, 1.30-pre1 has been created
        at  4ed2f6ba785b0ba4d4df9ac674cf442f8b4eee66 (tag)
   tagging  a5c865937ff32a3266539feac138675afcb5918c (commit)
  replaces  1.29.1
 tagged by  Miroslav Lichvar
        on  Fri Jun 6 16:42:24 2014 +0200

- Log -----------------------------------------------------------------
First prerelease for 1.30
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlOR01cACgkQX/BvKboeATtVdQCgoEImH1eiBB2J1LOG8zMbyGMp
9xwAnRw99pd5R7ttJbgUgmw2syJHMNPI
=k69/
-----END PGP SIGNATURE-----

Hattink, Tjalling [FINT] (1):
      rtc: more reliable method of reading rtc for initial trim

Miroslav Lichvar (188):
      Add PHC refclock driver
      Add URLs to documentation for gpsd, radioclk and linuxpps
      Add dependency on chrony.txt to install target
      Fix Clang static analyzer warnings about never read values
      Remove unused code in manual.c
      Fix id printed in duplicate key warning
      Fix regression validity check in handle_relock_after_trim()
      Add assert for parameter m in RGR_FindBestRegression()
      Fix compilation of PHC driver on systems without PTP_SYS_OFFSET
      Link with -lrt for clock_gettime() if needed
      Append -lcap to EXTRA_LIBS in configure
      Fix stratum with non-PPS SOCK refclock and local stratum
      Enable refclock error messages
      Add refclock trace messages
      Update see also in man pages
      Refactor logging
      Set printf format attribute for logging functions with gcc
      Fix log messages
      Add support for debug messages
      Convert TRACEON LOG messages to DEBUG_LOG
      Use N_SAMPLES_PER_REGRESSION macro in rtc_linux module
      Remove forgotten macros
      Fix REF_GetOurStratum description
      Add option to trim RTC automatically
      Merge config parsing functions for common data types
      Don't try to write to parent logging fd when closed
      Write fatal messages also to stderr when started with -n
      Make section descriptions consistent in documentation
      Fix ordering of sections in documentation
      Make naming of RTC config functions consistent
      Replace /sbin/clock with /sbin/hwclock in documentation and comments
      Add option to read RTC LOCAL/UTC setting from hwclock's adjtime file
      Fix default device in rtcdevice description
      Improve description of refclock delay option
      Update documentation on trimrtc command
      Convert disabled log message in rtc_linux.c to DEBUG_LOG
      Fix frequency accumulation again
      Simplify expression used in frequency accumulation
      Print error message on invalid syntax with all chronyc commands
      Update linux_freq_scale and linux_hz documentation
      Convert linux kernel info messages to debug
      Don't allow maxpoll to be set shorter than minpoll
      Update comment on setting poll in reply packet
      Fix error message when chronyc can't open keyfile
      Remove superfluous code in SRC_SelectSource
      Fix selecting of sources with prefer option
      Fix writing of drift and RTC files
      Remove superfluous code in read_from_cmd_socket()
      Don't read uninitialized memory in client packet length check
      Replace number and total fields in cmdmon reply packet with padding
      make_release: remove config.log and config.h
      make_release: set owner and group in released tarball to root
      Merge branch '1.29-security'
      Check array index before reading
      configure: suppress pkg-config errors
      Add simulation tests
      makefile: improve check rule
      sourcestats: fix signedness in scanf format
      tempcomp: use macro to set maximum allowed compensation
      tempcomp: print warning message on error
      test: make 110-chronyc more tolerant
      client: print positive signed freq and offset values with sign
      keys: don't cache position for unknown keys
      ntp: remove unnecessary KEY_KeyKnown calls
      ntp: don't send requests with unknown key
      test: extend 105-ntpauth
      ntp: don't reply to known source if missing key or invalid auth
      ntp: don't store tx time stamp when replying to known source
      ntp: make use of NCR_ProcessUnknown in NCR_ProcessKnown
      test: add port number check
      test: add 111-knownclient
      cmdparse: don't allow NTP key ID of 0
      ntp: reset negative minpoll or maxpoll to default values
      ntp: print warning when source is added with unknown key
      ntp: set minpoll from received KoD RATE at most to 10
      doc: improve commandkey and keyfile descriptions
      ntp: set invalid socket fd by macro
      ntp: split local_ip_addr from NTP_Remote_Address struct
      ntp: store socket in NTP instance
      ntp: check if packet was received by right socket
      ntp: don't try to bind acquire socket if port is equal to ntp port
      ntp: use separate client sockets
      ntp: use separate connected sockets for each server
      ntp: don't create server sockets if port is configured to 0
      test: update for latest clknetsim
      ntp: accept packets from unknown sources only from server sockets
      ntp: fix comment on NCR_ProcessUnknown
      test: add 112-port
      ntp: set only necessary socket options on client sockets
      conf: add bindacqaddress directive for client sockets
      test: add missing run script
      git: update .gitignore
      sources: split source selection from sample accumulation
      sources: replace beginning flag with size of reachability register
      ntp: drop initstepslew NTP implementation
      ntp: set maximum number of iburst samples to size of reach register
      ntp: reduce burst timeout to 2.5 seconds
      sources: log selection messages only in normal reference update mode
      reference: exit with non-zero code when maxchange limit is reached
      logging: update format of messages written to terminal
      logging: set debug level instead of on/off
      logging: print warning message when not compiled with debug support
      reference: add UpdateOnce and PrintOnce modes
      main: add -q/-Q options to set clock/print offset once and exit
      conf: split line parsing from CNF_ReadFile
      conf: allow NULL as filename
      main: support configuration commands on command line
      configure: add option to set default user
      sched: fix main loop to allow timeout handlers modify fd set or quit
      regress: make minimum number of samples for regression public
      sources: rework special mode ending with unreachable sources
      ntp: reduce burst timeout to 2.0
      sources: add flag that source is active
      sources: ignore inactive sources in special mode ending
      ntp: close only client socket when destroying NCR instance
      ntp: close client socket when offline
      main: setup access restrictions before initstepslew
      makefile: add dependency to check target
      reference: negate offset printed in maxchange log message
      cmdmon: fix doffset command with negative values on 64-bit systems
      refclock: remove duplicated declaration
      configure: replace unnecessary variables in Makefile
      configure: sed Makefile with MYCPPFLAGS
      nameserv: prepare for asynchronous resolving
      sourcestats: assert dump file is loaded with no accumulated samples
      ntp: delay initial transmission until first resolving ends
      ntp: use async name resolving for NTP sources
      ntp: start resolving only from NSR_ResolveSources
      configure: check if getaddrinfo() is available
      nameserv: add asynchronous resolving with POSIX threads
      client: shorten default timeout with localhost and async resolving
      test: require latest clknetsim
      main: switch errors in initialization to fatal errors
      doc: update chronyd -r and chronyc -h descriptions
      doc: update for separate client sockets
      sys: remove unused static variables in Linux driver
      client: enable IP_RECVERR socket option
      client: set default hostname to 127.0.0.1 instead of localhost
      client: don't override hostname with -4 or -6 after -h
      doc: update faq.txt
      test: make 110-chronyc even more tolerant
      sys: introduce generic driver
      sys: convert Linux driver to use generic offset functions
      test: update for recent changes in Linux driver
      sys: add apply_step_offset function to generic driver
      conf: change default corrtimeratio to 3.0
      conf: add option to set maximum slew rate
      sys: use maximum timeout for offsets below minimum correction
      main: initialize reference mode properly
      reference: fix logging of initial unsynchronized tracking entry
      refclock: fix sample validation with sub-second poll
      doc: update description of refclock options
      sys: avoid notification of neglible dispersion on slew update
      sys: set tick_update_hz to 100 by default in Linux driver
      sys: drop frequency scaling in Linux driver
      refclock: add maxdispersion option
      refclock: don't include average dispersion in unfiltered samples
      configure: fix test code to be compilable with -Werror
      sourcestats: remove forgotten declaration
      sourcestats: reset SST instance thoroughly when dropping samples
      ntp: reset NCR instance thoroughly when switching to offline
      local: refactor invocation of parameter change handlers
      local: replace is_step_change parameter of change handler with enum
      sched: try to detect also forward time jumps
      local: reset daemon after unexpected time jump
      test: extend 005-externalstep
      test: always write packet log
      test: fix packet interval check
      main: delay switching to normal mode after initstepslew
      test: check also minimum outgoing packet interval
      test: update packet interval check for new clknetsim
      ntp: update comment in get_transmit_delay()
      local: round log value of clock precision
      logging: move check of enabled debugging to DEBUG_LOG macro
      logging: convert rate limited messages to debug messages
      reference: announce leap second only on last day of June and December
      test: add 113-leapsecond
      reference: cook timestamp when setting reference
      ntp: cook SO_TIMESTAMP timestamp
      test: extend 109-makestep
      reference: rework makestep
      doc: update acknowledgements
      Update copyright years
      client: fix printing of negative poll in sources report
      reference: fix adjusting of last reference update time
      Check return value of chmod() and fcntl()
      make_release: fix man page preparation
      doc: update NEWS

Paul Menzel (1):
      rtc_linux.c: Remove useless assignment `error = -1;`

Tjalling Hattink (1):
      refclock: honour leap second flag in the PPS refclock

-----------------------------------------------------------------------


hooks/post-receive
--
chrony/chrony.git

-- 
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble?  Email listmaster@xxxxxxxxxxxxxxxxxxxx.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/