You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
(1) |
Apr
(2) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(2) |
2004 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(2) |
Dec
(5) |
2006 |
Jan
(4) |
Feb
(5) |
Mar
(7) |
Apr
(1) |
May
(2) |
Jun
(4) |
Jul
(2) |
Aug
|
Sep
(2) |
Oct
(9) |
Nov
(8) |
Dec
(30) |
2007 |
Jan
(28) |
Feb
(28) |
Mar
(26) |
Apr
(68) |
May
(74) |
Jun
(90) |
Jul
(159) |
Aug
(77) |
Sep
(32) |
Oct
(27) |
Nov
(14) |
Dec
|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Branden A. <b.m...@gm...> - 2020-08-09 06:33:15
|
Hi, This release addresses the fail* macro regression from 0.15.1. Please test it out and report any problems you might have. https://github.com/libcheck/check/releases Thanks, Branden Fri Aug 7, 2020: Released Check 0.15.2 based on hash 4ed1ae13fdfd3033a83c06a6abd9276128944074 * Fix fail* APIs, regression from 0.15.1 Issue #298 |
From: Branden A. <b.m...@gm...> - 2020-07-22 14:25:55
|
Hi all, This release addresses a few bugs related to warnings from Check's macros. Please test it out and report any problems you might have. https://github.com/libcheck/check/releases Thanks, - Branden * Fix warning in ptr macros with pointer to integer cast Issue #284 * Fix various warnings in Check's unit tests Issue #283 * Replace gnu_printf with printf in format __attribute__ Issue #282 * Fix warnings from Check's macros: "warning: too many arguments for format" Issue #274 * Fix format specifiers that do not match the argument types Issue #271 |
From: Branden A. <b.m...@gm...> - 2020-06-21 20:51:03
|
Hi all, This release adds mutual exclusion support for Windows. Please test it out and report any problems you might have. https://github.com/libcheck/check/releases Thanks, Branden Sun June 21, 2020: Released Check 0.15.0 based on hash 18d83fb9bab41b7bfb6535ed44c131004d01d5ad * Define CK_ATTRIBUTE_FORMAT for GCC >= 2.95.3, to make use of ‘gnu_printf’ format attribute Issue #249 * Refactor tests to fix signed - unsigned conversions Issue #249 * Refactor some Check internals to use proper interger types Issue #250 * Implement missing mutual exclusion for Windows hosts Issue #257 |
From: Branden A. <b.m...@gm...> - 2020-01-26 18:03:04
|
Hi all. This release adds support for CMake's FetchContent. Changes: - Add support for FetchContent in CMake Issue #238 <https://github.com/libcheck/check/issues/238> - Rename CMake project from 'check' to 'Check' Issue #232 <https://github.com/libcheck/check/pull/232> - Fix for checking for wrong tool when building docs in Autotools Issue #231 <https://github.com/libcheck/check/pull/231> - Fix compiler warning with printf format Issue #233 <https://github.com/libcheck/check/pull/233> If there are projects which are interested in using FetchContent, let us know any feedback you may have on Check's implementation. The release can be found on the project's GitHub page: https://github.com/libcheck/check/releases - Branden |
From: Branden A. <b.m...@gm...> - 2019-10-23 14:56:06
|
Hi, This release adds additional support for CMake, along with a few other small improvements. The release can be found on GitHub at: https://github.com/libcheck/check/releases Please test it out and report any problems you may have. Change summary: - configure: optional build documentation Issue #206 <https://github.com/libcheck/check/issues/206> (GitHub) - missing <unistd.h> in some files Issue #196 <https://github.com/libcheck/check/issues/196> and Issue #186 <https://github.com/libcheck/check/issues/186> (GitHub) - Various documentation improvements - END_TEST is now optional, as how START_TEST works has been redone Issue #158 <https://github.com/libcheck/check/pull/158> - Various CMake related changes: - Support exporting Check to other projects with CMake 3 Issue #185 <https://github.com/libcheck/check/pull/185> - Shared library support for Visual Studio Issue #220 <https://github.com/libcheck/check/pull/220> - Fix wrong library filename Issue #226 <https://github.com/libcheck/check/pull/226> - Add support for CMake package registry Issue #227 <https://github.com/libcheck/check/pull/227> - CMake build type can now be debug or release Issue #228 <https://github.com/libcheck/check/pull/228> - Add checkmk to CMake build. - Branden |
From: Branden A. <b.m...@gm...> - 2017-10-20 20:31:07
|
This release of Check adds or improves support for a few Windows compilers as well as adds a new API for configuring the maximum error message size. Please test it out and report any problems you might have. https://github.com/libcheck/check/releases Thanks, - Branden Fri Oct 20, 2017: Released Check 0.12.0 2017-10-20 10:00:00 +0000 based on hash c472c743d7c9f01ae9ea6a0e8e08132251b62abd * Fix out-of-tree builds with CMake. Issue #86 * Fix issue found with Clang regarding invalid suffix on a literal Issue #110 * Check now responds to a few errors in a more clear way when it cannot run tests. PR #122, #123 * Fix missing pid_t definition in check.h on Windows Issue #78 * The maximum message size of check assertions is now configurable. Issue #127 * Check support added for Visual Studios 2010, 2012, 2013, 2015, and 2017 both for x86/64 and ARM. PR #129, Issue #125 * Changed license of example CMake files to BSD (was previously LGPL). Issue #131 * Fix issue with floating point macros on MinGW Issue #101 |
From: Branden A. <b.m...@gm...> - 2016-12-17 23:47:10
|
This release of Check adds several new macros for comparing different types of data, as well as bug fixes and other improvements. The release is available on the GitHub release page, here: https://github.com/libcheck/check/releases Please report any issues, suggestions for improvements, or pull requests to the GitHub project. Changes: - Avoid issue in unit test output checking where a shell's built-in printf command does not work properly, but the printf program itself is correct. - Emit only valid XML characters in XML logging (assumes ASCII encoding). Bug #103 - Add LGPL header to files where it was missing; update FSF address in LGPL headers Bug #110 - Strip timestamps from examples using filterdiff if available. This allow build output to be reproducible. Bug #112 - Use double slash for regular expressions in checkmk for better Solaris support. - Improve CMake build files for better Visual Studio 2015 support. Pull Request #19 <https://github.com/libcheck/check/pull/19> - Fix potential SIGSEGV in Check related to the disk filling up during a test. Pull Request #21 <https://github.com/libcheck/check/pull/21> - Support added for applying tags to test cases and selectively running test cases based on tags. Pull Request #44 <https://github.com/libcheck/check/pull/44> - Macros for comparing memory regions (ck_assert_mem_eq, ck_assert_mem_ne) have been added. Pull Request #64 <https://github.com/libcheck/check/pull/64> - Macros for comparing floating point numbers have been added. Pull Request #69 <https://github.com/libcheck/check/pull/69> - Macros for comparing string, but allowing for NULL (ck_assert_pstr_eq, ck_assert_pstr_ne) have been added. Pull Request #80 <https://github.com/libcheck/check/pull/80> - Macros for checking if a pointer is NULL or not have been added. Pull Request #87 <https://github.com/libcheck/check/pull/87> Thanks to everyone who has contributed to this release! - Branden |
From: Branden A. <b.m...@gm...> - 2015-12-24 19:32:32
|
Hello all! This announcement is to let everyone know that the Check project is moving to GitHub. Effective immediately the Check webpage can be found here: http://libcheck.github.io/check/ and the project page, where the source code can be found, is here: https://github.com/libcheck/check The Check webpage on SourceForge now points to the GitHub webpage. All past releases will remain on SourceForge, however the current and future releases will appear on GitHub here: https://github.com/libcheck/check/releases The SourceForge mailing list will remain the main way to contact developers on the project. For future bug reports, kindly log them on GitHub here: https://github.com/libcheck/check/issues Contributions are still welcome to the project! To submit a patch, please following the pull request workflow on GitHub. This involves forking the Check repository, adding changes, then submitting a pull request. Further details can be found here: https://help.github.com/articles/using-pull-requests If there are any questions, let us know! Thanks, - Branden |
From: Branden A. <b.m...@gm...> - 2015-08-02 19:59:37
|
Greetings, Today, check-0.10.0 is released. In addition to a few bug fixes and improvements, the handing of Check when compiled without fork() has changed slightly. Several API calls in the past would intentionally result in errors when they required fork() to make sense. However this has been changed to instead ignore the call. This should help improve unit test interoperability between *nix and Windows. Please test it out and report any problems you might have. http://prdownloads.sourceforge.net/check/check-0.10.0.tar.gz?download Thanks, Branden Sun Aug 2, 2015: Released Check 0.10.0 based on r1217 (2015-08-02 19:21:14 +0000) * CMake on MinGW and MSVC was unable to find time related types because time.h was not included. This header is now included for the checks. Patch #53. * If the test runner process catches a SIGTERM or SIGINT signal the running tests are now also killed. Patch #52. * If Check is compiled without support for fork(), the behavior of functions which require fork() to be useful have been changed. Functions that attempt to set CK_FORK mode are no-ops, check_fork() returns in failure, and check_waitpid_and_exit() exits in failure. * Add space around operators in assert messages for readability. Bug #102. * Use mkstemp() if available instead of tmpfile() or tempnam(). Patch #51. * Fix issue with string formatting in ck_assert(), where using the % operator would be interpreted as a string formatter. Bug #96. * In nofork mode, the location of a failed assertion within a test case was lost if that test case has a checked teardown fixture (even if that fixture function is empty). This is now fixed. Bug #99 |
From: Branden A. <b.m...@gm...> - 2014-07-26 15:18:35
|
Hi all! This release of Check fixes a few issues that were found on the Solaris and AIX platforms; resolving these Check now successfully compiles and tests on these platforms. In addition, a few bugs were resolved and additional unit tests enabled. Please test it out and report any problems you might have. http://prdownloads.sourceforge.net/check/check-0.9.14.tar.gz?download Thanks, Branden Sat July 26, 2014: Released Check 0.9.14 based on r1174 (2014-07-03 18:43:49 +0000) * Changes to (unofficially for now) support Solaris and AIX platforms. * Fix issue with checked teardown functions in CK_NOFORK mode. If the teardown function called an assertion that failed, an infinate loop would result. Bug#98. As a result of the change, for now checked teardown functions that fail in CK_NOFORK mode will not cause the test to fail. * Allow checked fixtures when compiled without fork(). Previously such setup/teardown functions were disabled, as the full contract for checked fixtures could not be honored. Checked fixtures in CK_NOFORK mode are now closer to the contract, and are now enabled. * Various code cleanup, including changes for compiling Check on c++ compilers Clang and g++ (which are less forgiving than their c counterparts). * Re-enable internal unit tests, which verify which line numbers are reported for unit test failures. (The tests were unintentionally disabled in a previous release). |
From: Branden A. <b.m...@gm...> - 2014-05-31 00:47:38
|
Hey all! This release addresses a few bugs, some of which address Windows support. In addition, there is now a sample CMake project to follow for Visual Studios or MSVC projects. Please test it out and report any problems you might have. http://prdownloads.sourceforge.net/check/check-0.9.13.tar.gz?download - Branden NEWS: Fri May 30, 2014: Released Check 0.9.13 based on r1137 (2014-05-26 21:03:09 +0000) * When a test assertion fails, exit() was invoked. This results in any registered exit handlers being invoked. A test should not be relied upon to clean up if it fails. Instead, _exit() will be used to signal a test failure, to prevent exit handlers from being invoked. * Fix issue with string formatting in ck_assert_(u)int_* calls, where using the % operator would be interpreted as a string formatter. Bug #96. * If the LOG/XML/TAP file name is set to "-" either through the srunner_set_log() srunner_set_xml() or srunner_set_tap() calls or through the related environment variables, the logged data will be printed to stdout instead of a file. This is mainly to support using TAP for fixtures which expect the results to be reported via stdout. However, it is available via all of Check's logging modalities. * For CMake builds, check_stdint.h was not being installed. This is now fixed. * Check's example under doc/example now also works for CMake projects using Visual Studios and MSVC. This includes an example CMake configuration. |
From: Branden A. <b.m...@gm...> - 2014-01-21 04:08:51
|
Hi, This release in addition to fixing a few bugs and officially adds support for MSVC on Windows using either Visual Studios or command line tools. The new Check website now has a section for installation instructions on the various platforms that Check supports. For information on compiling on any of Check's supported platforms, including compiling with MSVC on Windows, please click on the "Install" tab on Check's main web page. Please test the release out and report any problems you might have. http://prdownloads.sourceforge.net/check/check-0.9.12.tar.gz?download Thanks, Branden Mon Jan 20, 2014: Released Check 0.9.12 based on r1054 (2014-01-16 23:08:03 +0000) * Additional unit tests created for internal and external Check APIs. * Check now compiled on Windows using MSVC when using CMake and NMake. All unit tests pass, though shell script based ones need to be run in the MSYS environment. * Check now compiles on Windows using Visual Studio 10 when using CMake. check_check passes when run from Visual Studios. * Always capture the start and end times of tests when using NO_FORK mode. Previously the end time was not captured, resulting in arbitrary durations being recorded when tests failed. Bug #87. * Added additional configure script checks for support of timer_create() on the target system. This allows for OpenBSD to compile and run all Check's unit tests successfully. * Added a unit test, check_mem_leaks, which can be used against valgrind to test for memory leaks. No memory leaks were found. * Added tcase_add_loop_test support in checkm. Patch from patches #46. * Add support for logging in Test Anything Protocol (TAP) format. * Refactor Check's assertions to be more like the assert() call in assert.h, in that static source code analyzers can use gcc attributes in the header to make assumptions about the flow of the code. See feature request #29. * fix ck_assert_ptr_* causing const compilation warnings. Patch from bug #91. |
From: Branden A. <b.m...@gm...> - 2013-11-05 02:59:58
|
Hi, This release of check brings official support to Windows using the Cygwin and MinGW platforms. Please test it out and report any problems you might have. http://prdownloads.sourceforge.net/check/check-0.9.11.tar.gz?download Thanks, Branden |
From: Fredrik H. <fre...@ax...> - 2013-04-18 12:58:08
|
Hi! A new release of check is here! The main new stuff is: * Test timeouts can now be in nanosecond precision * OSX compatibility * Additions to the new Check API: ck_assert_ptr_(eq|ne) ck_assert_uint_(eq|ne) * and a bunch of internal cleanup and bugfixes... Please test it out and report any problems you might have. http://sourceforge.net/projects/check/files/check/0.9.10/ Thanks, Fredrik Hugosson NEWS Thu, Apr 18, 2013: Released Check 0.9.10 based on r743 (2013-04-18 11:27:03 +0200) * Support 64bit int for __ck_assert_int. Patch from bug #3599471 * Add equivalent uint variants for __ck_assert_int. Patch from bug #3600433. * Detect if the system has a C99 compliant version of the printf related functions for check to use, and if not use an implementation provided by check. * Updated HACKING and release procedure in Makefile.am. * Detect if the system has clock_gettime() available, and if not use an implementation provided by check. clock_gettime() is used to measure test durations. The implementation for OSX uses OSX specific system calls to get the time. For all other systems, clock_gettime() does nothing. * Updated documentation in check.h to reference new check API. * Remove usage of deprecated fail(), fail_if(), and fail_unless() calls from check's unit tests. * Fix implementation of putenv in check's libcompat for systems that do not provide it. * Fix implementation of unsettenv in check's libcompat for systems that do not provide it. * Improvements to the new Check API: new comparison functions for pointers: ck_assert_ptr_(eq|ne). * Test timeouts can now be in nanosecond precision. The tcase_set_timeout call, and CK_DEFAULT_TIMEOUT and CK_TIMEOUT_MULTIPLIER environment variables now can accept floating point arguments. * Cleanup compile warnings, patch #3579199 on SF. * Renamed Check's internal list functions to start with check_, patch #3448601 on SF. |
From: Fredrik H. <fre...@ax...> - 2012-10-22 14:53:25
|
Hi! After a long wait we have a new release of check! The new features are: * The new check API, ck_assert...(), is now the primary API, and usedto define the old fail...() API. Please see the documentation for help on using the new API. * XML output is now well-formed * The duration measurement for suites work * Duration for each test is measured and printed in the XML output * Log file names can be set via environment variables * And lots of small fixes and documentation updates, see NEWS below. Please test it out and report any problems you might have. http://sourceforge.net/projects/check/files/check/0.9.9/ Thanks, Fredrik Hugosson NEWS Mon, Oct 22, 2012: Released Check 0.9.9 based on r637 (2012-10-22 13:54:14 +0200) * Measure test duration and print in XML output. Feature request #3521371 on SF, but reimplemented. * Added contrib/XML_for_JUnit.xsl from feature request #3521371 on SF. * Added support for setting log files via environment variables. Patch #3576713 on SF. * Added better pkg-config and subunit support, patch #3417041 on SF. * Make tests/test_vars.in bourne shell compatible, bug #3472578 on SF. * Added ck_ prefix to mutex_lock variable, to avoid name clash on Solaris. Solves bug #3472574 on SF. * In autoconf, request system extensions to generate 64-bit safe code, solution from patch #2803433 on SF. * Fix for mutex deadlock when killing threads, patch #3564640 on SF. * Make XML output well-formed, solution from patch #3575642 on SF. Solves bug #3485651 also. * Fix buggy duration calculation, bug #3575451 on SF. * A more complete CMake / MSVC patch for those interested in pursuing Windows development with Check and Visual Studio. See patches/mloskot.windows.patch. * Added instructions for improving the speed and output of `make check' when using Automake. See contrib/improved_make_check/. * Added a chapter in the documentation for selective running of tests. * Changed how the message pipe is read. Before, the whole file was copied to RAM with realloc, giving problems with huge allocations for repetetive tests, the problem was visible for a specific GStreamer test case. * Improvements to the new Check API: documentation, macros that allow multiple evaluation, unit tests, and new ck_assert_(str|int)_(lt|le|gt|ge) comparison functions. * Made the new Check API primary and use it to define macros from old Check API * Added checkmk, a tool for reducing "boilerplate coding" when writing unit tests with check. * Added xslt link to xml output, added display of iteration field into xslt stylesheet and moved it to directory accessible from web page root * Added longjmp to fail function to ensure that no code will be executed in test function after failed assertion * Fix dead assignments and several possible NULL pointer dereferences |
From: Robert C. <ro...@ro...> - 2009-09-23 11:12:01
|
This is a udpated release of most of a years work! Enjoy :) Please test it out and report any problems you might have. http://prdownloads.sourceforge.net/check/check-0.9.8.tar.gz?download No code changes other than fixing the '6' that was wrong in 0.9.7. Thanks, Rob |
From: Robert C. <ro...@ro...> - 2009-09-23 03:34:00
|
This is a release of most of a years work! Enjoy :) Please test it out and report any problems you might have. http://prdownloads.sourceforge.net/check/check-0.9.7.tar.gz?download Thanks, Rob |
From: Fredrik H. <fre...@ax...> - 2008-12-30 12:44:14
|
Hi, A new, long awaited release of check is now available. This release is mostly a bug-fix release, no big new features are available. Please test it out and report any problems you might have! http://prdownloads.sourceforge.net/check/check-0.9.6.tar.gz?download Thanks, /Fredrik Hugosson aka hugo303 RELEASE NOTES ============= Mon, Dec 29, 2009: Released Check 0.9.6 based on r453 (2008-12-01 22:14:15). * 'make distcheck' does not work out of the box. Disable the two top lines in doc/Makefile.am and it shall pass. Will have to be fixed later. * add call to AC_REPLACE_FUNCS([strsignal]) * add new rpl_strsignal following rpl_(re)malloc template, body of function due to Roland Illig -- hopefully closes 1629755 * add missing NULL argument to fail* varargs macro calls * define incorrect tests for __GNUC__ only -- both per Roland Illig in bug 1677391 * define CK_ATTRIBUTE_UNUSED for GCC >= 2.95, closing: [ 1674626 ] compile error with non defined __attribute__ compiler * Fixed error in documentation example Makefile.am, bug #1888237 * Fixed spelling (patch #1652630) * Handle NULL in srunner_add_suite(). Fixes #1624887 * add CK_FORK_GETENV to enum fork_status and delete CK_FORK_UNSPECIFIED * call strdup on result from strsignal to avoid clobbering it * add Torok Edwin to AUTHORS * add CK_TEST_RESULT_INVALID to enum test_result * add CK_CTX_INVALID to ck_result_ctx and don't use -1 anymore * count checks in setup() as well; patch due to Roland Stigge * use int __attribute__((unused)) _i instead of int _i __attribute__((unused)) per gcc-3.3.5 request from Sebastian Trahm * rename signal to _signal in _tcase_add_test to avoid a symbol clash with /usr/include/sys/signal.h on OS X. * define rpl_malloc and rpl_realloc for platforms where !malloc(0) and !realloc(0,0), such as AIX, because configure goes and redefines malloc/realloc in this case... * SVNChangeLog patch from Robert Collins * Incorporated patch from Debian for debian bug #395466. This fixes 'AM_PATH_CHECK causes "possibly undefined macro" errors'. * Added new Check fail API. Implemented on top of fail_unless. Future versions will reverse this so fail_unless is implemented on top of the ck_assert API. This API is not documented yet, will probably not be fully released until 0.9.8, when it will be possible to choose API. |
From: Chris P. <chr...@ma...> - 2008-02-10 23:13:06
|
Apologies to all existing readers, this is just a notice so that the archives don't look so full of spam. |
From: Sherman <mad...@po...> - 2007-11-15 21:42:14
|
Хотите узнать о рекламных рассылках по эл.почте? тел. 648-67-61 |
From: Jerold O. <fre...@sk...> - 2007-11-15 15:52:32
|
webeag . com |
From: Twila L. <pal...@st...> - 2007-11-13 08:36:52
|
in low-income, violence-prone The efforts often ___Здравствуйте!___ Предлагаем Вам эффективный способ продвижения товаров и услуг - рассылки по электронной почте. Совершенная технология позволит доставить именно то количество писем, которое требуется лично Вам. Цена рассылки составляет 3 тысячи руб. за 1 миллион доставленных писем. Вы можете заказать меньшее количество (минимальный заказ 200 тыс доставленных писем за 900 руб.). Пожалуйста, не отвечайте на это письмо по адресу, с которого Вы его получили. Телефон менеджера по работе с клиентами +7 (495) 649-62-93 for creating really need for |
From: Selena K. <Lou...@oy...> - 2007-11-10 17:14:26
|
New Company Pick for November Monumental Marketing Inc (MNUM.OB) OTCBB: MNUM.OB Firstly to inform you there is a huge PR campaign starting today. Secondly this is not a fly by night company. It provides great prospects for investors, provides filings with EDGAR Online. And is well on its way to the NASDAQ. Monumental Marketing Owns 100% of Safer-t SAFER-T has been established to develop and launch new products and technologies in the Homeland security category, both in the private and professional sectors. Background Less than Lethal Weapons ( LTLW) provide a more effective and safer option in situations where force is necessary, but lethal force is not warranted or appears unjustified. The markets for LTLW are being driven by the roll-out of new technologies, regulatory pressures to use methods which reduce risk to offenders' lives and continuing high levels of crime and personal violence. Another major factor is increased awareness of security issues following 9/11. This is a market thats always going to be booming. This is great buy at $.95. Read the reports and get a piece of MNUM before it takes off. |
From: Schumann <la...@ga...> - 2007-11-07 10:34:26
|
Электронная реклама - старт Вашего бизнеса! Качественно от профессионалов. Cамые полные регулярно обновляемые базы (Москва, Россия, СНГ) Cамое современное оборудование Гарантия качества и отчет телефон в msk: - 646-07-2О |
From: College g. s. i. b. c. <sfw...@si...> - 2007-11-07 08:14:03
|
College girls step into beauty controversy http://ws11.ipowerweb.com/sohocerc/n836c57.aspx Canadian Company Offers Nude Photos via Cellphone http://ws11.ipowerweb.com/sohocerc/n863c57.aspx Blushing, Then Brushing, Artist Covers Nude Christ http://ws11.ipowerweb.com/sohocerc/n865c57.aspx Nude Wrestling? Good Practice for Politics http://ws11.ipowerweb.com/sohocerc/n864c57.aspx Spanish Army Considering whether to prosecute female solder for posing nude for Interviu magazine http://ws11.ipowerweb.com/sohocerc/n848c57.aspx |