Skip to content

Releases: rfmoz/tuptime

5.2.6

Choose a tag to compare

@rfmoz rfmoz released this 02 Apr 14:01
  • Add time-sync check on init scripts
  • Assure database directory exists at start
  • Check input and destination files must be different
  • Remove remote_fs dependency
  • Update documentation
  • Code refactoring

5.2.5

Choose a tag to compare

@rfmoz rfmoz released this 24 Jan 14:02
  • Add zero padding on time counters
  • Print date before time in datetime output
  • Set fallback locale to C
  • init.d script checks data path at startup
  • Code refactoring

5.2.4

Choose a tag to compare

@rfmoz rfmoz released this 14 Jul 14:01
  • Move files from /lib to /usr/lib in DEB package
  • Replace adduser with sysusers.d in DEB package
  • Update documentation
  • Minnor code refactoring

5.2.3

Choose a tag to compare

@rfmoz rfmoz released this 05 Jan 22:03
  • Update distribution packages
  • Documentation revised
  • Minnor code refactoring

5.2.2

Choose a tag to compare

@rfmoz rfmoz released this 06 Jan 14:13
  • Swich between longest/shortest on default output with -i
  • Option -x, --silent renamed to -q, --quiet
  • Change repository name

5.2.1

Choose a tag to compare

@rfrail3 rfrail3 released this 23 Aug 13:10
  • Set cron file with systemd execute exclusion on .deb package
  • Return -e option as an argument for --dec decimals
  • Update .deb package
  • Update .rpm package

5.2.0

Choose a tag to compare

@rfrail3 rfrail3 released this 15 Aug 14:19
  • Rename timer units to tuptime-sync.timer and tuptime-sync.service
  • Using StateDirectory= on systemd unit
  • Available tuptime.sysusers file for systemd-sysusers
  • Replace cron file with systemd timer on .deb package
  • Add rc script for OpenBSD and update installation doc
  • Deprecate --pctl option
  • Adding -E, --exclude option
  • Print longest uptime and downtime values on default output
  • Update distribution packages
  • Code refactoring

5.1.0

Choose a tag to compare

@rfrail3 rfrail3 released this 20 Jan 18:03
  • Cover DB writes with transactions
  • Register DB version on PRAGMA user_version
  • Adding --pctl option. Show percentil over average values
  • Code refactoring
  • Update .deb package

5.0.2

Choose a tag to compare

@rfrail3 rfrail3 released this 02 Jan 15:01
  • Option --decp usable but deprecated
  • Using subprocess module on BSDs

5.0.1

Choose a tag to compare

@rfrail3 rfrail3 released this 31 Oct 15:04
  • Identify new startups with boot_id on FreeBSD
  • Option --decp renamed to --dec and -e equal to it.
  • Minnor code refactoring