0.18.4:
- small code cleanup
- reworked configure.in
- added ebuild (Thanks to Harald van Dijk)
- reworked autogen.sh
- removed libgnome, libgnomeui, libgnomecanvas and libglade bindings
- removed examples related to removed bindings
- reworked ebuild and specfile
- install rep-gtk.in in $prefix$libdir
- major update of the spec-file
- don't install example files
0.18.3:
- fixed the broken GtkCombo() Widgets
- fixed an issue with autoconf on RedHat
0.18.2:
- fixups in configure.in
- updated BUGS, README and HACKING
- removed functions no longer available in GTK 2.4+
- spec-file does now install all examples into the doc-dir
0.18.1:
- started code-cleanup
- added a .pc file
- added ATK-Accessibility Support (Thanks to Shobbit Marthur)
- added Status-Icon Widget (Thanks to Wang Diancheng)
- bumped gtk req to 2.6, glib req to 2.6 and glade req to 2.4
- dropped an function no longer available in GTK 2.5+
- added --tag=CC to libtool where nessacary
- renamed some of the Makefile targets (cvsclean -> svnclean a.s.o)
- updated the spec file
- ported the example glade files to glade2
0.17.3
======
* Updated MAINTAINERS
* Dropped rep.m4 - use librep.pc instead
* Improved librep.pc
* Updated librep.spec
* Add -L/lib$libsuff to READLINE_LIBS [T2 Patch]
* Fix compilation on PPC64 [Marcus Comstedt]
* Small fixup in src/fake-libexec [SuSE]
* No rpath in src/rep-config.sh [Fedora]
* Added ebuild [Harald van Dijk]
* Improved Makefile's distclean rule
* Reworked autogen.sh
* Reworked configure.in
* Major rework of the spec-file
* Improved configure's ending message
* Fixed configure.in's templates for autoheader
* BSD-Tar is not supported by librep, give users a usefull warning
message [Mark Diekhans]
0.17.2
======
* fixups for configure.in
* updated BUGS, HACKING and README
* define inline if undefined (fixes compiler warnings)
* create the destination directory for the .pc file before installing it
* fixed in issue with FreeBSD in numbers.c [FreeBSD patch]
* improved a function of numbers.c [FreeBSD patch]
* rep_file_fdopen has not been listed in librep.sym
* added -tag=CC to libtool in several places
* don't ignore $LDFLAGS upon build
* dropped some useless code in sdbm.c
* make sure inline is defined
0.17.1
======
* started code-cleanup
* added a .pc file
* added -no-split to makeinfo [FreeBSD patch]
* added -enable-paranoia to configure [compile with CFLAGS+="-Wall -ansi"]
* updated the spec file
* replaced a static void by a void in main.c [Debian patch]
* use correct shebang in rep-xgettext.jl [ALT-Linux patch]
* trim trailing / to mkdir(2) [NetBSD patch]
This release is counterpart of 1.8.6-p368, so many bugs are fixed
since the latest 1.8.7. Check the ChangeLog for more details.
Especialy, including workarounds for CVE-2007-1558 and CVE-2008-1447.
- invert: build failures from Sun Studio Express C++ like this:
Error, manymatchover: Overloading ambiguity between "operator^(const
TwoJet, double)" and "built-in operator^(int, int)" fixed by casting
to double, thanks to Tim Mooney <Tim.Mooney AT ndsu.edu>.
- life3d:
4 more rhombic dodecahedron S3/B3 patterns including a period 4 pattern
(only S3/B3 period 2 and less patterns left from Bays' papers).
Glider code revamped to make more maintainable, using populateGlider().
unsigned int fix thanks to Jouk Jansen.
Added new cube gliders from Bays 2006 3D Life paper and found a few
patterns for the gliders to crash into. (S23B5, S25B5, S27B5, S35B5,
S36B5, S37B5, S38B5, S4B5, S47B5, S57B6, S58B5, S8B5).
New mode option added "+draw", this turns off drawing to the screen
to speed up searches, and more importantly, make less annoying :)
- life: resyncing with my Java code.
Switched how static triangular forms are stored
Added a lots of new triangular patterns, including 2 gunship triangular
patterns. Also added handful of other patterns.
Reading memory on uninitialized variables fix thanks to Jouk Jansen.
"+draw" mode option added.
Pentagonal (Cairo Tiling) life added with glider shooters.
"xlock -mode life -rule S23B346 -neighbors 7" or
"xlock -mode life -pent2".
New gliders found by David Bagley, one in 5 neighbors pentagonal life
(-rule S24B2) "xlock -mode life -pent", the other in 9 neighbor
triangular life "xlock -mode life -neighbors 9" (-rule S3B34).
Associated periodic patterns for each added.
Added more symmetries and now have all the random symmetries
(at least I think so) for squares, hexagaons, triangles, and
pentagons.
- Macro FTGL213 added for new FTGL library. If you need it to compile
text3d2.cc, make sure it compiles with -DFTGL213. Should work
automatically for VMS though, thanks to Jouk Jansen.
Approved by Hubert Feyrer.
addition to the existing --with-nrpe-user and --with-nrpe-group. We use
${NAGIOS_USER} and ${NAGIOS_GROUP} for both nagious user/group and nrpe
user/group.
- Use UTF-8 hyphenation patterns, which can be used with luatex.
- Create symlinks for TeX formats explicitly.
Bump PKGREVISION for teTeX-texmf and teTeX-bin.
Critical bug affecting multithreaded builds
Many minor bugfixes, new statistics, minor new features.
Major crash fixes, DTrace support, minor updates.
Minor bugfixes, build support for opensolaris, ipv6 support,
"noreply" mode for many commands, largepage support for solaris.
Made out of memory errors more clear and added eviction/OOM tracking
per slab class.
Many bug and platform fixes since 1.2.2. New threading support for
stat queries. New commands 'append', 'prepend', 'gets', and 'cas'.