summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-01-02 21:00:54 +0100
committerStefan Husmann2017-01-02 21:00:54 +0100
commit1e541892b46829b2f97a45a9284be545dcf34158 (patch)
treea0aa74637c4012de17552dc805d6036d2b7ae27f
parent54a72ed45e7b400aba4ee1e59d0c63cb36510457 (diff)
downloadaur-1e541892b46829b2f97a45a9284be545dcf34158.tar.gz
Updated version (1.4.2.26.g40e0bcd -> 1.4.2.28.g2f91444).
Changelog ========= Merge pull request #167 from gsanchietti/master (2f91444) RPM spec: update to release 1.4.3 (3b7d742) 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 470634f3de45..3d8a954a6e2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 1 09:49:13 UTC 2017
+# Mon Jan 2 20:00:53 UTC 2017
pkgbase = duc-git
pkgdesc = collection of tools for inspecting and visualizing disk usage (git version)
- pkgver = 1.4.2.26.g40e0bcd
+ pkgver = 1.4.2.28.g2f91444
pkgrel = 1
url = http://duc.zevv.nl/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 06283fea13b1..ea88024a65b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
-pkgver=1.4.2.26.g40e0bcd
+pkgver=1.4.2.28.g2f91444
pkgrel=1
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')