summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-01-01 10:49:14 +0100
committerStefan Husmann2017-01-01 10:49:14 +0100
commit54a72ed45e7b400aba4ee1e59d0c63cb36510457 (patch)
treee553d18f087353a0feee3ea514a54f95085e1f02
parent61288627b71a611af777e02c58c29f68faef9425 (diff)
downloadaur-54a72ed45e7b400aba4ee1e59d0c63cb36510457.tar.gz
Updated version (1.4.2.24.ga54a941 -> 1.4.2.26.g40e0bcd).
Changelog ========= Fixed tooltip location in cgi when display is scrolled. Tested on firefox/linux only (40e0bcd) Fixed indenting of jbd's DRY_RUN handling in index.c (spaces -> tab) (5f5055f) Added some parenthesis to complex expressions for better readability (a54a941) Merge pull request #166 from jbd/dryrun (e4998fb) Add a --dry-run to the index command (62ee112) Removed 'lint' target from Makefile.am (d8a9683) Moved conversion from HSV to RGB from all graph backends into common graph.c (77ecaa8) Fixed possible problem with leveldb backend where put() and get() functions might free random pointers inside leveldb library (a752d6b) Small refactoring: changed types of DUCRC_TYPE_BOOL variables from 'int' to 'bool' (f8e5d3e) Merge branch 'master' of github.com:zevv/duc (ce2aedb) lmdb db maximum map size now depends on the architecture word size. For 32 bit machines we limit to 1GB, for 64 bit machines the max is now 256 Gb (dbd0ca3) Merge pull request #162 from jbd/master (a01acda) Update manual.txt (d0ce68b) Add a compilation note for lmdb backend and redhat users (3ccfc83) Update manual.txt (015b45d) If the --progress option is enabled on 'duc index' a new log_callback() handler is installed that cleans the current line to prevent logging and progress output to mess up each others output (6a15dad) Fixed reading mounted file systems; I broe this when removing one too many strtok() in 495be899016fa15f3cdda6520f1c0e9fb75497d7 (be4c5a2) Cleaned up some unused variables (495be89) fixed naive lmdb database handling which caused the database to be opened always in read/write mode, effectively blocking any reads while 'duc index' is run. Closes #160 (87ad909) Merge pull request #159 from jbd/master (2f21c16) Minor manual updates (6051045) Merge branch 'master' of github.com:zevv/duc (a5cad54) Added kyotocabinet database backend support (3dcf2ab) Merge pull request #157 from gsanchietti/master (d5d4431) RPM spec: update to release 1.4.2 (ba17450) cairo graph label location is now always rounded to nearby integers to allow better font rendering with less fuzz (df6d933)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6968396d193..470634f3de45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 30 18:44:16 UTC 2016
+# Sun Jan 1 09:49:13 UTC 2017
pkgbase = duc-git
pkgdesc = collection of tools for inspecting and visualizing disk usage (git version)
- pkgver = 1.4.2.24.ga54a941
+ pkgver = 1.4.2.26.g40e0bcd
pkgrel = 1
url = http://duc.zevv.nl/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b4a54c5b6a73..06283fea13b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
-pkgver=1.4.2.24.ga54a941
+pkgver=1.4.2.26.g40e0bcd
pkgrel=1
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')