No updates today:










>
May
    •  
    •  
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 23
    • 24
    • 25
    • 26
    • 27
    • 28
    • 29
    • 30
    • 31
     



     
    Users
    reade
    riko4
    NicoCanali
    reader
    irodgers
    bluronline
    chaolong34
    jtanderson
    alicia4live
    bizman
     
      
     
    Last update: December 31, 1969

    +wzdftpd 0.8.3 (Default branch)
      wzdftpd is designed to be a small, efficient, and highly modular/configurable FTP server for various platforms including Linux and Windows. The server is RFC compliant, multi-threaded and can be configured entirely online using SITE commands. You can write your own extensions to the server in your choice of language, extending on existing MySQL, PostgreSQL, SQLite, Tcl, Perl, PAM, and SFV plugins. Features include IPv6, TLS/SSL, UTF8, ACLs, VFS, events, scripting, plugins, job scheduler, bandwidth limitations, credits/sections, group administration, and customizable logging.License:GNU General Public License (GPL)Changes:A remote denial of service (DoS) has been fixed,which was caused by an off-by-one error in thelogin sequence, and could lead to a server crash.Other bugs have been fixed in the SSL/TLS code,and compatibility between GnuTLS and OpenSSL hasbeen improved.

    +aria2 0.11.4 (Default branch)
      aria2 is a utility for downloading files. It has completely new design concept from its predecessor, Aria, and is written from scratch. aria2 has a segmented downloading engine in its core. It can download one file from multiple URLs or multiple connections from one URL. This results in very high speed downloading, much faster than ordinary browsers. This engine in was implemented in a single-thread model. The architecture is clean and easy to extend. aria2 currently supports HTTP, FTP, and BitTorrent. It also supports Metalink version 3.0.License:GNU General Public License (GPL)Changes:This release adds a Dutch translation and fixesseveral bugs. The file preallocation is nowenabled by default.

    +lm_sensors 3.0.0-rc3 (Development branch)
      lm_sensors provides essential tools and driversfor monitoring the temperatures, voltages, andfans of Linux systems with hardware monitoringdevices. It contains Linux 2.4 drivers for sensorchips and I2C and SMBus masters, text-based toolsfor sensor reporting, and a library for sensorsaccess called "libsensors". It also contains toolsfor sensor hardware identification and I2C busprobing.License:GNU General Public License (GPL)Changes:The default configuration file is now defined inlibsensors rather than in applications using it.Support for an alternative default configurationfile name was also added, to ease the installationof different versions of libsensors in parallel.

    +GTKRawGallery 0.5 (Default branch)
      GTKRawGallery is an image viewer with support forcamera raw files. It is also an album manager and conversion tool.License:GNU General Public License (GPL)Changes:The gallery implementation was changed to make rawthumbnails singly without preprocessing them alltogether. This permits you to enjoy your photosimmediately. The "Open with" function was switchedinto a new thread so that it works withoutblocking. Now you can browse raw files insidedirectories without write permission. A cachesystem was added to improve pixbuf loading. Allmetadata recognized by Exiftool are preserved."Full Exif List" and "Hide Exif" buttons wereadded. The GUI colors are now customizable.Gallery view mode buttons were added.

    +Tiffanys 0.4 (Default branch)
      Tiffanys is a Java chess engine that includes aSwing GUI. It supports the PGN/FEN format. It alsocontains a XBoard/Winboard interface.License:GNU General Public License (GPL)Changes:Quiescence search, time based game modes, apromotion dialog, a new game dialog, and an enginesettings dialog were added. The configuration andcontroller code were improved. New unit tests wereadded. Mac OS X is now supported.

    +TheWan.net WiFiMap 20071028 (Default branch)
      WiFiMap allows you to view a network (initiallydesigned for wireless networks) on GoogleMaps.It'll let your users add their presence on themap, and you can, either manually or via SNMPauto-discovery, plot the links between the routerson the maps.License:GNU General Public License v2Changes:Link relations get updated after every routerquery, instead of at the end of an update run. Therouter uptime is queried and displayed now. Beyondthat, a few bugs have been fixed.

    +namealign 0.7 (Default branch)
      namealign renames files in so that they areformatted uniformly according to the same namestructure (in sense of character classes).License:GNU General Public License v2Changes:A tail-recursive function is now used inprocessing the record lists to avoid aStack-overflow exception when working on a largenumber of files. This change has no externallyvisible effect.

    +mylvmbackup 0.6 (Default branch)
      mylvmbackup is a Perl script for quickly creating backups of a MySQL server's data files. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, makes an LVM snapshot of the volume containing the MySQL data directory, and unlocks the tables again. The snapshot process takes only a small amount of time. When it is done, the server can continue normal operations while the actual file backup proceeds.License:GNU General Public License (GPL)Changes:A new rsync backup type was added. Support for atrailing argument was added to tar. The suffix ofthe tarball was separated out. A temporary suffixis used at the end of the backup file name whilethe backup is performed. The my.cnf configurationfile is now included in the backup. The ability torun an extra FLUSH TABLES on busy databases wasadded. The "--pidfile" option was added to providean alternative PID file location. The output of"lvs <snapshot>" is now printed out fordiagnostics. The "--skip-flush-tables" option wasadded.

    +TVBrowser 2.6 (Default branch)
      TV-Browser is a TV guide (EPG) that is easilyextensible using plugins. It is designed to looklike a paper based European TV guide. Included areover 170 mostly German language channels.RadioTimes TV channels are available, too. It ispossible to add channels yourself using toolsoffered on the homepage.License:GNU General Public License (GPL)Changes:Over 100 new improvements were made. For example,favorite shows may be sorted in a tree and aninterface for dreambox was added.

    +Project Dune 1.3.3 (Default branch)
      Project Dune is a Web-based issue tracker that isfully integrated with source code control systems,which enables code inspections in the browser. Theproject aims to automate the full cycle ofdevelopment, from estimation to release.License:GNU General Public License (GPL)Changes:The customer functionality was split out andenhanced with journals. Project meetings can nowbe organized and emails sent out to all thoseinvolved.

    +Kernel Mode Linux 2.6.23_001 (For Linux 2.6 branch)
      Kernel Mode Linux is a technology which enablesthe execution of user programs in a kernel mode.In Kernel Mode Linux, user programs can accesskernel address space directly. Unlike kernelmodules, user programs are executed as ordinaryprocesses (except for their privilege level), soscheduling and paging are performed as usual.Although it seems dangerous, the safety of thekernel can be ensured through such methods asstatic type checking, software fault isolation,and so forth.License:GNU General Public License (GPL)Changes:This release has been merged with the 2.6.23 Linuxkernel.

    +Endian Firewall 2.2 Beta 1 (Development branch)
      Endian Firewall is an all-in-on Linux securitydistribution that turns any system into afull-featured security appliance. It features astateful packet inspection firewall,application-level proxies for various protocols(HTTP, POP3, SMTP), anti-virus support, virus andspam filtering for email traffic (POP and SMTP),content filtering of Web traffic, and a "hasslefree" VPN system based on OpenVPN.License:GNU General Public License (GPL)Changes:Support for multiple WAN Connections was added. AZone Firewall was implemented for stealthyfiltering of local traffic. Time based HTTP accesspolicies and OpenVPN X.509 are supported. Handlingof the ICMP protocol was improved. Many GUIenhancements were made.

    +Personal Finance Manager 1.0.20 (Default branch)
      Personal Finance Manager is a finance and expense tracking tool for those with limited or no accounting experience. You can use it to manage expenses and track account balances, generate reports, create and save complex filters to search the transaction history,create charts and graphs for assets, liabilities, and daily net worth tracking, view stock prices/quotes, store contacts, email, and phone numbers, and import OFX data for banks and credit cards. It supports the latest Quicken format, and also supports downloading current statement for bank and credit card accounts.License:The Apache License 2.0Changes:Numerous bugs were fixed. A logging framework wasadded.

    +Gammu 1.13.95 (Testing branch)
      Gammu (formerly known as MyGnokii2) is a cellular manager for various mobile phones/modems. It supports a wide variety of Nokia, Symbian, and AT devices (Siemens, Alcatel, Falcom, WaveCom, IPAQ, Samsung, SE, and others) over cables, infrared, or BlueTooth. It contains libraries with functions for ringtones, phonebook, SMS, logos, WAP, date/time, alarm, calls, and more (used by external applications like Wammu). It also includes a command line utility that can make many things (including backups) and an SMS gateway with full MySQL and PostgreSQL support from the PHP interface.License:GNU General Public License (GPL)Changes:Compatibility with several OBEX/IrMC phones wasfixed and SMSD configuration and error handlingwere improved.

    adverise here. ADS ZONE 3!
    © 2012 Pagerss. All rights reserved to their owners.