summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-12-30 19:44:16 +0100
committerStefan Husmann2016-12-30 19:44:16 +0100
commit61288627b71a611af777e02c58c29f68faef9425 (patch)
treeac5afdc2c9ea6281c31da8eb4802ce998b6434e8
parentab3a70a2ee6f7ee08d376f2cf56edabc3287b913 (diff)
downloadaur-61288627b71a611af777e02c58c29f68faef9425.tar.gz
Updated version (1.4.2.18.gf8e5d3e -> 1.4.2.24.ga54a941).
Changelog ========= 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 b8c096cb06e6..e6968396d193 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 29 19:27:37 UTC 2016
+# Fri Dec 30 18:44:16 UTC 2016
pkgbase = duc-git
pkgdesc = collection of tools for inspecting and visualizing disk usage (git version)
- pkgver = 1.4.2.18.gf8e5d3e
+ pkgver = 1.4.2.24.ga54a941
pkgrel = 1
url = http://duc.zevv.nl/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bf59a1e8cc02..b4a54c5b6a73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
-pkgver=1.4.2.18.gf8e5d3e
+pkgver=1.4.2.24.ga54a941
pkgrel=1
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')