Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-23 | Fix bashism | Pierre Pronchery | |
From tnn@ of NetBSD. | |||
2017-01-05 | build: Fix checking for OpenSSL 1.1 functions | Patrick Griffis | |
Fixes #1920 | |||
2016-12-13 | Fix building fishlim against libressl also | Patrick Griffis | |
Also part of #1898 | |||
2016-12-13 | Use AC_CHECK_FUNCS to find functions not in LibreSSL | Florian Stinglmayr | |
LibreSSL might not have all functions of OpenSSL 1.1.0 so use AC_CHECK_FUNCS to find them first before using them. Closes #1899 Fixes #1898 | |||
2016-12-10 | Bump version to 2.12.4 | Patrick Griffis | |
2016-11-09 | Convert doat to an internal command | Patrick Griffis | |
- Trivial plugin - Useful for many users - Was under a dumb license | |||
2016-10-22 | Bump version to 2.12.3 | Patrick Griffis | |
2016-10-08 | Bump version to 2.12.2 | Patrick Griffis | |
2016-08-27 | Fix building against openssl 1.1.0 | Patrick Griffis | |
Fixes #1759 | |||
2016-07-28 | build: Add flag to disable stack-protector | Patrick Griffis | |
This is currently an issue when building in Flatpak | |||
2016-05-01 | Bump version to 2.12.1 | Patrick Griffis | |
2016-04-07 | Bump glib requirement to 2.34 | Patrick Griffis | |
This is still rather old but does drop Ubuntu 12.04 support. | |||
2016-04-03 | Import lua plugin | Patrick Griffis | |
Written by @mniip | |||
2016-03-31 | configure: Place auxiliary files in own dir | Patrick Griffis | |
2016-03-12 | Bump version to 2.12.0 | Patrick Griffis | |
2016-03-06 | build: Keep macros newer than Ubuntu... | Patrick Griffis | |
Mostly for travis | |||
2016-03-06 | build: Don't store autoconf-archive macros in repo | Patrick Griffis | |
The release tarballs will still have them | |||
2016-03-06 | build: Use more secure flags | Patrick Griffis | |
2016-02-18 | build: Enable more warnings/errors | Patrick Griffis | |
2015-10-17 | configure: Default to generating xz-tarballs only | Rico Tzschichholz | |
2015-09-30 | configure: Clean up Python checking | Patrick Griffis | |
This fixes requiring to add a version every time a new release comes out... | |||
2015-04-22 | configure: Simplify perl tests | TingPing | |
2015-04-22 | configure: Better handling of missing pkgconfig | TingPing | |
2015-04-22 | configure: Consistently use autoconf macros for conditionals | TingPing | |
2015-04-21 | configure: Target versions of Ubuntu 10.04 | TingPing | |
travis-ci uses it still... | |||
2015-04-21 | configure: Replace --enable-minimial-flags with standard --disable-debug | TingPing | |
2015-04-21 | configure: Some modernization | TingPing | |
2015-03-19 | Fixup 455fa24d | TingPing | |
-Wformat=2 includes format-nonliteral | |||
2015-03-19 | configure: Remove a warning | TingPing | |
Used everywhere needs to be fixed | |||
2015-03-19 | configure: Clean up testing warnings and add more | TingPing | |
2015-03-01 | configure: Don't depend on gtk-2.0.m4 | TingPing | |
It doesn't really add much value and it is possible to build fetext without gtk installed | |||
2015-02-21 | Unify sysinfo plugins and add osx support | TingPing | |
This does remove the net* commands from the Unix version that may return at a later date with OSX and Windows support. This commit also makes numerious other changes such as code cleanup, reformatting, etc. Closes #829 | |||
2015-02-04 | Fix automake error | TingPing | |
2015-02-04 | Implement OSX notification backend | TingPing | |
2014-12-28 | Remove option to use socks5 library | TingPing | |
This was always disabled by default and is not required for the current socks support. I am not even sure this library is packaged by any distro? | |||
2014-12-28 | Remove option to disable ipv6 | TingPing | |
It has been default for a while, is the only tested option, and will only get more common. | |||
2014-12-28 | Remove MSProxy support | TingPing | |
It's not enabled anywhere, certainly not maintained | |||
2014-12-28 | Fix building as c89 | TingPing | |
2014-12-17 | configure: Set glib min requirement to 2.32 | TingPing | |
and warn when using newer APIs | |||
2014-12-15 | configure: Improve various build flags | TingPing | |
- Store openssl flags in own vars - Share some common flags for plugins - Fix building plugins on win32 - Store all glib flags in one var - Don't link against every lib for each plugin - Don't hardcode ldflags for sysinfo | |||
2014-12-15 | checksum: Use glib for io/checksum and misc fixes | TingPing | |
- Fixes support for large files. - Fixes filenames not being passed in the filename encoding. - Drops openssl dependency. - Code cleanup. - Fix 'unknown command' warning. | |||
2014-12-02 | configure: Add option to run clang static analysis | TingPing | |
2014-10-29 | configure: Fix checking for perl | Dan Molik | |
Closes #1196 Fixes #1197 | |||
2014-08-07 | Bump master to development release 2.11.0 | TingPing | |
To anybody confused this is not the next stable release, it is just a way to differentiate master from the 2.10 branch and next stable will be 2.12.0 similar to Gnome's versioning scheme. | |||
2014-08-01 | osx: Create bundles using homebrew | TingPing | |
Just easier to maintain than jhbuild. See https://github.com/TingPing/homebrew-gnome for deps. | |||
2014-06-27 | configure: Improve python logic | hasufell | |
- add checks for python3.4 - only warn once for failure to find a version - only run pkg-config call if the .pc file was actually found - make unsupported python version non-fatal Closes #1006 Closes #989 | |||
2014-06-21 | Fix autotools warning | TingPing | |
2014-06-21 | Clean up includes for gettext | TingPing | |
It is always enabled. | |||
2014-06-02 | Always use GModule for plugin support | TingPing | |
Also cleans up some dead code | |||
2014-06-01 | Bump version to 2.10.0 | TingPing | |