bazaar crafts
Bazaar 1.16 RC1 / 1.15.1
Free and open source application that adapts to the workflows you want to use Bazaar is a distributed version control system available under the GPL that reduces barriers to participation in your more>> Free and open source application that adapts to the workflows you want to use
Bazaar is a distributed version control system available under the GPL that reduces barriers to participation in your project.
Bazaar is designed to support Mac OS, GNU/Linux, UNIX, Windows. In summary, Bazaar gives you fast, distributed revision control that "Just Works", supporting renames of directories and files smoothly.
Bazaar is designed to maximise the level of community participation in your project.
Bazaar branches can be published on any web server, and uploaded over sftp, ftp, or rsync. If you want the fastest possible network performance, there is a smart server.
Bazaar supports flexible work models: centralized like cvs or svn, commit offline, enforced code review when desired, and automatic regression testing.
Decentralized revision control systems give people the ability to collaborate more efficiently over the internet using the bazaar development model and have many other advantages.
When you use Bazaar, you can commit to your own local branches of your favourite free software projects without needing special permission.
Main features:
Good performance:
- Bazaar status in a tree of 5,000 files takes just 0.5 seconds, so almost every open source project can get the advanced features of Bazaar without slowing down its developers. Bazaar is robust in the face of radical tree restructuring, saving you time when it comes to merging from your community.
Safe with your data:
- There have not been any data loss bugs in a Bazaar release in the past two years. Bazaar has a huge test suite that ensures that new file formats can be tested automatically. The development process follows best practice with code review of all core and community code landings.
Friendly:
- Bazaar "Just Works" (which is why the Ubuntu team chose it for their project). Bazaar has a natural feel, you can publish your code on any web server or use a custom server for performance. Bazaar has perfect support for renaming files AND directories, which means you can unleash your community and merge efficiently even from contributors who are radically restructuring the tree.
Free:
- Bazaar is available under the GPL v2 or later.
Easy to integrate:
- Bazaar is designed as a Python API with a plugin system, so it is easy to embed in your tools and projects and easy to extend or integrate with existing infrastructure. Whether you are managing your development, or keeping track of configuration files, or building a new content management system, Bazaar is a great choice if you like to work in Python.
System requirements:
-
Enhancements
Compatibility Breaks:
- Display prompt on stderr (instead of stdout) when querying users so that the output of commands can be safely redirected. (Vincent Ladeuil, #376582)
New Features:
- A new repository format 2a has been added. This is a beta release of the the brisbane-core (aka group-compress) project. This format now suitable for wider testing by advanced users willing to deal with some bugs. We would appreciate test reports, either positive or negative. Format 2a is substantially smaller and faster for many operations on many trees. This format or an updated version will become the default in bzr 2.0.
- This is a rich-root format, so this repository format can be used with bzr-svn. Bazaar branches in previous non-rich-root formats can be converted (including by merge, push and pull) to format 2a, but not vice versa. We recommend upgrading previous development formats to 2a.
- Upgrading to this format can take considerable time because it expands and more concisely repacks the full history.
- If you use stacked branches, you must upgrade the stacked branches before the stacked-on branches. (See )
- --development7-rich-root is a new dev format, similar to --dev6 but using a Revision serializer using bencode rather than XML. (Jelmer Vernooij, John Arbash Meinel)
- mail_client=claws now supports --body (and message body hooks). Also uses configured from address. (Barry Warsaw)
Improvements:
- --development6-rich-root can now stack. (Modulo some smart-server bugs with stacking and non default formats.) (John Arbash Meinel, #373455)
- --development6-rich-root delays generating a delta index for the first object inserted into a group. This has a beneficial impact on bzr commit since each committed texts goes to its own group. For committing a 90MB file, it drops peak memory by about 200MB, and speeds up commit from 7s => 4s. (John Arbash Meinel)
- Numerous operations are now faster for huge projects, i.e. those with a large number of files and/or a large number of revisions, particularly when the latest development format is used. These operations (and improvements on OpenOffice.org) include: branch in a shared repository (2X faster), branch --no-tree (100X faster), diff (2X faster), tags (70X faster) (Ian Clatworthy)
- Pyrex version of bencode support. This provides optimized support for both encoding and decoding, and is now found at bzrlib.bencode. bzrlib.utils.bencode is now deprecated. (Alexander Belchenko, Jelmer Vernooij, John Arbash Meinel)
Bug Fixes:
- Bazaar can now pass attachment files to the mutt email client. (Edwin Grubbs, #384158)
- Better message in bzr add output suggesting using bzr ignored to see which files can also be added. (Jason Spashett, #76616)
- bzr pull -r 123 from a stacked branch on a smart server no longer fails. Also, the Branch.revision_history() API now works in the same situation. (Andrew Bennetts, #380314)
- bzr serve on Windows no longer displays a traceback simply because a TCP client disconnected. (Andrew Bennetts)
- Clarify the rules for locking and fallback repositories. Fix bugs in how RemoteRepository was handling fallbacks along with the _real_repository. (Andrew Bennetts, John Arbash Meinel, #375496)
- Fix a small bug with fetching revisions w/ ghosts into a new stacked branch. Not often triggered, because it required ghosts to be part of the fetched revisions, not in the stacked-on ancestry. (John Arbash Meinel)
- Fix status and commit to work with content filtered trees, addressing numerous bad bugs with line-ending support. (Ian Clatworthy, #362030)
- Fix problem of "directory not empty" when contending for a lock over sftp. (Martin Pool, #340352)
- Fix rule handling so that eol is optional, not mandatory. (Ian Clatworthy, #379370)
- Pushing a new stacked branch to a 1.15 smart server was broken due to a bug in the BzrDirFormat.initialize_ex smart verb. This is fixed in 1.16, but required changes to the network protocol, so the BzrDirFormat.initialize_ex verb has been removed and replaced with a corrected BzrDirFormat.initialize_ex_1.16 verb. 1.15 clients will still work with a 1.16 server as they will fallback to slower (and bug-free) methods. (Jonathan Lange, Robert Collins, Andrew Bennetts, #385132)
- Reconcile can now deal with text revisions that originated in revisions that are ghosts. (Jelmer Vernooij, #336749)
- Support cloning of branches with ghosts in the left hand side history. (Jelmer Vernooij, #248540)
- The bzr diff now catches OSError from osutils.rmtree and logs a helpful message to the trace file, unless the temp directory really was removed (which would be very strange). Since the diff operation has succeeded from the users perspective, no output is written to stderr or stdout. (Maritza Mendez, #363837)
- Translate errors received from a smart server in response to a BzrDirFormat.initialize or BzrDirFormat.initialize_ex request. This was causing tracebacks even for mundane errors like PermissionDenied. (Andrew Bennetts, #381329)
Documentation:
- Added directory structure and started translation of docs in Russian. (Alexey Shtokalo, Alexander Iljin, Alexander Belchenko, Dmitry Vasiliev, Volodymyr Kotulskyi)
API Changes:
- Added osutils.parent_directories(). (Ian Clatworthy)
- bzrlib.progress.ProgressBar, ChildProgress, DotsProgressBar, TTYProgressBar and child_progress are now deprecated; use ui_factory.nested_progress_bar instead. (Martin Pool)
- graph.StackedParentsProvider is now a public API, replacing graph._StackedParentsProvider. The api is now considered stable and ready for external users. (Gary van der Merwe)
- bzrlib.user_encoding is deprecated in favor of get_user_encoding. (Alexander Belchenko)
- TreeTransformBase no longer assumes that limbo is provided via disk. DiskTreeTransform now provides disk functionality. (Aaron Bentley)
Internals:
- Remove weave.py script for accessing internals of old weave-format repositories. (Martin Pool)
Testing:
- The number of cores is now correctly detected on OSX. (John Szakmeister)
- The number of cores is also detected on Solaris and win32. (Vincent Ladeuil)
- The number of cores is also detected on FreeBSD. (Matthew Fuller)
License:GPL
Bazaar VCS 1.8 RC1 / 1.7.1
Free and open source application that adapts to the workflows you want to use more>> <<less
Dofus Craft 1.0.2
Dofus Craft will keep your Wist List for craft more>>
Dofus Craft calculates the cost for missing craft resources, and can directly connect you to wiki to keep your crafts information updated
OttoMate Web Test Automator Actions 1.0
OttoMate Web Test Automator Actions - graphically configure automated, repeatable user-acceptance tests more>>
Building an Automator Workflow is roughly akin to graphically crafting an automated script -- without writing a single line of programming code!
Thats where the OttoMate Web Test Actions come in... This suite of five Automator Actions contains everything you need to graphically configure automated, repeatable user-acceptance tests for web-based applications. No Computer Science degree required!
The OttoMate Actions serve as an engine for Apples best-of-breed web browser, Safari -- running your web application through its paces by commanding Safari to visit your site, click links and buttons, fill out and submit web forms, and assert the existence of success pages, titles, text or HTML source code.
All while you watch the results live on the scrren screen. The OttoMate Actions can even ask Safari to evaluate arbitrary JavaScript code against your webpage.
Enhancements:
- Support for Ajax Testing/Automation.
Kids Art Centre 1.0.
Motivate kids with this digital arts and crafts software. more>>
Kids Art Centre 1.0. offers you an ideal bundle of computer stuff every young budding artist should have. Firstly, there's KiDoodle, a super easy-to-use program for painting and drawing. Secondly, there's 35 pieces of clipart to jazz up letters, cards or spreadsheets. Next, there's 10 different printable templates for all kinds of craft things, like aeroplanes, greeting cards, even web-pages! Finally there is a game, PaintWars, to keep young imaginations going. It's very similar to the classic Space Invaders. And last, but not least there's loads of ideas to get you started. - and the best bit of all: this is freeware.

iMac Redefined Icons
Like much of Apples current line of offerings, the nearly 2-year-old iMac received a facelift at MacWorld Expo, NY, with those oh-so-yummy fruit flavors giving way to elegant new hues of Indigo, more>> Like much of Apples current line of offerings, the nearly 2-year-old iMac received a facelift at MacWorld Expo, NY, with those oh-so-yummy fruit flavors giving way to elegant new hues of Indigo, Ruby, Sage and Snow. Iconfactory worker Dave Brasgalla, despite an instant infatuation with Snow, has diligently hand-crafted new icons of *all* the fresh iMacs in 256 colors - each from several angles. You may not have received your newly-ordered iMac just yet, but you can park one on your desktop today
System 7.0 or later.
Maxter 0.3.10a
maxter-0. is designed as a proper Napster client to connect to Napster servers so that it can search other Napster clients on-line music databases and download. more>>
maxter-0.3.10a is designed as a proper Napster client to connect to Napster servers so that it can search other Napster clients' on-line music databases and download.
Requirements:
- MacOS X Public Beta

Sure Cuts A Lot 1.017
Sure Cuts A Lot 1.017 is a powerful software that helps you with type fonts and various shapes with your Cricut machine more>>
Sure Cuts A Lot 1.017 is a useful software that helps you with type fonts and various shapes with your Cricut machine. Works with your installed true type fonts. No special cartridges required. WYSIWYG interface.
Major Features:
- Works with the Cricut Personal, Cricut Expression & Cricut Create MachinesTM
- Works with your installed True Type fonts
- Works with thousands of free True Type fonts
- Works with hundreds of free True Type Dingbat fonts
- Import SVG files to allow you to use your own custom artwork
- Weld overlapping letters and shapes together
- Select styles, including Shadow and Blackout, to change the look of your letters and shapes
- No special cartridges required
- Cut additional shapes from the "Sure Cuts A Lot" Library.
- WYSIWYG Interface - What you see is what you cut
- Availble for Windows and Macintosh OSX
- Save your design layouts, so you can save your work to allow you to make changes over time
Requirements:
- Power PC or Intel based Macintosh
- Macintosh OSX 10.4/10.5
- 512 MB of RAM or more
- At least 50 MB of available hard disk space
- USB Port 1.1 or 2.x
- CricutTM Personal - Firmware v1.1
- CricutTM Expression - Firmware v2.1
- CricutTM Create - Firmware v1.51
Apache for OSX 2.0.55
Apache for OSX - Popular website server software more>>
Its created by a collaborative effect of software developers.
The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation.
These volunteers are known as the Apache Group. In addition,hundreds of users have contributed ideas, code, and documentation to theproject.
This version of Apache is a precompiled binary for MacOS X and Darwin users.
Enhancements:
- SECURITY: CAN-2005-2700 (cve.mitre.org) mod_ssl: Fix a security issue where "SSLVerifyClient" was not enforced in per-location context if "SSLVerifyClient optional" was configured in the vhost configuration. [Joe Orton]
- worker MPM: Fix a memory leak which can occur after an aborted connection in some limited circumstances. [Greg Ames]
- mod_ldap: Fix PR 36563. Keep track of the number of attributes retrieved from LDAP so that all of the values can be properly cached even if the value is NULL. [Brad Nicholes, Ondrej Sury ]
- SECURITY: CAN-2005-2491 (cve.mitre.org): Fix integer overflows in PCRE in quantifier parsing which could be triggered by a local user through use of a carefully-crafted regex in an .htaccess file. [Philip Hazel]
- SECURITY: CAN-2005-2088 (cve.mitre.org) proxy: Correctly handle the Transfer-Encoding and Content-Length headers. Discard the request Content-Length whenever T-E: chunked is used, always passing one of either C-L or T-E: chunked he never the request includes a request body. Resolves an entire class of proxy HTTP Request Splitting/Spoofing attacks. [William Rowe]
- Added TraceEnable [on|off|extended] per-server directive to alter the behavior of the TRACE method. This addresses a flaw in proxy conformance to RFC 2616 - previously the proxy server would accept a TRACE request body although the RFC prohibited it. The default remains TraceEnable on. [William Rowe]
- Add ap_log_cerror() for logging messages associated with particular client connections. [Jeff Trawick]
- Correct mod_cgids argv[0] so that the full path can be delved by the invoked cgi application, to conform to the behavior of mod_cgi. [Pradeep Kumar S ]
- mod_include: Fix possible environment variable corruption when using nested includes. PR 12655. [Joe Orton]
- Support the suppress-error-charset setting, as with Apache 1.3.x. PR 31274. [Jeff Trawick]
- EBCDIC: Handle chunked input from client or, with proxy, origin server. [Jeff Trawick]
- Fix bad globbing comparison which could result in getting a directory listing when a file was requested. PR 34512. [sean ]
- Fix core dump if mod_auth_ldaps mod_auth_ldap_auth_checker() was called even if mod_auth_ldap_check_user_id() was not (or if it didnt succeed) for non-authoritative cases. [Jim Jagielski]
- SECURITY: CAN-2005-2728 (cve.mitre.org) Fix cases where the byterange filter would buffer responses into memory. PR 29962. [Joe Orton]
- mod_proxy: Fix over-eager handling of % for reverse proxies. PR 15207. [Jim Jagielski]
- mod_ldap: Fix various shared memory cache handling bugs. PR 34209. [Joe Orton]
- Fix a file descriptor leak when starting piped loggers. PR 33748. [Joe Orton]
- mod_ldap: Avoid segfaults when opening connections if using a version of OpenLDAP older than 2.2.21. PR 34618. [Brad Nicholes]
- mod_ssl: Fix build with OpenSSL 0.9.8. PR 35757. [William Rowe]
- SECURITY: CAN-2005-2088 (cve.mitre.org) core: If a request contains both Transfer-Encoding and Content-Length headers, remove the Content-Length, mitigating some HTTP Request Splitting/Spoofing attacks. [Paul Querna, Joe Orton]
- proxy HTTP: If a response contains both Transfer-Encoding and a Content-Length, remove the Content-Length and dont reuse the connection, mitigating some HTTP Response Splitting attacks. [Jeff Trawick]
- Prevent hangs of child processes when writing to piped loggers at the time of graceful restart. PR 26467. [Jeff Trawick]
- SECURITY: CAN-2005-1268 (cve.mitre.org) mod_ssl: Fix off-by-one overflow whilst printing CRL information at "LogLevel debug" which could be triggered if configured to use a "malicious" CRL. PR 35081. [Marc Stern ]
- mod_userdir: Fix possible memory corruption issue. PR 34588. [David Leonard ]
- worker mpm: dont take down the whole server for a transient thread creation failure. PR 34514 [Greg Ames]
- mod_rewrite: use buffered I/O to improve performance with large RewriteMap txt: files. [Greg Ames]
- proxy HTTP: Rework the handling of request bodies to handle chunked input and input filters which modify content length, and avoid spooling arbitrary-sized request bodies in memory. PR 15859. [Jeff Trawick].
Blog.kevincrafts.com Image Widget 1.5
Blog.kevincrafts.com Image Widget is a professional and smart tool which loads random images from blog.kevincrafts.com and loads a new image every five minutes or when the user decides to refresh the viewer. more>>
Blog.kevincrafts.com Image Widget 1.5 is a professional and smart tool which loads random images from blog.kevincrafts.com and loads a new image every five minutes or when the user decides to refresh the viewer.
Requirements: Mac OS X 10.4 or later
Glarf 0.1
Glarf is a game with weird creatures on platforms shooting weird things more>>
The Big Idea is user created content, radical trust, randomness, and play. Weapon crafting is a key example.
Glarf can shoot things - fireballs, bouncy globs, liquids. When Glarf consumes a powerup, the things he shoots inherit some of that powerups properties, by being selective in what you eat or throw away, you can create weapons with powerful and interesting effects.
Eventually, players will be able to modify the code that governs the behaviour of object in the game world. And theyll be able to share it safely with other players. But for now were just working on getting a first level done that serves as a tutorial and is still fun.
Enhancements:
- Level editor integrated into the main game
- Added click-and-drop, clone and pause to the editor
- Added jumping behaviour for the mawjumpers
- Fixed tap real fast animation bug.
Cash Forecaster 0.6
Graph & summarize your cash flow more>> Graph & summarize your cash flow
Cash Forecaster allows you to generate a graph and summary of your cash flow over a defined period given an number of user-defined revenues and expenses.
Enhancements
- Ensure that all date fields accept natural language. You should now be able to enter "tomorrow", "today", "6/6", "June 6", etc
Added ability to amortise cash flow. You can now model:
- Discounted cash flows (Can therefore model project cash flows, i.e. NPV)
- Loans
- Cash accounts that accrue interest.
- Can now print forecasted graph of cash flows
- Added export to CSV function.
- Ensured that all dependant fields (Expired, Final occurence) are assessed correctly when opening files
- Changed "Repeats" to "Occurrences" - this should avoid confusion about how the payments are calculated
Samba 3.4.2
Samba 3.4.2 is created to be a helpful open source software suite that provides seamless file and print services to SMB/CIFS clients. more>>
Samba 3.4.2 is created to be a helpful open source software suite that provides seamless file and print services to SMB/CIFS clients. Samba is the standard Windows interoperability suite of programs for Linux and Unix. Samba has provided secure, stable and fast file and print services for clients using the SMB/CIFS protocol, such as all versions of DOS and Windows, OS/2, Linux and many others. Samba is an important component to seamlessly integrate Linux/Unix Servers and Desktops into Active Directory environments using the winbind daemon.
Enhancements:
- CVE-2009-2813:
- In all versions of Samba later than 3.0.11, connecting to the home share of a user will use the root of the filesystem as the home directory if this user is misconfigured to an empty home directory in /etc/passwd.
- CVE-2009-2948:
- If mount.cifs is installed as a setuid program, a user can pass it a credential or password path to which he or she does not have access and then use the --verbose option to view the first line of that file. All known Samba versions are affected.
- CVE-2009-2906:
- Specially crafted SMB requests on authenticated SMB connections can send smbd into a 100% CPU loop, causing a DoS on the Samba server.
Garnish 1.5
Garnish - Decorate your Dashboard with these beautifully crafted Apple logos and UI elements from the present and past more>>
Loads of skins are included, like a classic Apple striped logo, a modern Apple logo in dark grey, white, silver, blue, pink and orange, an original Apple menu Apple from system 1, an original trash can, the infamous Mac classic bomb, ok button, pointer and welcome smiling Mac, plus the iSlayer logo.
Enjoy the trip down memory lane (pun intended).
Main features:
- The ability to view all your favorite Classic Mac icons
- Random feature will auto select an image each time dashboard is activated.
Greeting Card Factory Updater 1.0.2
Greeting Card Factory - Create greeting cards, millions of choices more>>
Create beautiful, store-quality greeting cards for every occasion in minutes. Choose from millions of unique greeting card possibilities or create your own. With more than 3,000 exclusive greeting cards and customizable projects, 45,000+ beautiful graphics, 500+ color photographs and 300 fonts, youll always find the best way to express yourself.
Optimized to take advantage of Mac OS Xs superior graphical capabilities and ease of use, Greeting Card Factory for Macintosh is also fully compatible with Mac OS 9.
Art Explosion Greeting Card Factory is the easiest and most complete greeting card software available for the Macintosh. It goes far beyond competing products with many more unique possibilities. It also allows you to create dozens of other projects and crafts including announcements, invitations, photo cards, thank you notes, electronic greetings, envelopes, note cards, postcards, labels, and much more - all in one program!
Enhancements:
- Fixes problem sending of electronic greetings with Entourage.
- Fixes problem where two help menus were sometimes displayed in OS X 10.3.
- Fixes some text problems in project wizard text.