Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
2.18.0.1
========
Misc
- Don't fail db sync operations and leave %gconf-tree.xml.new
files laying around if there wasn't a %gconf-tree.xml to start
with (Loïc Minier)
2.18.0
======
Misc
- Make sure error strings are utf-8 (Christian Persch)
- don't include xml-entry.h twice (Kjartan Maraas)
- fix leak in gconf meta info code (Richard Hult, Ray Strode)
- remove more popt gunk (Chris Wilson, Ray)
- when installing a batch of schema files, don't abort
the entire transaction if one fails (Laszlo Peter)
- don't close already closed file descriptors if fdwalk()
is available (Padraig O'Briain)
- use g_file_test instead of gconf_file_test or
gconf_file_exists (Paolo Borelli)
- remove dead code found from coverity scan (Paolo Borelli)
- retain file permissions on gconf database files when
syncing a tree to disk (Narayana Pattipati)
- Add g_return_val_if_fail checks on type inputs for
gconf_value_new_from_string (Kjartan Maraas, Ray)
Translators
- Gintautas Miliauskas (lt)
2.16.1
======
Misc
- Fix error handling in the getters (Matthias Clasen)
- Fix a leak (Pascal Terjan)
- Close write end of pipe in parent (Tom Tromey)
Translators
- Khaled Hosny (ar)
- Josep Puigdemont i Casamajó (ca)
- Priit Laes (et)
- Adam Weinberger (en_CA)
- Yair Hershkovitz (he)
- Gabor Kelemen (hu)
- Luca Ferretti (it)
- Vladimer Sichinava (ka)
- Thierry Randrianiriana (mg)
- The GNOME PL Team (pl)
- Leonardo Ferreira Fontenelle (pt_BR)
- Laurent Dhima (sq)
- Daniel Nylander (sv)
- Maxim Dziumanenko (uk)
- Nguyễn Thái Ngọc Duy (vi)
|
|
|
|
libbonobo 2.18.0
* Code cleanups (Kjartan)
* Build fix (Loïc Minier)
* Updated translations:
- Albanian (Laurent Dhima)
- Bengali Indian (Runa Bhattacharjee)
- Brazilian Portugese (Leonardo Ferreira Fontenelle)
- Dutch (Timo Meinen)
- Dzongkha (Pema Geyleg)
- Finnish (Illka Tuohela)
- Greek (Simos Xenitellis)
- Gujarati (Ankit Patel)
- Hungarian (Gabor Kelemen)
- Lithuanian (Gintautas Miliauskas)
- Macedonian (Jovan Naumovski)
- Polish (The GNOME PL team)
- Romanian (Mişu Moldovan)
- Russian (Leonid Kanter)
- Serbian (Goran Rakić)
- Tamil (I Felix)
- Traditional Chinese (Chao-Hsiung Liao)
libbonobo 2.17.92
* Further reduce relocations (Christian)
* Compiler warning fixes (Matthew Barnes)
* Updated translations:
- Illka Tuohela (fi)
- Gabor Kelemen (hu)
- GNOME PL Team (pl)
- Leonardo Ferreira Fontenelle (pt_BR)
libbonobo 2.17.91
* Build fixes (Gustavo, Kjartan)
* Compiler warning fixes (Kjartan)
* Factor out some more popt references (Christian)
libbonobo 2.17.90
* Fix leaks (Chris Heath)
* Code cleanups (Kjartan, Gustavo)
* Fixes for unit testing (Gustavo)
* Remove unneeded checks before g_strdup/g_free (Kjartan)
* Fixes to reduce relocation (Christian)
* Win32 fixes (Tor)
* String fixes (Christian, Ernani Azevedo, Gustavo, David Lodge)
* API-docs fixes (Matthew Barnes)
* Depend on the right version of ORBit2 (Mark Johnson)
|
|
|
|
Import package from Jaap Boender
This fixes PR pkg/35949
|
|
such as types and values, natively in OCaml programs.
The goal of the OCamlDuce project is to extend the OCaml language with features
to make it easier to write safe and efficient complex applications that need to
deal with XML documents. In particular, it relies on a notion of types and
patterns to guarantee statically that all the possible input documents are
correctly processed, and that only valid output documents are produced.
WWW: http://www.cduce.org/ocaml
|
|
|
|
Changes since 2.17:
* The native OS X user interface has been enormously improved by Ben
Willmore and Trevor Jim.
* The backup functionality has been completely rewritten. The
external interface has not changed, but numerous bugs, irregular
behaviors, and cross-platform inconsistencies have been corrected.
* Some important safety improvements:
+ Added a new mountpoint preference, which can be used to
specify a path that must exist in both replicas at the end of
update detection (otherwise Unison aborts).
+ The confirmation of "big deletes" is now controlled by a
boolean preference confirmbigdeletes. Default is true, which
gives the same behavior as previously.
+ If Unison is asked to "follow" a symbolic link but there is
nothing at the other end of the link, it will now flag this
path as an error, rather than treating the symlink itself as
missing or deleted.
* Smaller changes:
+ Added forcepartial and preferpartial preferences
+ Refined debugging code so that the verbosity of individual
modules can be controlled separately. Instead of just putting
'-debug verbose' on the command line, you can put '-debug
update+', which causes all the extra messages in the Update
module, but not other modules, to be printed. Putting '-debug
verbose' causes all modules to print with maximum verbosity.
+ Rewrote some of the merging functionality, for better
cooperation with external Harmony instances.
+ Changed the temp file prefix from .# to .unison.
+ Compressed the output from the text user interface
+ Added .mpp files to the "never fastcheck" list
* Many small bugfixes, including:
+ Fixed a bug that would occasionally cause the archives to be
left in non-identical states on the two hosts after
synchronization.
+ Fixed a bug that prevented Unison from communicating
correctly between 32- and 64-bit architectures.
+ Set read-only file to R/W on OSX before attempting to change
other attributes.
+ Fixed bug resulting in spurious "Aborted" errors during
transport (thanks to Jerome Vouillon)
+ Enable diff if file contents have changed in one replica, but
only properties in the other.
+ Removed misleading documentation for 'repeat' preference.
+ Fixed a bug in merging code where Unison could sometimes
deadlock with the external merge program, if the latter
produced large amounts of output.
+ Workaround for a bug compiling gtk2 user interface against
current versions of gtk2+ libraries.
+ Added a better error message for "ambiguous paths".
+ Squashed a longstanding bug that would cause file transfer to
fail with the message "Failed: Error in readWrite: Is a
directory."
|
|
Pointed out by schmonz@
No PKGREVISION bump, ride the initial import
|
|
|
|
2007/04/01: version 2.8.4 = tag release-2-8-4
5840: Some small stuff (logging, code improvements)
5839: IP block: Scan all files inside a .zip file when loading
a blocklist, use the first valid file
5831: BT: New option BT-tracker_retries
2007/03/26
5819: MinGW: Fix charsetstubs.c compile with latest MinGW
2007/03/25
5817: Code updates for Ocaml 3.10.0beta compatability
- to use Ocaml 3.10 add ./configure option --enable-ocamlver=3.10
- MLDonkey will accept the new Ocaml version without this option when
the final version of Ocaml 3.10 is released and proven to be working
- GTK1 oldgui does currently not compile with Ocaml 3.10 code
- lablgtk1 & lablgtk2 compile with Ocaml 3.10, but some MLDonkey code
still needs fixing, GTK1 newgui and GTK2 gui compile with Ocaml 3.10
- parts of the patch by pango
2007/03/24
5813: Options: Use original file rights in tar.gz backup,
save backups with rights 600
2007/03/18
5807: Implement new command "man" to display command help
2007/03/17
5806: Update GNU config.guess and config.sub to version 2007/01
5775: http_client: Fix loading URLs with ()' (orbit)
5781: web_infos: Load local file if remote file can not be accessed
(thx to xergius)
5802: Telnet: Support non-ascii input (Hung-Te Lin)
2007/03/16
Updated Mozilla protocol handler to version 2.0
(re-committed after data loss due to Savannah crash on 2007/03/12)
2007/03/11
5799: Flags: Added Aland Islands, Guernsey and Jersey,
fixed debug_pictures command
5797: Remove unused source code in src/applets/*
5775: removed, it breaks BT downloads
5775: HTML: Fix url parsing for URLs with ()' (orbit)
5774: BT: fix upload managment (orbit)
5786: HTML: small javascript search improve (orbit)
2007/03/08
5787: HTML/Geoip: Show country flags
- new option html_flags to disable display of flags
- favicon.ico now built-in
- fix sorting bug in costats (thx to orbit)
2007/03/06
5784: Gd: Implement binding for function gdImageFilledArc
5773: Geoip: Country-based up-/download statistics
- new ini file statistics.ini, to be used later for all statistics
- new command "costats", accepts parameters:
without parameter it displays all countries where data was transfered to
parameter "all" displays all seen countries, countries where MLDonkey never
saw a client are not part of the statistics data
regular expressions can be used for country names/codes and continents,
like "costats *aus*" (Austria and Australia), "costats *europe* *africa*"
- new command "countries" to print country database
- new command "reset_costats" to reset country statistics
- mem_stats support for modules CommonStats & Geoip
- updated country database based on GeoIP 1.4.2 C-library
2007/03/04
5765: Change hard-coded maximum value for client_buffer_size
- default stays at 500.000
- for high-volume links raise this value to 1.000.000 or higher
5767: HTML: Improve bw_stats
5768: New default for option messages_filter (thx to atordo)
5766: Windows/Unicode: Fix broken get_info function for non-ascii filenames
5782: Improve CommonNetwork.network_display_stats function
2007/02/28
5757: Some improvements for byte-code build
- "make utils" now builds byte-code if needed
- new build targets: mlnet.byte.static, release.mlnet.byte.static
- print configure infos when byte-code is to be compiled
- buildinfo prints the binary name if not "mlnet" or "mlnet.static"
- remove some unneeded variables from configure
5759: OV/KAD: improve stats, remove obsolete options, save bandwidth (bogeyman)
2007/02/19
5754: mld_hash: Compute AICH hashes (thx to pango)
- parameter hash takes new option: aich to compute eMule AICH hashes
- new parameter partial_zone: Display hashing of zones (subparts of chunks)
- new parameter check_keep, keep files after checking functions (-check) for later testing
- parameter check, option filesize is now Int64 and in bytes
5752: Fix core hanging on ARM CPUs
5750: EDK: New option upload_compression_ext_exclude (thx to pango)
- space-separated list of file extensions which are not compressed when uploaded
2007/02/18
5753: Multiuser: New variable $USER_MAIL for file_completed_cmd
5751: Improve startup log messages, remove unused code, optimize Date code
5749: BT: recognize more BT client types (orbit)
5748: KAD/OV: Limit searches for sources (bogeyman)
2007/02/15
5738: Remove obsolete multicast files (orbit)
5743: BT: Show shared torrents in upload list after commit (xergius)
5744: EDK: Fix SecureUserIdent between machines with different endianness
|
|
|
|
2007-03-25 Heikki Orsila
* Version 1.3.10
- Added an option (-c) for remote programs to monitor sfv checking
more easily
- MinGW fixes
2007-03-25 Heikki Orsila
- Added -c option to force progress and final resolution prints
to stdout. See the man page.
2006-07-01 Heikki Orsila
- Merged experimental support for MinGW build process from
Yar Tikhiy. I did some modifications
to the patch submitted by Yar and did not test the result,
so expect this doesn't work yet.
- Fixed MinGW OS recognition in configure script (hopefully
works this time)
|
|
|
|
Version 1.4.9 - 23 Mar 2007, by Eric Blake (CVS version 1.4.8c)
* Minor documentation and portability cleanups.
Version 1.4.8b - 24 Feb 2007, by Eric Blake (CVS version 1.4.8a)
* Fix a regression introduced in 1.4.8 that made m4 unable to process
files larger than 2GiB on some platforms.
* Fix a regression introduced in 1.4.8 that made m4 dump core when
invoked as 'm4 -- file'.
* The `eval' builtin now follows C precedence rules. Additionally, the
short-circuit operators correctly short-circuit division by zero. The
previously undocumented alias of '=' meaning '==' in eval now triggers a
deprecation warning, so that a future version of M4 can implement a form
of variable assignment as an extension.
* The `include' builtin now affects exit status on failure, as required by
POSIX. Use `sinclude' if you need a successful exit status.
* The `-E'/`--fatal-warnings' command-line option now has two levels. When
specified only once, warnings affect exit status, but execution
continues, so that you can see all warnings instead of fixing them one
at a time. To acheive 1.4.8 behavior, where the first warning
immediately exits, specify -E twice on the command line.
* A new `--warn-macro-sequence' command-line option allows detection of
sequences in `define' and `pushdef' definitions that match an optional
regular expression. The default regular expression is
`\$\({[^}]*}\|[0-9][0-9]+\)', corresponding to the sequences that might
not behave correctly when upgrading to the eventual M4 2.0. By default,
M4 2.0 will follow the POSIX requirement that a macro definition
containing `$11' must expand to the first argument concatenated with 1,
rather than the eleventh argument; and will take advantage of the POSIX
wording that allows implementations to treat `${11}' as the eleventh
argument instead of literal text. Be aware that Autoconf 2.61 will not
work with this option enabled with the default regular expression; but
Autoconf 2.62 will be compatible with this option.
* Improved portability to platforms such as BSD/OS and AIX.
|
|
|
|
Version 1.2.3:
* campaigns:
* Heir to the Throne:
* The Elvish Lord and Elvish High Lord have halo's again (patch #682)
* graphics
* items with a halo have their halo hidden when under a shroud (bug #8523)
* updates the invisible icon of an unit when moving or moving the mouse
over the unit, then selecting the location to move to there are still
glitches (partial fix for bug #8107)
* fixed some cases where fog was updated without being redrawn
* user interface:
* made some tooltips visible again (bug #6702 and bug #8380)
* multiplayer maps:
* revised maps: Castle Hopping Isle
* Wesbowl: the respawned units are fully healed again (bug #7776)
* language and i18n:
* udated translations: Czech, Danish, Dutch, Esperanto, French, German,
Hungarian, Italian, Japanese, Polish, Portuguese (Brazil), Serbian, Slovak
* new translations: Indonesian
* WML engine
* fixed era events not working on non hosts
Version 1.2.2:
* campaigns:
* Eastern Invasion:
* The Crossing, fixed a bug which prevented the undead leader spawned
at turn 8 to have a keep
* The South Guard:
* fixed some pink unit images being shown in some scenario texts
* Two Brothers
* updated the portrait of Bjarn to match the new mage colors
* editor
* added the paste option to the edit menu
* graphics
* new attack icons: undead axe, undead crossbow, pick axe, glaive, elven
staff
* new baseframes: Mage line, Footpad
* new new death animations: Orcish Assassin, Grunt, Undead Ghoul, Ancient
Wose, Elder Wose, Thieves
* updated portraits: Troll
* language and i18n:
* fixed spelling mistakes in the en_US version
* updated translations: Czech, Danish, Dutch, Estonian, Esperanto, French,
German, Greek, Italian, Polish, Portuguese (Brazil), Russian, Serbian,
Slovak, Swedish
* updated DejaVuSans font to 2.15
* multiplayer maps:
* new maps: The Manzivan Traps, 4p Hamlets
* revised maps: Blitz, Charge, Den of Onis, Hamlets, Meteor Lake, Sablestone
Delta, Sulla's Ruins
* multiplayer
* sped up the lobby, the lag is much lower now (patch #676 and patch #677)
* units:
* fixed a bug which prevented a Mermaid Siren picking up a storm trident
* Complete rewrite of saurian and poacher line descriptions, as well as
some minor edits to a few other human units.
* fixed a bug which caused the slow effect being applied twice (bug #8458)
* death animations for Wose Ancient and Elder, Human Outlaw Thief Male
and Female
* user interface:
* smarter focus handling when user input is irrelevant to the current focus
but relevant to another widget
* menus can now stay scrolled to the bottom if they were already scrolled
to the bottom
* scrolling performance improved
* selecting a units is faster now, especially switching between two units
* overall game performance improved when many units are visible
* better performance when mouse is over a unit that sees many enemy units
* show side and team in the status table
* animations draw faster now and the speed is independent of the resolution
* fog/shroud is cleared after attack-move (bug #7131)
* WML engine
* fixed a bug which returned wrong values if a random number was negative
|
|
Added mail/roundcube version 20070314
|
|
|
|
|
|
application-like user interface. It provides full functionality you expect
from an e-mail client, including MIME support, address book, folder
manipulation, message searching and spell checking. RoundCube Webmail is
written in PHP and requires the MySQL database. The user interface is fully
skinnable using XHTML and CSS 2.
This is roundcube-0.1-20070314 (SVN build 508)
Suggested by schmonz@
|
|
It helps you search, cross-reference and navigate your source tree. It can
understand various program file formats and version control histories like
SCCS, RCS, CVS and Subversion. In other words it lets you grok (profoundly
understand) the open source, hence the name OpenGrok. It is written in Java.
This is opengrok 0.4
|
|
|
|
|
|
* In-Reply-To header was supported in mailto URL.
* Stop button was added to the main toolbar.
* An error message is displayed now when the decryption of PGP encrypted
messages failed.
* Remote commands such as 'compose', 'receive' and 'send' are disabled
when a modal dialog exists.
* Process termination is forced after the execution of finalizer routine.
* The behavior of 'Go to next unread' with changing folders was fixed.
* The sylpheed.desktop file was modified.
* Win32: A bug that the folder path separator was not processed correctly
in some cases (fixes path information becoming incorrect on renaming
subfolders).
* 2.4.0beta6 (development)
* The bug in automatic IMAP4 filtering that messages which were not
filtered were not counted as new ones was fixed.
* Win32: The workaroud for the redraw problem of GtkCList and GtkCTree
in GTK+ 2.10.11 was made.
* Win32: The stall on rebuilding folder tree which appeared since GTK+
2.10.11 was fixed.
* Win32: Environmental variable "LANGUAGE" was disabled (fixes incorrect
language selection on some environments).
|
|
|
|
|
|
bzr 0.15 2007-04-01
BUGFIXES:
* Handle incompatible repositories as a user issue when fetching.
(Aaron Bentley)
* Don't give a recommendation to upgrade when branching or
checking out a branch that contains an old-format working tree.
(Martin Pool)
bzr 0.15rc3 2007-03-26
CHANGES:
* A warning is now displayed when opening working trees in older
formats, to encourage people to upgrade to WorkingTreeFormat4.
(Martin Pool)
IMPROVEMENTS:
* HTTP redirections are now taken into account when a branch (or a
bundle) is accessed for the first time. A message is issued at each
redirection to inform the user. In the past, http redirections were
silently followed for each request which significantly degraded the
performances. The http redirections are not followed anymore by
default, instead a RedirectRequested exception is raised. For bzrlib
users needing to follow http redirections anyway,
bzrlib.transport.do_catching_redirections provide an easy transition
path. (vila)
INTERNALS:
* Added ``ReadLock.temporary_write_lock()`` to allow upgrading an OS read
lock to an OS write lock. Linux can do this without unlocking, Win32
needs to unlock in between. (John Arbash Meinel)
* New parameter ``recommend_upgrade`` to BzrDir.open_workingtree
to silence (when false) warnings about opening old formats.
(Martin Pool)
* Fix minor performance regression with bzr-0.15 on pre-dirstate
trees. (We were reading the working inventory too many times).
(John Arbash Meinel)
BUGFIXES:
* Take smtp_server from user config into account.
(vila, #92195)
* Restore Unicode filename handling for versioned and unversioned files.
(John Arbash Meinel, #92608)
* Don't fail during ``bzr commit`` if a file is marked removed, and
the containing directory is auto-removed. (John Arbash Meinel, #93681)
* ``bzr status FILENAME`` failed on Windows because of an uncommon
errno. (``ERROR_DIRECTORY == 267 != ENOTDIR``).
(Wouter van Heyst, John Arbash Meinel, #90819)
* ``bzr checkout source`` should create a local branch in the same
format as source. (John Arbash Meinel, #93854)
* ``bzr commit`` with a kind change was failing to update the
last-changed-revision for directories. The
InventoryDirectory._unchanged only looked at the parent_id and name,
ignoring the fact that the kind could have changed, too.
(John Arbash Meinel, #90111)
* ``bzr mv dir/subdir other`` was incorrectly updating files inside
the directory. So that there was a chance it would break commit,
etc. (John Arbash Meinel, #94037)
* Correctly handles mutiple permanent http redirections.
(vila, #88780)
bzr 0.15rc2 2007-03-14
NOTES WHEN UPGRADING:
* Release 0.15rc2 of bzr changes the ``bzr init-repo`` command to
default to ``--trees`` instead of ``--no-trees``.
Existing shared repositories are not affected.
IMPROVEMENTS:
* New ``merge-directive`` command to generate machine- and human-readable
merge requests. (Aaron Bentley)
* New ``submit:`` revision specifier makes it easy to diff against the
common ancestor with the submit location (Aaron Bentley)
* Added support for Putty's SSH implementation. (Dmitry Vasiliev)
* Added ``bzr status --versioned`` to report only versioned files,
not unknowns. (Kent Gibson)
* Merge now autodetects the correct line-ending style for its conflict
markers. (Aaron Bentley)
INTERNALS:
* Refactored SSH vendor registration into SSHVendorManager class.
(Dmitry Vasiliev)
BUGFIXES:
* New ``--numbered-dirs`` option to ``bzr selftest`` to use
numbered dirs for TestCaseInTempDir. This is default behavior
on Windows. Anyone can force named dirs on Windows
with ``--no-numbered-dirs``. (Alexander Belchenko)
* Fix ``RevisionSpec_revid`` to handle the Unicode strings passed in
from the command line. (Marien Zwart, #90501)
* Fix ``TreeTransform._iter_changes`` when both the source and
destination are missing. (Aaron Bentley, #88842)
* Fix commit of merges with symlinks in dirstate trees.
(Marien Zwart)
* Switch the ``bzr init-repo`` default from --no-trees to --trees.
(Wouter van Heyst, #53483)
bzr 0.15rc1 2007-03-07
SURPRISES:
* The default disk format has changed. Please run 'bzr upgrade' in your
working trees to upgrade. This new default is compatible for network
operations, but not for local operations. That is, if you have two
versions of bzr installed locally, after upgrading you can only use the
bzr 0.15 version. This new default does not enable tags or nested-trees
as they are incompatible with bzr versions before 0.15 over the network.
* For users of bzrlib: Two major changes have been made to the working tree
api in bzrlib. The first is that many methods and attributes, including
the inventory attribute, are no longer valid for use until one of
lock_read/lock_write/lock_tree_write has been called, and become invalid
again after unlock is called. This has been done to improve performance
and correctness as part of the dirstate development. (Robert Collins,
John A Meinel, Martin Pool, and others).
* For users of bzrlib: The attribute 'tree.inventory' should be considered
readonly. Previously it was possible to directly alter this attribute, or
its contents, and have the tree notice this. This has been made
unsupported - it may work in some tree formats, but in the newer dirstate
format such actions will have no effect and will be ignored, or even
cause assertions. All operations possible can still be carried out by a
combination of the tree API, and the bzrlib.transform API. (Robert
Collins, John A Meinel, Martin Pool, and others).
IMPROVEMENTS:
* Support for OS Windows 98. Also .bzr.log on any windows system
saved in My Documents folder. (Alexander Belchenko)
* ``bzr mv`` enhanced to support already moved files.
In the past the mv command would have failed if the source file doesn't
exist. In this situation ``bzr mv`` would now detect that the file has
already moved and update the repository accordingly, if the target file
does exist.
A new option ``--after`` has been added so that if two files already
exist, you could notify Bazaar that you have moved a (versioned) file
and replaced it with another. Thus in this case ``bzr move --after``
will only update the Bazaar identifier.
(Steffen Eichenberg, Marius Kruger)
* ``ls`` now works on treeless branches and remote branches.
(Aaron Bentley)
* ``bzr help global-options`` describes the global options.
(Aaron Bentley)
* ``bzr pull --overwrite`` will now correctly overwrite checkouts.
(Robert Collins)
* Files are now allowed to change kind (e.g. from file to symlink).
Supported by ``commit``, ``revert`` and ``status``
(Aaron Bentley)
* ``inventory`` and ``unknowns`` hidden in favour of ``ls``
(Aaron Bentley)
* ``bzr help checkouts`` descibes what checkouts are and some possible
uses of them. (James Westby, Aaron Bentley)
* A new ``-d`` option to push, pull and merge overrides the default
directory. (Martin Pool)
* Branch format 6: smaller, and potentially faster than format 5. Supports
"append_history_only" mode, where the log view and revnos do not change,
except by being added to. Stores policy settings in
".bzr/branch/branch.conf".
* append_only branches: Format 6 branches may be configured so that log
view and revnos are always consistent. Either create the branch using
"bzr init --append-revisions-only" or edit the config file as descriped
in docs/configuration.txt.
* rebind: Format 6 branches retain the last-used bind location, so if you
"bzr unbind", you can "bzr bind" to bind to the previously-selected
bind location.
* Builtin tags support, created and deleted by the ``tag`` command and
stored in the branch. Tags can be accessed with the revisionspec
``-rtag:``, and listed with ``bzr tags``. Tags are not versioned
at present. Tags require a network incompatible upgrade. To perform this
upgrade, run ``bzr upgrade --dirstate-tags`` in your branch and
repositories. (Martin Pool)
* The bzr:// transport now has a well-known port number, 4155, which it will
use by default. (Andrew Bennetts, Martin Pool)
* Bazaar now looks for user-installed plugins before looking for site-wide
plugins. (Jonathan Lange)
* ``bzr resolve`` now detects and marks resolved text conflicts.
(Aaron Bentley)
INTERNALS:
* Internally revision ids and file ids are now passed around as utf-8
bytestrings, rather than treating them as Unicode strings. This has
performance benefits for Knits, since we no longer need to decode the
revision id for each line of content, nor for each entry in the index.
This will also help with the future dirstate format.
(John Arbash Meinel)
* Reserved ids (any revision-id ending in a colon) are rejected by
versionedfiles, repositories, branches, and working trees
(Aaron Bentley)
* Minor performance improvement by not creating a ProgressBar for
every KnitIndex we create. (about 90ms for a bzr.dev tree)
(John Arbash Meinel)
* New easier to use Branch hooks facility. There are five initial hooks,
all documented in bzrlib.branch.BranchHooks.__init__ - 'set_rh',
'post_push', 'post_pull', 'post_commit', 'post_uncommit'. These hooks
fire after the matching operation on a branch has taken place, and were
originally added for the branchrss plugin. (Robert Collins)
* New method ``Branch.push()`` which should be used when pushing from a
branch as it makes performance and policy decisions to match the UI
level command ``push``. (Robert Collins).
* Add a new method ``Tree.revision_tree`` which allows access to cached
trees for arbitrary revisions. This allows the in development dirstate
tree format to provide access to the callers to cached copies of
inventory data which are cheaper to access than inventories from the
repository.
(Robert Collins, Martin Pool)
* New Branch.last_revision_info method, this is being done to allow
optimization of requests for both the number of revisions and the last
revision of a branch with smartservers and potentially future branch
formats. (Wouter van Heyst, Robert Collins)
* Allow 'import bzrlib.plugins.NAME' to work when the plugin NAME has not
yet been loaded by load_plugins(). This allows plugins to depend on each
other for code reuse without requiring users to perform file-renaming
gymnastics. (Robert Collins)
* New Repository method 'gather_stats' for statistic data collection.
This is expected to grow to cover a number of related uses mainly
related to bzr info. (Robert Collins)
* Log formatters are now managed with a registry.
``log.register_formatter`` continues to work, but callers accessing
the FORMATTERS dictionary directly will not.
* Allow a start message to be passed to the ``edit_commit_message``
function. This will be placed in the message offered to the user
for editing above the separator. It allows a template commit message
to be used more easily. (James Westby)
* ``GPGStrategy.sign()`` will now raise ``BzrBadParameterUnicode`` if
you pass a Unicode string rather than an 8-bit string. Callers need
to be updated to encode first. (John Arbash Meinel)
* Branch.push, pull, merge now return Result objects with information
about what happened, rather than a scattering of various methods. These
are also passed to the post hooks. (Martin Pool)
* File formats and architecture is in place for managing a forest of trees
in bzr, and splitting up existing trees into smaller subtrees, and
finally joining trees to make a larger tree. This is the first iteration
of this support, and the user-facing aspects still require substantial
work. If you wish to experiment with it, use ``bzr upgrade
--dirstate-with-subtree`` in your working trees and repositories.
You can use the hidden commands ``split`` and ``join`` and to create
and manipulate nested trees, but please consider using the nested-trees
branch, which contains substantial UI improvements, instead.
http://code.aaronbentley.com/bzr/bzrrepo/nested-trees/
(Aaron Bentley, Martin Pool, Robert Collins).
BUGFIXES:
* ``bzr annotate`` now uses dotted revnos from the viewpoint of the
branch, rather than the last changed revision of the file.
(John Arbash Meinel, #82158)
* Lock operations no longer hang if they encounter a permission problem.
(Aaron Bentley)
* ``bzr push`` can resume a push that was canceled before it finished.
Also, it can push even if the target directory exists if you supply
the ``--use-existing-dir`` flag.
(John Arbash Meinel, #30576, #45504)
* Fix http proxy authentication when user and an optional
password appears in the ``*_proxy`` vars. (Vincent Ladeuil,
#83954).
* ``bzr log branch/file`` works for local treeless branches
(Aaron Bentley, #84247)
* Fix problem with UNC paths on Windows 98. (Alexander Belchenko, #84728)
* Searching location of CA bundle for PyCurl in env variable (CURL_CA_BUNDLE),
and on win32 along the PATH. (Alexander Belchenko, #82086)
* ``bzr init`` works with unicode argument LOCATION.
(Alexander Belchenko, #85599)
* Raise DependencyNotPresent if pycurl do not support https. (Vincent
Ladeuil, #85305)
* Invalid proxy env variables should not cause a traceback.
(Vincent Ladeuil, #87765)
* Ignore patterns normalised to use '/' path separator.
(Kent Gibson, #86451)
* bzr rocks. It sure does! Fix case. (Vincent Ladeuil, #78026)
* Fix bzrtools shelve command for removed lines beginning with "--"
(Johan Dahlberg, #75577)
TESTING:
* New ``--first`` option to ``bzr selftest`` to run specified tests
before the rest of the suite. (Martin Pool)
|
|
|
|
|
|
mbox + NFS combination shouldn't break anymore. v1.0 still planned to
be released next friday.
- mbox: Give "mbox file was modified while we were syncing" error only
if we detect some problems in the mbox file. The check can't be
trusted with NFS.
- Convert plugin: If directory for destination storage doesn't exist,
create it.
- Convert plugin: Mailbox names weren't converted in subscription list.
|
|
|
|
|
|
The internal data format has changed with this release;
migration is straight-forward. To upgrade your databases,
you must run:
$ mtn -d mydb.mtn db migrate
All of these operations are completely lossless, and 0.34
remains compatible with earlier versions all the way back
to 0.26 with regards to netsync.
Changes
- Text is now output at best of the environment's possibilities,
transliterating them or substituting '?' as needed.
- The lua hook get_author() now takes a second argument, a
key identity, in case someone wants to create an author based
on that and not only the branch name.
- The command 'chkeypass' became 'passphrase'.
- The commands 'drop', 'rename' and 'pivot_root' default to
always perform the operation in the file system as well.
They do not accept '--execute' any more, but will instead
take '--bookkeep-only' in case the user only wants to affect
bookkeeping files.
New features
- New hook note_mtn_startup(), which is called when monotone is
started.
- New Lua support function spawn_pipe(), which is used to run
a command and get back its standard input and standard output
file handles as well as the pid.
- Monotone will automatically add a monotone key in a resident
ssh-agent when it's first used, and will then use ssh-agent
for all subsequent signing. Thus, you will only need to give
the password once in one session.
- New command 'ssh_agent_export' to export a monotone key into
an SSH key.
- New command 'ssh_agent_add' to add a monotone key explicitly
to a resident ssh-agent.
- New command 'clone' that combines 'pull' and 'checkout'.
- 'automate put_file' and 'automate put_revision' stores a file
and a revision in the database.
- 'automate cert', an automate version of 'mtn cert'.
- 'automate db_set', an automate version of 'mtn set'.
- 'automate db_get', an automate version of 'mtn ls vars' with
a twist.
Other
- contrib/ciabot_monotone_hookversion.py now uses a real
basic_io parser and thus should send more precise
information to the cia server. Furthermore, it has become
more careful with creating zombies.
- contrib/monotone-log-of-pulled-revs-hook.lua, a lua hook
to display information about incoming revisions.
- contrib/monotone-mirror-postaction-push.sh, a post action
script that should be executed by contrib/monotone-mirror.sh
to automatically push data on to other servers.
- contrib/monotone-mirror.lua, a lua hook that executes
contrib/monotone-mirror.sh after any netsync session is done.
- contrib/monotone-mirror.sh now takes keydir and keyid
configuration and has better protection against overlapping
duplicate runs.
- contrib/monotone.bash_completion now handles signals.
- contrib/monotone.el now includes a commit button.
Internal
- Date and time display has now been reimplemented internally
to avoid Boost more. This means that we have lowered our
dependency from Boost 1.33.0 to 1.32.0.
- Lots of code cleanup.
- The heights cache got an index, making the processing faster.
- Update the internal SQLite to version 3.3.13.
- Algorithm to find uncommon ancestors has been rewritten, so
'pull' and 'regenerate_caches' should be faster.
|
|
|
|
Changes:
RMagick 1.15.5
o Fix bug #9637, export_pixels always exports all
0's for 1-bit images (bug report from Doug Patterson)
|
|
|
|
This is maintenance release.
|
|
Enjoy.
|
|
"&&" as some shells do not like this.
|
|
exaile-0.2.9, gnome-mime-data-2.18.0, libjit-0.1.0, liferea-1.2.10,
metacity-2.18.1, multitail-5.0.0, nano-2.0.4, py-prewikka-0.9.10,
sendmail-8.14.1, sylpheed-devel-2.4.0beta7, totem-2.18.1.
|
|
|
|
XXX: define here. if pass this definision to configure, try to build solaris
XXX: backend, raise another build problem.
|
|
|
|
RUBY_SITERIDIR.
It fixes install error of textproc/ruby-redcloth when ruby18-base didn't
biild with ruby-build-ri-db option.
Noted by obache@ via private mail and approved by wiz@.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
Release Notes:
http://development.openoffice.org/releases/2.2.0.html
Changes:
- Fix CVE-2007-0002, CVE-2007-0238, CVE-2007-0239.
- field lengths of bibliography database changed.
- UTF-8 encoding for dBase databases.
- "Edit in SQL View..." command for database queries.
- forms: date and time fields do not default to "Today" and "Now" anymore.
- query/relation design: visual marker indicating the type of table/query.
- advanced database setting: "Use keyword AS before table alias names".
- Annoying focus behavior of OOo was fixed.
- scaling in spadmin page property page deleted.
- Additional options for pdf export.
- Desktop-Integration package for slackware.
- Show/Hide Slide menu entry split into two entries.
- Support for NetBSD, Linux 64 bit, Linux SPARC in TestTool Environment.
- New behavior of "Insert - Sheet From File".
- Import MS Excel files with PivotTables based on external data.
- Insert/Delete Note in cell context menu.
- some UNO Remote Protocol (URP) changes.
- Extension Dependency OpenOffice.org-minimal-version.
- Export COT, ACOT, COTH, and ACOTH to MS Excel files.
- System integration for extensions.
- Online Update for Extensions.
- Localization of UNO Dialogs.
- OOo no longer generates sensitive UUIDs.
- Autokerning enabled by default.
- CVS import dialog for unformatted clipboard text.
- Ordinal suffix in AutoFill.
- simple protocolhandler add-on support in uno-skeletonmaker.
- Autokerning enabled by default.
- Create Tango icon set for OO.o.
- Add localisation support to UNO dialogs and IDE Dialog Editor.
- extend add-on support in the uno-skeletonmaker.
- Upgrade icu to latest version.
- Implement an optional help section in the ObjectInspector.
- additional PDF export features
- makes localize.sdf files optional.
- Add/update Slovenian templates for 2.1.
- update of icons.
- changes for soffice script.
- implement shaped system windows.
- Updates of OOo <-> ATK bridge.
- #139464# use #REF! errors in formulas using cells from missing
external linked sheets.
- Tooling fixes for CWS and MWS handling.
- Remove SISSL from module filter.
- make the 'automatic update check' more consistent.
- code only cws, adds infrastructure for vba interop project.
- Prepare framework code to support inplace active objects that are
not UIactive.
- Some bugs, some very minor UNO runtime features.
- Changed context menu (insert/delete note) for Calc cells.
- new buildsystem features.
- Improve line height compatibility on UNX platforms while keeping
the layout backwards compatible.
- Preparing installation of extensions in installation sets.
- osl[in|de]crementInterlockedCount(): don't use "lock" prefix on
single processor, single core, non HT machines.
- Clean up obsolete files in binfilter.
- Bug fixes.
|