summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-02-11 21:28:32 +0100
committerStefan Husmann2016-02-11 21:28:32 +0100
commit7f2f935356fca8a9bfe1a88c11da484749e53001 (patch)
treeecc545913d8912ac0a57afb4fe9a3b24e5d2bb14
parent58b00b918509a537feb300d39aa72952bb69c338 (diff)
downloadaur-7f2f935356fca8a9bfe1a88c11da484749e53001.tar.gz
Updated version (1.3.3.45.g3191833 -> 1.3.3.46.g9b4749a).
Changelog ========= Duc now checks for the CGI environment GATEWAY_INTERFACE to check if it is being called from a CGI script. In the past this was done with the variable QUERY_STRING, but lighttpd does not pass this variable if no arguments are given. Fixes #122 (9b4749a) Added dependency of debian 'libtokyocabinet-dev' package to INSTALL (3191833) Removed osx from .travis.yml (077544e) Added translation for tc TCEOPEN error (de8e621) Increased buffer sizes for 'humanized' sizes and counts from 16 to 32 because digits are missing on +petabyte sizes (8a19c54) Fixed CGI which broke during linting (f5d87c0) Updated redhat spec file, thanks @refrain (5f2eff8) Removed some dead code and unused prototypes/#defines (02fdee5) Removed obsolete Notes file (ef2a86a) fixed graph-cairo build (c4e6779) Fixed build error in graph-cairo.c (adb8b20) Cleanups; made some function parameter const, removed unused #defines (5e00a30) Large number of small fixes for more strict type handling (6e5237c) Some lint-hinted fixes (c20db7b) Updated changelog (d2c3869) removed dead code (fc97156) Added missing utstring.h (602468d) Renamed stripdir() to duc_canonalize_path() (c10cc38) Simplified stripdir() (63de535) properly close sqlite3 db when done (a209af3) Rewrote stripdir to properly handle relative and absolute paths in Unix or Windows format, allowing database indexing an quering on mixed platforms (410b420) Alloc scanner with duc_malloc0() for simpler handling of uninitialized struct members (c60ed92) Skip stripdir() path canonalization for windows, removed debugging printf (179a775) Fake inodes when indexing on win32. Use apparent size for actual size on win32 becuase st_blocks is not available (4bbaaf0) index.c is now back to the old-style opendir()/readdir()/closedir() approach instead of using the less portable fdopendir. This supports indexing on windows, while the performance impact is acceptable (1.5% speed difference in my tests) (92e7e2f) Added missing DUC_DB_FILE (cde8d45) Simplified valgrind suppressions: simply do not complain about any leaks in _dl_init code (a9d1261) Store duc database in %APPDATA% on windows (aa29550) Fixed localtime() for some platforms (9f800f6) Win32 build is now able to list unix-indexed databases (036c9da) Added some stub code to build on mingw; added win32 version of stripdir (54be435) Merge branch 'master' into cached-index3 (d4f6eef) Added glad functions for OpenGL extension loading and initialisation for improved portability (4613c01) Added note to INSTALL file about sharing datbase files between machines of different architectures (83d3754) changed low-level buffer functions to static (b44bdba) Removed unused variable from graph-opengl.c (44d3be9) Also store mtime for directories in database; some refactoring (8c8a5e4) Refactored code so that struct duc_dir is not used to temporary store data during indexing. The indexing code now appends data to the struct buffer on the fly, and writes the records to the database directly. This saves a lot of memory at index time and prevents a lot of malloc()/free() and memcpy()'s. (42a5597) graph-opengl fix for character advance of non-printable characters (0c4689a) Fixed clang warnings about comparing enum's being equal or larger then zero, which is always true (3e0b12d) gui and guigl are now mutually exclusive, guigl has been renamed to gui (faa4fb1) Added mipmapping to enhance opengl font rendering; enable FSAA multisampling for better quality; font alignment fixed for opengl (0e7377f) Merge branch 'master' of github.com:zevv/duc (a18618b) Added flexible font sizes on OpenGL backend; better font quality; properly correct for framebuffer/window scale on font size for high res displays (97c4f45) Set guigl window title to 'Duc' instead of 'Hello world' (a4c26ac) Added font.c to EXTRA_DIST, it is included from graph-opengl.c and needs not be compiled separately (b15315a)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50c725fd8db6..76794cfa1a88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Feb 11 20:28:32 UTC 2016
pkgbase = duc-git
pkgdesc = collection of tools for inspecting and visualizing disk usage (git version)
- pkgver = 1.3.3.45.g3191833
+ pkgver = 1.3.3.46.g9b4749a
pkgrel = 1
url = http://duc.zevv.nl/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index f2898d83b9f6..0fcb57bb0a50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
-pkgver=1.3.3.45.g3191833
+pkgver=1.3.3.46.g9b4749a
pkgrel=1
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')