SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libqb-devel-1.0.1-1.fc24.i686.rpm :

* Fri Nov 25 2016 Jan Pokorný - 1.0.1-1- Update to libqb-1.0.1, for list of changes see: https://github.com/ClusterLabs/libqb/releases/tag/v1.0.1- Move qb-blackbox manual page from libqb-devel to libqb (where the utility itself resides)
* Mon Apr 04 2016 Jan Pokorný - 1.0-1- Update to libqb-1.0, for list of changes see, in order: https://github.com/ClusterLabs/libqb/releases/tag/v1.0rc1 https://github.com/ClusterLabs/libqb/releases/tag/v1.0rc2 https://github.com/ClusterLabs/libqb/releases/tag/v1.0rc3 https://github.com/ClusterLabs/libqb/releases/tag/v1.0rc4 https://github.com/ClusterLabs/libqb/releases/tag/v1.0- Adapt spec file per the upstream version (drop defattr statements, autogen.sh call with %build, conditionalize build process)- Add gcc as an explicit BuildRequires (required per the new guidelines)- Do not depend on the rpmbuild-imposed man page archiving method
* Thu Feb 04 2016 Fedora Release Engineering - 0.17.2-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Thu Oct 15 2015 Jan Pokorný - 0.17.2-1- Update to libqb-0.17.2 + fix check_ipc tests, for list of changes see: https://github.com/ClusterLabs/libqb/releases/tag/v0.17.2
* Wed Jun 17 2015 Fedora Release Engineering - 0.17.1-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue Aug 26 2014 David Vossel - 0.17.1-1Fix: ipcs: Correctly allocate receive buffer sizeFix: ipc_socket: Signalhandler must be resetted to Default, use only cleanup_sigpipe to return from qb_ipc_dgram_sock_setup.Fix: trie: allow modifying the trie map during the notify callbackFix: fix invalid option when run \'ipcclient -h\'Fix: epoll: don\'t miss poll events under high loadFix: ipc_shm: fix error handling in qb_ipcs_shm_connect()Fix: ringbuffer: fix size in qb_rb_create_from_file()Fix: ringbuffer: fix qb_rb_open_2() debug format stringFix: trie: fixes regression caused by ref count refactoringFix: ipcc: Properly timeout during recv when timeout value is provided
* Sun Aug 17 2014 Fedora Release Engineering - 0.17.0-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering - 0.17.0-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Feb 20 2014 David Vossel - 0.17.0-2Fix testsuite timing values
* Wed Feb 19 2014 David Vossel - 0.17.0-1Fix: build: Allow \'make rpm\' to work with lightweight tags for release candidatesFix: spec: reference correct url in spec fileDoc: update broken doxygen link to something that existsBump version to 0.17.0Low: ipc_socket: further optimize max msg size calculations for fbsd portability testsLow: ipc_socket: Allow socket max msg size to be calculated more accuratelyFix: fixes travis compile time errorLow: tests: Fixes compile time issue with make checkHigh: ipcs: Prevent ipc server use after free.Low: ipc: Remove ipc connection reference given to dispatch functionsHigh: ipc: Fixes memory leak in server connection accept when client partially connectsIPC: Increase the listen backlog of IPC serverLow: ipcs: Clarifications to the ipcs server callback documentation.Fix rb.test to avoid overwriting memory during reading.Low: example: Update client/server example to use server enforced buffer sizeLow: Client side buffer retrieval regression testFeature: New api function to retrieve client buffer sizeLow: check_ipc.c: Verify server enforced buffer sizes workFeature: Enforce buffer size limits on the server sideLow: regession tests for regex log filtersFeature: Filter logs using regex patter on function, format, or filenameipc_setup: Set SO_PASSCRED on listener socketFix: log: Filtering by function and file must match exactly, no substring matchesLow: blackbox: Abort blackbox logging on ringbuffer overwrite reclaim errorHigh: ipcs: Api function allowing server to retrieve client connection\'s ipc buffer sizeLow: ringbuffer: Abort during chunk reclaim if OVERWRITE flag is set and reclaim fails.High: blackbox: unique blackbox ringbuffer files per pidLow: ipc_socket: Fixes fd leak in socket ipc client disconnectionUse sizeof to get the correct size of the sockaddr_un sun_path member in a portable way. Fixes corosync on Mac OS X.Detect the max signal value that can be used using NSIG macroAvoid double-decrement of level->todo
* Thu Aug 01 2013 David Vossel - 0.16.0-1Bump version to 0.16.0 ... do not use version 0.15.0Update release gpg sign keyBump the version to 0.15.0Merge pull request #83 from davidvossel/masterLow: ipc_socket: Output send event failure as debug instead of errorLow: ipcserver.c: Fix example server\'s glib mainloop implementationHigh: ipc_socket.c: Detect EOF connection on connection STREAM socketMerge pull request #81 from davidvossel/dgram_max_msgLow: tests: Add dgram max size detection testLow: ipc_socket.c: Handle the unlikely event of an EAGAIN or EINTR during dgram max size detectionMerge pull request #82 from davidvossel/masterFixes detect disconnect on send for tcp exampleFixes sem leakFixes less-than-zero comparision of unsigned intfixes double closeFixes double closeFixes double fd closeFixes fd leakPrevent use after free in benchmark utilFixes use ater free in shm disconnectFixes use after free during ipcs client disconnectRemove dead codeLow: check_ipc.c: Verify dgram max size during testsHigh: ipcc: Add abilty to verify dgram kernel buffer size meets max msg valueFixes travis build errorMerge pull request #80 from davidvossel/masterLow: check_ipc.c: fix debug message to only display once.High: ringbuffer: Make max_size of ringbuffer accurate so shm ipc max msg size value is honoredLow: ipcs: For shm ipc, always retry outstanding notifications when next event is sentLow: tests: Added test to verify sending ipc msg equal to max size succeedsMerge pull request #79 from davidvossel/masterMerge pull request #78 from davidvossel/masterFix: ipcs: Fixes compile time issue reported by travisMerge pull request #77 from davidvossel/stress_tests_fixesLow: loop_pool_kqueue: remove potentially noisy dbug statementLow: tests: rework bulk event msg ipc testAccount for fbsd ENOBUFS during stress testLow: tests: Adds ipc event stress test to testsuiteLow: ipc_socket: In fbsd send() returns ENOBUFS when dgram queue is full, this should be treated similar to EAGAINHigh: kqueue: Properly enable kqueue filter in poll loopLow: ipcs: Attempt to resend outstanding event notifications during event sendMerge pull request #75 from davidvossel/ref_count_cleanupLow: qbipcs.h: update ipcs connection iterator documentationMerge pull request #74 from davidvossel/ref_count_cleanupFix: ipcs: Disconnect shm ipc connection when poll socket returns error on msg receiveFix: ipcs: Properly disconnect client connection on POLLNVAL or any other error causing connection removal from mainloop.Simplify internal ipcs ref counting, add comments and document api behaviorSimplifies connection ref counting without changing behaviorLow remove ref-count error in example ipcserver.Merge pull request #73 from davidvossel/ref_count_cleanupMerge pull request #72 from davidvossel/masterLow: tests: Verify reading valid blackbox file worksFix: refcount leakFix: ringbuffer: Add file header version field and detect reading corrupted blackbox files using hash valueFix: tests: On some platforms -ECONNRESET is returned rather than -ENOTCONN after server failureFix: tests: Make blackbox_segfault.sh not depend on bashHopefully this is the last travis link fixFix travis icon (travis is case sensitive)Fix the github linksMerge pull request #70 from yuusuke/fix_loggingfix a problem when the character string beyond the number of the maximum characters is passedMerge pull request #68 from r1mikey/upstreamAdd a IPC service context pointer and accessors from both the connection and service level.Enable distcheck on the travis testsAdd atomic_int.h to noinst_HEADERSUse the new atomic ops in the ringbufferAdd internal support for the new __atomic gcc builtinsRename the configure macros from atomic to syncringbuffer: use atomic ops on ringbuffer chunk magicRemove some test code mistakenly committed to the example program.IPC: make each connection ref the owning serviceIndicate when/why qb_rb_force_close() fails to remove share memory filesTypo fixed in configureFix \"make srpm\"Remove doxygen from travis deps to try and get the job working.Fix make distcheckMerge pull request #60 from t-matsuo/fix-makefile-of-testsadd file_change_bytes into check_PROGRAMS and fix a typoDeal better with corrupt blackbox files.Merge pull request #58 from inouekazu/fix_connection_state_checkingIPC: fix the connection state checkingLOG: copy the function/filename for dynamic callsitesDeal with /dev/shm issue on Travis buildersProperly discover SO_NOSIGPIPE and MSG_SIGNALIPC: fix call to QB_SUN_LENlist: don\'t splice empty lists onto the head.rpl_sem: make destroy more complianttest: fix unused-but-set-variable warningtest: fix missing-format-attribute warningRB: make the \"sem\" abstraction into a notifierIPC: clean up the connection state checkingUse dgram sockets for message oriented communicationsIPC: don\'t interpret EMSGSIZE and ENOMSG as a disconnectPOLL: prevent a spin if the fd is not removed from the mainloopadd TAGS and ~ files to .gitignoredocs: install qb-blackbox.8 if doxygen is not available.IPC: seperate ipc_us.c into 2 filesIPC: move utility functions to unix.cIPC: make sure we return a consistent error when the message is too big.
* Thu Feb 14 2013 Fedora Release Engineering - 0.14.4-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Jan 17 2013 Angus Salkeld - 0.14.4-1LOG: prevent the last char of the blackbox message from getting lost.Example: make the blackbox example more practical.Add the processing which remove notifier at skiplist_destroy functionAdd the processing which remove hash node and notifier at hashtable_destroy functionUnify to QB_TRUE/QB_FALSE a boolean valueDocument the default prefix in INSTALLUnify the list processing with qb_list functionAdd travis link to the readme.Fix return code which is an error occurred at pthread functionTEST: add a progam to compare the speed of vsnprintf and qb_vsnprintf_serializeLOG: add a test for a padded hex int.Fedora\'s splint has a strange syntax error, don\'t fail on it.LOG: fix truncation in some messages that get padded.Fix the blackbox formatter when specifing the string len/precisionFix strlcpy and strlcat functionsIPC: don\'t over log on disconnectMake sure we don\'t use the format string whilst it is getting changed.ptrie: deref the current node in trie_iter_free()LOG: fix the format comparison to avoid generating multiple entries.LOG: set the return code when calloc failsIPC: call poll if we are mid message and get EAGAINRemove extra \";\"IPC: set the error more correctly when qb_sys_mmap_file_open() fails.Make sure that mmap\'ed files smaller than a page size are written to.example/test: check for error in qb_ipc_run()example: check for error in qb_ipc_run()TEST: fix typo s/,/; in check_ipc.c
* Mon Oct 29 2012 Angus Salkeld - 0.14.3-2Fix test code highlighted by new check versionRemove the call to autogen.sh - not needed anymore.
* Mon Oct 29 2012 Angus Salkeld - 0.14.3-1IPC: Pass the timeout to poll() if the recv function returns EAGAINLOG: make the format comparison safe and saneLOG: don\'t break on empty callsites, just ignore themLOG: use the array callback to register new callsitesarray: add a mechanism to get a callback when a bin is allocatedSolaris based operating systems don\'t define MSG_NOSIGNAL and SO_NOSIGPIPE.Make sure atomic\'s are initialized (for non-gcc atomic).
* Wed Sep 12 2012 Angus Salkeld - 0.14.2-2Fix a crash in ptrie if you iterate over the map in the deleted notifier.
* Mon Sep 10 2012 Angus Salkeld - 0.14.2-1Get libqb building on cygwin.ipc_us: slightly more robust cmsg handlingipc_us: on Linux, set SO_PASSCRED on the sending socket tooipc_us: clear request unused fieldsTEST: Include writing and reading the blackbox in the log_long_msg testLOG: fix qb_vsnprintf_deserialize()blackbox: fix 64-bit big-endian issuesRemove IPC_NEEDS_RESPONSE_ACK and turn off shm ipc on solarisDefine unix path max for openbsdOnly turn on ipc_needs_response_ack=yes for solarisSome improvements to kqueue usage.kqueue: drop log message to trace.Fix splint warningopenbsd requires netinet/in.h before arpa/inet.hAvoid strcpy() use strlcpy() instead.Fix kqueue complile warningsopenbsd doesn\'t have EBADMSGopenbsd has a different UNIX_PATH_MAXLOG: change qb_vsprintf_serialize() into qb_vsnprintf_serialize()TEST: increase timeout to 6 secs as the recv timeout is 5 secsTEST: get the logic right - grrr.Turn off attribute_section on netbsdSome missing pshared semaphore checksCleanup the checks for pshared semaphoresAdd a config check for pthread_mutexattr_setpsharedRemove uses of timersub and use qb_util_stopwatchRB: change the #error to ENOTSUP if no usable shared process semLOOP-KQUEUE: fix reference before assignment.build: fix libqb.pc creation and make maintainer-cleanLOG: Make sure the semaphores are initialized.build: remove bashism in cc support checkCatch disconnected sockets on SolarisDon\'t free rb->shared_hdr in qb_rb_create_from_file()Check error return of qb_ipcs_uc_recv_and_auth()Fix removal of automatically installed doc files when building rpmsAdd the mailing list to the travis email notifications.Work around debian not setting the arch path in splint.Remove color-tests and parallel-tests automake options.Add travis continuous integration configLOG: Invoke custom log filter function if tag changestests/rbwriter: don\'t ignore write failureipcs: avoid use-after-free for size-0 || disconnect-request
* Wed Jul 18 2012 Angus Salkeld - 0.14.1-1RB: set the new read pointer after clearing the header (#839605).RB: improve the debug print outsRB: be more explicit about the word alignmentRB: cleanup the macros for wrapping the indexRB: use sem_getvalue as a tie breaker when read_pt == write_ptRB: if read or peek don\'t get the message then re-post to the semaphoreRB: convert the rb_peek() status into a recv like status.RB: use internal reclaim functionIPC: use calloc instead of malloc to fix valgrind warningsUpgrade the doxygen config.Fix a valgrind error.
* Sun Jun 24 2012 Angus Salkeld - 0.14.0-1LOG: fix threaded logging.Add user control of the permissions that are set on the shared mem filesLOG: Restrict string trucation during serialization to when a precision is specifiedLOG: Gracefully fail when the caller exceeds QB_LOG_MAX_LENLOG: Observe field widths when serializing string argumentsRB: use the same mechanism in reclaim as read/peek to detect end-of-ringAdd needs_response_ack option to ./checkRB: fix wrong sem_flg IPC_NOWAIT optionTESTS: fix warning about unused functionsRemove D_FORTIFY_SOURCE from check.Open shared mem file in /dev/shm only for linuxDon\'t use msg_flags on solaris (recvmsg).Turn off attribute_section on solarisipc example: add -e (events) optionIPC: if the server returns EAGAIN or ETIMEOUT the check the connectionLOG: make it possible to fsync() on each file log.IPC: make sure that the created callback happens before dispatchesLOG: fix the printing of %p in the blackboxIPC: On bsd\'s use the notifier for responsesIPC: interpret ECONNRESET and EPIPE as ENOTCONNcleanup some warningsconfig: use newer AC_COMPILE_IFELSE()blackbox: fix %p formattingLOG: put all fields in the blackbox (added priority and tags)example: make the priority uint8_tRemove strerror out of check_funcsRB: fix compiler warning.Add replacement function stpcpyAdd missing AC_TYPE_UINT16_T to configure.acUse AC_FUNC_STRERROR_R and STRERROR_R_CHAR_PAdd stpcpy strcasecmp to the check_funcsMove some conditional defines into code (from the configure script)Remove some unused configure checksRemove message queuesCheck for union semun properlyBlackbox: provide more space for log messages when reading from the blackbox.Add the blackbox reader manpage to the spec fileEnable error logging for the blackbox readerRB: Read the file size into an initialized variable of the correct sizeAdd a tool to dump the blackbox.RB: to be safer save the read and write pointers at the top of the blackboxavoid unwarranted use of strncpy: use memcpy insteadblackbox: fix the print_from_file()RB: add an option to not use any semaphoresLOG: tweak the blackbox format stringLOG: accept NULL strings into the blackboxLOG: protect close and reload from calling logAdd benchmark option (-b) to examples/ipcclientTEST: make rbreader/writer more like the other benchmarking appsIPC: log the connection description in all logsTEST: re-organise the ipc test suitesIPC: only modify the dispatch if we get EAGAINCorrectly display timestamp in blackbox
* Thu May 10 2012 Angus Salkeld - 0.13.0-1- Remove unneccessary __attribute__ ((aligned(8))) from internal headers- IPC: add a new function to get (and alloc) the extended stats.- Revert \"Add the event queue length to the connection stats.\"- IPC: cleanup better on a failed client connect.- IPC(soc): be more consistent with control struct size- IPC: kill a compiler warning- IPC(soc): pass in the correct size into munmap()- TEST: Use /bin/sh not /bin/bash- TEST: check for lost shared mem on bsd too- rb: cleanup the semaphores- Fix some small issues in ./check- Cleanup the .gitignore files- configure.ac tweaks- Remove HZ and use sysconf instead.- SUN_LEN() macro is present if __EXTENSIONS__ is defined on Illumos- PF_UNIX is a POSIX standard name- Test for log facility names- IPC: drop log message to debug.- IPC: fix retrying of partial recv\'s and sends.- IPC: initialize enough shared mem for all 3 one way connections.- IPC: keep retrying to recv the socket message if partially recv\'ed (part 2)- IPC: keep retrying to recv the socket message if partially recv\'ed- IPC: handle the server shutdown better- IPC: handle a connection disconnect from the server better- IPC: make it possible to send events in the connected callback.- Add the event queue length to the connection stats.- IPC: add a is_connected client side function.- Fix typo in ./check- docs: clarify the need to use request/response headers- Remove unused local variable- IPC: change the socket recv function to read the response header.- Add some special commands into the ipc example- TEST: improve the tracing in the ipc tests.- Make \"make (s)rpm\" work more reliably- TEST: add a test to confirm we get the events we send.- TEST: reuse send_and_check for events.- IPC: make it possible for a root client to talk to a non-root server.- Run ./Lindent in the examples directory- Add some debug code to the ipcclient example- IPC: make sure ipc (socket) clients can connect to a server running as root.- IPC: allow qb to bump the max_message_size- IPC: check for a sane minimum max_message_size- add rpl_sem.h loop_poll_int.h to noinst_headers- Handle errors more consistently- call recv_ready on socket types- Handle a recv of size 0- make bsd shm path better by default.- Fix kqueue on freebsd.- Get the example socket includes right.- Fix kqueue compiling.- POLL: seperate out the poll/epoll and add kqueue- Test existence of getpeer
* functions- Add inet header to tcpclient example- Don\'t link with setpshared if unavailable- NetBSD doesn\'t have semun defined- Use MADV_NOSYNC only on systems where available- Use SCHED_BATCH only on platforms where available- Fix a bug introduced by the bsd patch.- Cleanup the selection of semaphores to use- Fix some leaks in the logging.- Try and improve the portability on bsd variants.
* Sun Mar 11 2012 Angus Salkeld - 0.11.1-1- configue libqb to not use epoll as it seems broken (#800865)- LOOP: remove some old timerfd code.- TEST: add a test to check the order of the jobs- LOOP: when new jobs are added they are added to the head instead of the tail.- LOG: Now the array is self locking we can make the lookup array dynamic- Add locking to the array when growing.- IPC: make the _request_q_len_get() function more obvious.- IPC: fix multiple receives from qb_ipc_us_recv()- IPC: make sure that the wrong union member is not written to.- TIMER: check for null timer handleWed Mar 7 2012 Angus Salkeld - 0.11.0-1- ARRAY: cleanup the pointer sizeof()- LOG: turn off __attribute__(section) for powerpc (not working)- TESTS: move the util tests into \"slow-tests\" (i.e. optional)- TEST: make the test_priority the same type as in the callsite- LOG: make the log arrays manually grow-able since we need to lock the calls.- RB: fix test failure on ppc- RB: change the name of the size to word_size to be more clear- TEST: add some more signal tests.- LOOP: fix deletion of signal handlers when they are pending- LOOP: signal handlers were always added as high priority.- TEST: deal with mac\'s limited sed- check: add debugging to the configure options and remove unused options- TEST: properly clear the filters- LOG: expose the mechanism to get a dynamic callsite.- Revert part of my COARSE grained timer commit- Remove timerfd usage and go back to timelist.- UTIL: if possible use COARSE resolution clocks - they are much faster.- ARRAY: save memory (in the bins array) and allow holes in the array- LOOP: add qb_loop_timer_is_running()- LOOP: allow stop() and run() to be called with NULL loop instance.- LOOP: fix doxygen parameter comment- LOG: add stdout target- LOOP: add a function to delete jobs- LOG: remove debug printf\'s- LOG: remove an old/incorrect doxygen comment.- LOG: add a hostname %H format specifier.- LOG: Add qb_log_filter_fn_set()
* Tue Feb 14 2012 Angus Salkeld - 0.10.1-1- Fix \"make distcheck\" add include path to AM_CPPFLAGS- Bump the version to 0.10.1- clang: Remove unused code- TEST: make the ipc failure test closer to corosync\'s case.- RB: add a debug message if trying to read a message of the wrong size- IPC: split up the recv into chuncks of 2 seconds. (#788742)- Be more consistent with the internal logs.- LOOP: make it possible to pass in NULL as the default loop instance- RB: use the proper struct not the typedef in the implementation.- RB: Fix potential mem leak- Don\'t mix enums (QB_TRUE/TRUE)- use random() not rand()- Remove dead code- set umask before calling mkstemp()- Use safer versions of string functions (strcpy -> strlcpy)- Increase the coverity aggressiveness- TEST: make the loop ratelimit test more forgiving.
* Tue Feb 07 2012 Angus Salkeld - 0.10.0-1- LOOP: handle errors from the poll function- LOOP: make the item type applicable to jobs too.- LOOP: fix the todo calculations.- TEST: check for a single job causing a cpu spin- LOOP: prevent jobs from consuming too much cpu.- Get coverity to ignore this warning.- Change example code to use fgets instead of gets- LOG: pass the result of qb_log_thread_start() back to the user- Fix some issues found by clang- Add clang-analyzer check- Add a split timer to the stopwatch.- IPC: merge common code into new function- IPC: better handle a disconnect been called from within connection_created()- IPC: fix scary typo- IPC: fix server error handling
* Mon Feb 06 2012 Angus Salkeld - 0.9.0-2- Fix a spin in the mainloop when a timer or poll gets removed When in the job queue (#787196).
* Fri Jan 27 2012 Angus Salkeld - 0.9.0-1- Rebased to 0.9.0
* Tue Jan 10 2012 Angus Salkeld - 0.8.1-2- fix qb_timespec_add_ms()
* Thu Jan 05 2012 Angus Salkeld - 0.8.1-1- Rebased to 0.8.1 (#771914)
* Thu Nov 17 2011 Angus Salkeld - 0.7.0-1- Rebased to 0.7.0 (#754610)
* Thu Sep 01 2011 Angus Salkeld - 0.6.0-2- LOG: fix the default syslog filter
* Tue Aug 30 2011 Angus Salkeld - 0.6.0-1- Rebased to 0.6.0 which includes (#734457):- Add a stop watch- LOG: serialize the va_list, don\'t snprintf- LOG: change active list into array access- atomic: fix qb_atomic_pointer macros- LOG: allow the thread priority to be set.- Fix splint warning on ubuntu 11.04
* Mon Jul 18 2011 Angus Salkeld - 0.5.1-1- Rebased to 0.5.1 which includes:- LOOP: make the return more consistent in qb_loop_timer_expire_time_get()- LOG: add string.h to qblog.h- Add a qb_strerror_r wrapper.- don\'t let an invalid time stamp provoke a NULL dereference- LOG: move priority check up to prevent unnecessary format.- rename README to README.markdown
* Wed Jun 08 2011 Angus Salkeld - 0.5.0-1- Rebased to 0.5.0 which includes:- new logging API- support for sparc- coverity fixes
* Tue Feb 08 2011 Angus Salkeld - 0.4.1-2- SPEC: improve devel files section- SPEC: remove global variables
* Mon Jan 31 2011 Angus Salkeld - 0.4.1-1- SPEC: add procps to BuildRequire- SPEC: remove automake and autoconf from BuildRequire- SPEC: remove call to ./autogen.sh- SPEC: update to new upstream version 0.4.1- LOOP: check read() return value- DOCS: add missing AATTparam on new timeout argument- BUILD: only set -g and -O options if explicitly requested.- BUILD: Remove unneccessary check for library \"dl\"- BUILD: improve the release build system
* Fri Jan 14 2011 Angus Salkeld - 0.4.0-2- remove \".\" from Summary- Add \"check-devel to BuildRequires- Add \"make check\" to check section- Changed a buildroot to RPM_BUILD_ROOT- Document alphatag, numcomm and dirty variables.
* Sun Jan 09 2011 Angus Salkeld - 0.4.0-1- Initial release
 
ICM