Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Build fixes for Updated for Visual Studio 2005.
|
|
* Depend on latest libgnomemm, and use the
new non-depecated Main constructor in the example.
|
|
* Main: Added a constructor that takes a Glib::OptionContext,
and deprecated the one that takes a PoptContext.
|
|
Increased version for GNOME 2.16.0.
|
|
* Support optional ifdef parameters in the .hg macros,
to allow, for instance the --enable-atk=no option,
to disable the build and use of the atkmm API,
for use in embedded environments.
Changes 2.12.0:
* Added the --enable-api-default-signal-handlers option, for use in
embedded environments that have reduced resources. See configure --help
for the other subsets.
* Value: Added init(const GValue*), so we can copy GValue instances
of any type at runtime. Needed by the new branch of libgdamm.
Changes 2.11.3:
* Build: Added the --enable-api-default-signal-handlers option, for use in
embedded environments that have reduced resources. See configure --help
for the other subsets.
Changes 2.11.2:
* Date: Fix implementation of Glib::Date::set_time_current() so
that it doesn't set the date to Dec 31, 1969.
|
|
split option part to a separate file.
|
|
for example has a change to find X11. Bump revision.
|
|
and is pulled in via APR. Yeah, portability frameworks are nice.
|
|
XXX Can the other MAKEFILE changes to gnustep users go away now?
|
|
|
|
See http://bugzilla.gnome.org/show_bug.cgi?id=357209 for details.
|
|
handling large repositories like NetBSD src. Problem found by riz@,
fix from mainline a:njs/d:2006-09-22T07:01:26, tested by me.
bump rev to nb1
ChangeLog:
2006-09-21 Nathaniel Smith <njs@pobox.com>
* lru_writeback_cache.hh (clean_insert): Correct the cache
overflow logic so as to _actually_ never remove the last element.
Add an invariant to verify this.
(insert_dirty): Add an invariant here too.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test suite out of the box!
OK'ed by wiz@ during freeze.
0.30 release. Speed improvements, bug fixes, and improved
infrastructure.
Several internal data formats have changed with this release;
migration is straight-forward, but slightly more complicated
than usual:
-- The formats used to store some cached data in the
database have changed. To upgrade your databases, you
must run:
$ mtn -d mydb.mtn db migrate
$ mtn -d mydb.mtn db regenerate_rosters
-- The metadata stored in _MTN in each workspace has been
rearranged slightly. To upgrade your workspaces, you
must run
$ mtn migrate_workspace
in each workspace.
All of these operations are completely lossless, and 0.30
remains compatible with earlier versions with regards to
netsync.
Speed improvements:
- Algorithm used to find branch heads rewritten, to use vastly
less memory and cpu. This not only makes 'mtn heads'
faster, but also 'mtn commit', 'mtn update', and other
commands, which were spending most of their time in this
code.
- The format used in the database to store the roster cache
was rewritten. This makes initial pull approximately twice
as fast, and somewhat improves the speed of restricted log,
annotate, and so on.
- The xdelta algorithm was further optimized.
- A memory leak in Botan was fixed, which was causing
excessive memory and CPU time to be spent during 'mtn
checkout'.
- Monotone has fast-paths for doing character set conversion
when the system it is running on uses plain ASCII. These
fast-paths now know that "646" is another name used for
ASCII, and systems that use this name (like some BSDs) now
benefit from the fast-paths.
- Miscellaneous other improvements.
Workspace format changes:
- It is now possible to write down a multi-parent (merge)
workspace. However, monotone will still refuse to work with
such a workspace, and there is no way to create one. This
change merely sets up infrastructure for further changes.
- _MTN/revision no longer contains only the parent revision
id; if you depended on this in scripts, use 'mtn automate
get_base_revision_id' instead. Also, _MTN/work has been
removed.
UI changes:
- 'mtn status' now includes the branch name and parent
revision id in its output.
- The output of 'mtn annotate' and 'mtn annotate --brief' has
been switched. The more human-readable output is now the
default.
- 'mtn pluck' now gives an error message if the requested
operation would have no effect.
- On command line syntax errors, usage information is now
printed to stderr instead of stdout. (Output requested with
--help still goes to stdout.) This should make it easier to
find bugs in scripts.
Bug fixes:
- While changelog messages have always been defined to UTF-8,
we were not properly converting messages from the user's
locale. This has now been fixed.
- An off-by-one error that caused some operations to abort
with an error message about "cancel_size <
pending_writes_size" has been fixed.
- In 0.29, --help output was not localized. This has been
fixed.
- In 0.29, setting merger = "emacs" would not work unless
EDITOR was also set to "emacs" (and similar for vi). This
has been fixed.
- A rare invariant violation seen when performing certain
sequences of renames/adds in the workspace has been fixed.
- If a user failed to resolve the conflicts in a text file, we
would continue asking them to resolve conflicts in remaining
files, even though the merge could not succeed. We now exit
immediately on failure.
- Work around some g++ 3.3 brokenness.
Documentation changes:
- Imported *-merge documents into the manual (they still need
to be cleaned up to fit in better).
Changes to automate:
- Bug fix in 'attributes': this command is supposed to list
attributes that were removed from a file in the current
revision; instead, it was listing all attributes that had
ever been removed from that file. Now fixed.
- New command 'get_corresponding_path': given a revision A, a
path P, and a revision B, looks up the file with name P in
revision A, and states what path it had in revision B.
- New command 'get_content_changed': given a revision A and a
path P, gives the ancestor of A in which P was last
modified.
- New command 'get_option': Fetches variables from
_MTN/options (e.g., the current workspace's branch and
database).
- New command 'genkey': an automate-friendly way to generate a
new monotone key.
|
|
|
|
|
|
This fixes problems when some installed packages are outdated.
Per wiz@'s request.
Grrr, I really hate this kind of change.
|
|
a C99 compiler.
|
|
* Version 0.6.7 (released 2006-09-13)
** Fix build failure of idn-int.h on C99 platforms.
Reported by Paul Howarth <paul@city-fan.org>.
** The manual includes the GPL license, for the command-line tools.
** The function, variable and concept index is moved to the end of the manual.
** Update gnulib files.
** API and ABI is backwards compatible with the previous version.
|
|
|
|
What's new in at-spi-1.7.11:
* Docs fixes.
* Fixed getAttributes APIs.
* Export Hyperlink interface for AtkHyperlinkImpl peers.
* Aggregate Document interface.
What's new in at-spi-1.7.10:
* New method Selection::deselectChild. RFE #326535.
What's new in at-spi-1.7.9:
* I18n uses po/LINGUAS now.
* Table enhancement: new method Table::getRowColumnExtentsAtIndex
RFE #326536. Assistance from Ariel Rios.
* Text enhancement: Text::getAttributeRun, Text::getDefaultAttributeSet
RFE #326540. Assistance from Ariel Rios.
* New interface, Document. RFE #326520.
* New roles, LINK, REDUNDANT_OBJECT, INPUT_METHOD_WINDOW, FORM.
* Meaningful implementation and bridges for StreamableContent.
RFE #326532.
* Added STATE_VISITED, and relations DESCRIBED_BY, DESCRIPTION_FOR,
and PARENT_WINDOW_OF.
|
|
2.12.1 4-september-2006
- Corrected version check (Sebastian Dröge, #354364)
2.12.0 4-september-2006
- Install the html files even when using --disable-docs (#353159, Johan,
Matthias Clasen)
2.11.4 27-august-2006
- Include pre-generated html docs in the tarball (Johan)
- Fix bug in do_set_property called from constructor (Gustavo, #353039)
- Fix type registration involving interfaces with signals and/or
properties (Gustavo)
2.11.3 21-august-2006
- Documentation updates (John)
- Documentation build fixes (Johan, John, Gian Mario Tagliaretti)
- PyGObject can now be compiled using a C++ compiler (Murray Cumming)
- Type registration bug fix (Gustavo)
2.11.2 8-august-2006
- Add fixxref.py from PyGTK (Johan)
- Fix parallel build (#350225, Ed Catmur)
2.11.1 4-august-2006
- Add John Finlay's reference manual (Johan, John)
- Fix GOption mem leak (Gustavo)
- Infrastructure for lazy type registration (Johan)
- Enum/Flags fixes (Gustavo, John)
- Eliminate some GCC warnings (Johan)
2.11.0 12-july-2006
- Add GOption support (#163645, Johannes Hölzl)
- GObject metaclass converted to Python code (Gustavo)
- Register GType constants from Python-land (Johan)
- Distutils updates (John Ehresman, Cedric Gustin)
- Add support for signal emission hooks (#154845, Johan)
- g_spawn_close_pid support (Gustavo)
- Add new APIs do add or disable log redirections (Muntyan, #323786)
- "sub-sub-type" bug fixed (Gustavo)
- Coverity report code fixes (Johan)
- Support retrieving signal and property info from interfaces (Finlay)
- Support parameters of type G_TYPE_GSTRING in signals (Gustavo)
- Wrap a few g_filename_* APIs (Gustavo)
|
|
Major changes in 2.16.0 were:
* Fix input method handling in EelEditableLabel
* Fix build with EEL_OMIT_SELF_CHECK
* Fix crash on DnD from firefox in nautilus
Major changes in 2.15.92 were:
* Translation updates
* Fix intltool build requirement
Major changes in 2.15.91 were:
* Check mtime on background image changes
* Some code cleanups
Major changes in 2.15.90 were:
* Translation updates
* Build fix
Major changes in 2.15.4 were:
* Fix crash in open with dialog
* Fix a11y relation setup
* Wrap long filenames in application selection
Major changes in 2.15.2 were:
* Removal of unused/deprecated code
Major changes in 2.15.1 were:
* New po/LINGUAS support
* Translation fixes
* Correct typo in function name
* Remove obsolete functions
|
|
2006-08-21 Bill Haneman <bill.haneman@sun.com>
* configure.in: Revved to 1.9.2.
* gail/gailnotebook.c:
(gail_notebook_child_parent_set): Fix from Carlos Garnacho Parro,
ensure that correct gailnotebookpage object is removed.
Bug #345074.
2006-08-03 Jovan Naumovski <jovan@lugola.net>
* Added sl.po to po/ and 'sl' to ALL_LINGUAS in configure.in
2006-07-24 Bill Haneman <bill.haneman@sun.com>
* configure.in: Revved to 1.9.1.
* gail/gailtoplevel.c:
(gail_toplevel_show_event_watcher):
Don't add to parent if object is a tooltip. See bug #150649.
2006-07-18 Runa Bhattacharjee <runabh@gmail.com>
* configure.in: Added Malayalam (ml) to ALL_LINGUAS.
2006-07-17 Bill Haneman <bill.haneman@sun.com>
* gail/gail.c:
(gail_focus_watcher):
(gail_focus_notify):
Don't set/emit focus if
received by objects with ROLE_REDUNDANT_OBJECT.
See mozilla bug https://bugzilla.mozilla.org/show_bug.cgi?id=339554
2006-07-03 Runa Bhattacharjee <runabh@gmail.com>
* configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
2006-06-27 Bill Haneman <bill.haneman@sun.com>
* gail/gailtextview.c:
(gail_streamable_content_get_stream): Unlink the temp file
once we've created the IO channel.
2006-06-23 James Henstridge <james@jamesh.id.au>
* gail/gailtextview.c (gail_streamable_content_get_stream): fix a
typo to unbreak build.
2006-06-23 Bill Haneman <bill.haneman@sun.com>
* configure.in: Depend on gtk+ 2.9.4.
* gail/gailtextview.c:
(gail_text_view_get_type):
Added AtkStreamableContent interface to gailtextview.
The methods below rely on the serialization API
for GtkTextBuffer.
(atk_streamable_content_interface_init): New.
(gail_streamable_content_get_n_mime_types): New.
(gail_streamable_content_get_mime_type): New.
(gail_streamable_content_get_stream): New.
(gail_streamable_content_get_uri): New.
2006-06-21 Raivis Dejus <orvils@gmail.com>
* configure.in: Added "lv" (Latvian) to ALL_LINGUAS.
2006-05-19 Li Yuan <li.yuan@sun.com>
Fix for #313703
reviewed by: <padraig.obriain@sun.com>
* gail/gailbutton.c: (gail_button_notify_weak_ref),
(gail_button_notify_label_weak_ref), (gail_button_init_textutil):
If the button is destroyed first, we should disconnect the signal
connected to the label.
2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Remove obsolete entry for no_NO
* po/no.po: And the translation.
2006-03-30 Guntupalli Karunakar <karunakar@indlinux.org>
* configure.in: Added "dz" (Dzongkha) to ALL_LINGUAS.
2006-03-20 Vladimer Sichinava <vlsichinava@gmail.com>
* configure.in: Added "ka" (Georgian) to ALL_LINGUAS
2006-03-14 Bill Haneman <bill.haneman@sun.com>
* gail/gailcombobox.c:
(gail_combo_box_get_name): Don't free gail_combo_box->name
unconditionally, only free it when we're about to replace it.
Bug #334438.
* gail/gailcell.c:
Patch from Ross Burton to change most g_return_ usage to
either g_assert or plain logic. Bug #334007.
|
|
2.16.0
======
Translators
- Khandakar Mujahidul Islam (bn)
2.15.92
=======
Fixes
- Fix crash when tasklist is destroyed (Vincent)
Misc
- Update delete icon for the context menu (Baptiste Mille-Mathias)
Translators
- Ivar Smolin (et)
- Matic Žgur (sl)
2.15.91
=======
Fixes
- Changed the glowing code to have less and saner style properties
(Benjamin Berg) [#350138]
Translators
- Runa Bhattacharjee (bn_IN)
- Ani Peter (ml)
2.15.90
=======
Features
- Add move/resize window API (Magnus Therning)
Fixes
- Correctly set relief for group buttons in the tasklist (Benjamin Otte)
2.15.4
======
Fixes
- Make windows that go to the bottom occupy the last pixel of the pager
(Benjamin Otte)
Translators
- Mahay Alam Khan (bn_IN)
- Rahul Bhalerao (mr)
2.15.3
======
Fixes
- restart activation timeout when the mouse moves to a different
workspace (Benjamin)
- new methods to test if the names returned by wnck_window_get_name
and wnck_window_get_icon_name are real or just FALLBACK_NAME (Dan)
[#342577]
Misc
- don't translate %s (Vincent) [#339069]
Translations
- Guillaume Savaton (eo)
2.15.2
======
Features
- Improve glowing effect in tasklist and make it themeable (Benjamin Berg)
[#325176]
- Use cairo in the pager (Benjamin Otte) [#339293]
- Improve drag and drop in the pager (Nickolay V. Shmyrev, Benjamin Otte)
[#96675, #339293]
- Improve look of the pager (Benjamin Otte) [#339293]
- Add dragging of windows from the tasklist (Nickolay V. Shmyrev) [#96675]
Fixes
- Fix crash when a X resource doesn't exist anymore (Vincent) [#336823]
- Don't change workspace when releasing the button on another workspace
(Vincent) [#110510]
Misc
- Use po/LINGUAS (Brian Pepple) [#337953]
- Depends on intltool 0.35.0
Translations
- Mindu Dorji (dz)
- Baptiste Mille-Mathias (fr)
- GNOME PL Team (pl)
|
|
libgnomeui 2.16.0
------------------
* Lots of fixes for the async file chooser (Federico, Kris)
* Fix some problems with gnome-desktop-item-edir (Vincent)
* Win32 portability fixes (Tor)
* Build fixes for Solaris (Damien Carberry)
* Cleanups etc (Kris, Kjartan)
* Updated and new translations
libgnomeui 2.15.91
------------------
* Fixes to GnomeIconList (Matthias Clasen and Li Yuan)
* Removed unused function (Kjartan Maraas)
libgnomeui 2.15.90
------------------
* Remove crash dialog
libgnomeui 2.15.2
-----------------
* Add missing XUngrabServer() call in gnome-ui-init.c
* Remove unneeded atexit() call in gnome-client.c
* Set about dialog hooks (Christian Persch)
* Loads of new and updated translations.
libgnomeui 2.15.1
-----------------
* Merge the async branch of the file chooser (Kris)
* Other things
|
|
libbonoboui 2.16.0
* Translation updates.
libbonoboui 2.15.1
* Fix the about dialog in bonobo-browser (Matthias)
* Fix leaks in the UI code that showed up when changing
components in evolution. (Cecilia Gonzalez)
* Set menubar to correct detachable state (Manuel Clos)
libbonoboui 2.15.0
* Use move LINGUAS out of configure.in (Przemysław Grzegorczyk)
* Build and warning fixes (Marcus Meissner, Kjartan)
* Fix moving of detached toolbars (Nikolay V. Shmyrev)
* Fix a crash in the component browser (Joe Marcus Clarke)
* Win32 portability fixes (Tor Lillqvist)
* Translation updates:
* Runa Bhattacharjee (bn_IN)
* Rajesh Ranjan (hi)
* Christophe Merlet (fr)
* Žygimantas Beručka (lt)
* Raivis Dejus (lv)
* Subhransu Behera (or)
* Leonardo Ferreira Fontenelle (pt_BR)
* Inaki Larranaga (eu)
* Baris Cicek (tr)
* Maxim Dziumanenko (uk)
|
|
libgnome 2.16.0
---------------
What's new since 2.15.2
* Bug fixes:
- Fix a small leak in a moniker. (Kjartan)
- Revert the theme name again (Thomas)
* New and updated translations:
- Bengali (Khandakar Mujahidul Islam)
- Chinese simplified (Funda Wang)
- German (Hendrik Richter)
- Greek (Kostas Papadimas)
- Hungarian (Gabor Kelemen)
- Japanese (Satoru SATOH)
- Kurdish (Erdal Ronahi)
- Lithuanian (Gintautas Miliauskas)
- Polish (Artur Flinta)
- Portugese (Duarte Loreto)
- Romanian (Misu Moldovan)
- Russian (Leonid Kanter)
- Serbian (Goran Rakic)
- Slovenian (Matic Zgur)
- Swedish (Daniel Nylander)
libgnome 2.15.2
---------------
What's new since 2.15.1
* Bug fixes:
- Use the right gtk+ theme name in the schema. (Thomas Wood)
* New and updated translations:
- bn_IN (Runa Bhattacharjee), ca (Josep Puidgemont i Casamajó)
cs (Jakub Friedl), es (Francisco Javier F. Serrador),
eu (Inaki Larranga), fr (Benoît Dejean), ml (Ani Peter),
nl (Vincent van Adrighem), or (Subhransu Behera),
zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
libgnome 2.15.1
---------------
What's new since 2.14.1
* Bug fixes:
- Cleanups and related (Kjartan, Christian Persch)
- Win32 portability (Tor)
- Input method gconf schema defaults adjusted for Gtk+ 2.9.x
(Christian)
- API docs updates (Kjartan, Christian, Kristof Vansant)
- po/LINGUAS handling (Przemys¿aw Grzegorczyk)
- Constify some data (Benoît Dejean)
* New and updated translations:
- bg (Alexander Shopov), bn_IN (Runa Bhattacharjee), cs (Jakub Friedl),
cy (Rhys Jones), de (Hendrik Richter), dz (Guntupalli Karunakar),
es (Francisco Javier F. Serrador), eu (Inaki Larranaga)
fi (Ilkka Tuohela), fr (Benoît Dejean), gl (Ignacio Casal Quinteiro),
gu (Ankit Patel), he (Yair Hershkovitz)
hi (Rajesh Ranjan), ka (Gia Shervashidze), ko (Changwoo Ryu),
lv (Raivis Dejus), nb (Kjartan Maraas), ne (Pawan Chitrakar),
nn (Åsmund Skjæveland), th (Theppitak Karoonboonyanan), vi (Clytie Siddall),
zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)
|
|
libbonobo 2.16.0
* API DOC fixes (Alex, Gustavo)
* Don't check for xrdb or dladdr when we don't use them (Kjartan)
* Updated and new translations
libbonobo 2.15.3
* Fix ghtread configure test when building uninstalled (Brian Cameron)
* Various bonobo-activation login fixes (Michael)
* Various cleanups of exception handling (Gustavo)
* Fixes for panel sometimes hanging on login (Alex)
libbonobo 2.15.2
* Warning and build fixes. (Marcus Meissner, Kjartan)
* Revert a change that caused segfaults during make check
(Kjartan)
* New and updated translations
libbonobo 2.15.1
* Fix Coverity reports for leaks, accessing uninitialized memory
and null pointer derefs (Michael, Kjartan)
libbonobo 2.15.0
* Add new MIME api to make gnome-vfs not have a hard dependency on
libbonobo (Alex)
* Fix some leaks (Kjartan)
* Win32 portability fixes (Tor)
* po/LINGUAS porting (Przemysław Grzegorczyk)
* Port to GOption from popt (Michael Terry)
* Build fixes and cleanups (Michael Meeks, Kjartan)
|
|
- Linux uses both 'AMD Athlon(TM) XP' and 'AMD Athlon(tm) XP'
- Add at least Opteron recognition to solaris via 'psrinfo -pv'
- Cleanup trailing whitespace
|
|
application. guile-gnome modules support the entire Gnome library
stack: from Pango to GnomeCanvas, Gtk+ to GStreamer, Glade to
GtkSourceView, you will find in guile-gnome a comprehensive
environment for developing modern applications.
Moved from wip now that it builds with gcc4.
PKGREVISION is still 1, like it was in wip, to avoid backwards versioning.
(apologies for the incorrect import without pkgsrc/, which I know from
the last time doesn't actually write in the repo)
|
|
|
|
dosen't have install target anymore.
No bump PKGREVISION since this package couldn't build.
|
|
(10 September 2006, from /branches/1.4.x)
http://svn.collab.net/repos/svn/tags/1.4.0
User-visible-changes:
- Client:
* new 'svnsync' commandline tool for repository replication
* numerous working copy improvements (WARNING! upgrades to new format!):
- improved performance when detecting modified files (r18628 -56)
- new property storage is faster and uses less disk space (r17583)
- internal wcprops take up less space (r19433 -37)
- large file commit speedups (r17861 -73 18867 -918 -29 -44 -45 -48 -49)
- reduce memory usage for large working copies (r19183 -538)
- increased working copy stability with merge, copy and move:
(fixes issues #845, #1516, #1553, #2135, #2144, #2148)
* new switches added:
- 'svn blame --force' (issue #2509)
- 'svn diff/merge -c/--change' (r17054 -6 -68 18568 -741)
- 'svn diff --summarize' (issue #2015)
- 'svn merge/blame -x' (r18716 -20) (r18602 -857)
* 'svn log' now supports peg revisions (issue #2287)
* 'svn export' now creates intermediate directories if needed (r20030)
* use switch/relocate when svn:externals updated (issue #2209)
* internal diff can ignore whitespace and eol style changes (issue #2121)
* conflict markers now match the file's eol style (issue #1325)
* new svn2cl, svn-viewdiff and svn-resolve contrib scripts
* numerous improvements to svnmerge.py, vc-svn and psvn
* translation updates for all languages
* Mac OS X: store cached passwords encrypted in Keychain (r17619 -43)
* fixed: 'svn ls' slow over ra_dav (issue #2151)
* fixed: 'svn import' not handling eol-style correctly (issue #2433)
* fixed: 'svn blame' should default operative rev range to peg rev (r18400)
* fixed: 'svn blame' ignores eol-style (issue #2431)
* fixed: 'svn checkout' should default operative rev to peg rev (r18422)
* fixed: 'svn diff' supports all eol styles (r17624 -8 -61 18195 -392)
* fixed: 'svn diff' multi-target memory leak (r17518)
* fixed: 'svn merge' showing wrong status with external diff3 (issue #1914)
* fixed: 'svn merge' not merging added dir into deleted dir (issue #2515)
* fixed: 'svn rm' of non-existent item should fail (issue #2440)
* fixed: 'svn status' should skip unversioned files (issue #2030)
* fixed: 'svn status' shows added and conflicted files as added (r20382)
* fixed: 'svn switch --relocate' may set wrong repos root (r17031)
* fixed: 'svn switch --relocate' memory leak (r19535)
* fixed: 'svn switch --relocate' not caching passwords (issue #2360)
* fixed: 'svn info' not showing locks sometimes (r19777)
* fixed: incorrect merge of add of binary file already in WC (issue #2403)
* fixed: possible dataloss if editing immediately after merge (r20609 -12)
* fixed: lots of diff wc<->repos bugs
* fixed: unfriendly error message on propget on nonexistent path (r19399)
* fixed: spurious revert report after manual conflict removal (issue #2517)
* fixed: don't allow -rPREV on schedule add path (issue #2315)
* fixed: keywords with dollar signs cause badness (issue #1780)
* fixed: really revert file with locally modified keywords (issue #1663)
* fixed: deleting schedule add file leaves working props file (issue #2419)
* fixed: svn:needs-lock and read-only-ness not always in sync (issue #2306)
* fixed: post-commit error output not sent to the client (issue #443)
* fixed: not locked error on commit of switched path (issue #2353)
* fixed: svn_apply_autoprops.py should trim whitespace from props (r20790)
* fixed: show locking notifications in local path style (r20927)
* fixed: encoding error on error messages from invalid options (r20883)
- Server:
* support for new 'svnsync' repository mirroring utility
* support for BDB 4.4, including automatic recovery (issue #2449)
* new contrib hook scripts:
- enforcer
- detect-merge-conflict.sh
- case-insensitive.py
* new tools script svn-backup-dumps.py
* new tools hook script log-police.py
* svnserve improvements:
- can now run as a native Windows service (r18855)
- new option --pid-file (r17836)
- allow the password database to be read-only (r16840)
* mod_dav_svn improvements:
- fixed: error conversion crash (r19516)
- fixed: unfriendly error when locking already locked path (issue #2275)
- fixed: xml escaping bugs (r19760 -85 -86)
* authorization improvements:
- new mod_dontdothat apache module (r19531)
- new mod_authz_svn directive AuthzSVNNoAuthWhenAnonymousAllowed (r18680)
- error out when authz rules contain unexpected characters (r19471)
* support .wsf hook scripts on Windows (r18972, 19076)
* lots of improvements to mailer.py and commit-email.pl
* FSFS back-end performance improvements (r17125 19119 -456 -58 -59)
* fixed: 'svnadmin verify' output not in native encoding (issue #1997)
* fixed: uuid file in FSFS could be destroyed on write error (issue #2193)
* fixed: FSFS path encoding bug (r17774)
* fixed: don't crash on corrupt repositories (r17625)
* fixed: expect error output from hook scripts in native encoding (r17101)
* fixed: catch errors starting hook scripts (r16891 17041 -81)
* fixed: svnserve and authz can cause broken WCs (issue #2566)
* fixed: the default hook script templates should be vanilla sh (r20796)
- Both:
* delta compression improvements:
- new delta encoding reduces size (r18363 -94 -66 -78 -98 -99 -457 -950)
- xdelta algorithm speed improvements (r18986, 19047)
* don't bail on invalid locale (r19445)
* improve speed of non-verbose svn ls (r17067 -71)
* fixed: delta combiner reading past EOF (r17743)
Developer-visible-changes:
* require APR >= 0.9.7 to improve error detection for FSFS repos (r19915)
* require zlib, for svndiff1 delta encoding (r18363)
* support SWIG 1.3.29 (r19968)
* support autoconf 2.60-dev (r19919 20632 -36)
* removed no-longer-supported Red Hat 7.x RPMs (r20462)
* add support for building RPMs for x86-64 architecture (r20548 -552)
* numerous improvements to gen-make.py build system, especially on win32
* removed Visual Studio.NET APR 0.9 project files (r20170)
* numerous improvements to the test suite
* new public APIs:
- keyword and eol translation helpers and generic streams (see svn_subst.h)
- new generic stream helpers (see svn_io.h)
- authentication providers made available to other clients (see svn_auth.h)
- svn_cmdline_setup_auth_baton
- svn_dso_initialize, svn_dso_load
- svn_client_diff_summarize and svn_client_diff_summarize_peg
- svn_client_list
- svn_config_has_section
- svn_txdelta_compose_windows and svn_txdelta_apply_instructions
- svn_txdelta_stream_create
- svn_diff_file_options_create and svn_diff_file_options_parse
- svn_err_best_message
- svn_compat_wrap_commit_callback
- svn_uuid_generate
- svn_user_get_name and svn_user_get_homedir
- svn_io_get_dir_filenames
- svn_ra_reparent
- svn_ra_replay
- svn_wc_revision_status
- several rev'd APIs, see doxygen docs
* flush stdout after each status/notification line (r19476 -656)
* new (experimental) ra_serf repository access module for pipelined DAV
* .svn/entries use a less verbose non-xml format (r19420)
* make recursive 'svn ls' streamy (issue #1809)
* remove svn-config script
* empty-file and README.txt removed from WC admin areas (r17181 -268 -364)
* replace cmdline client XML DTDs with RNG schemas (r16379 -80 -93 -571 17248)
* fixed: log --limit against old svnserve leaves unusable session (r19638)
* fixed: Solaris build problems (r19636)
* fixed: blame of WORKING revision shouldn't give BASE (r19558)
* fixed: svn_client_copy and _move should fail if target exists (issue #2188)
* fixed: svn_io_file_rename and readonlyness on Windows and UNIX (r17366 -69)
* fixed: ra_dav memory leak when reusing session (issue #2247)
* fixed: console character encoding problems when built with VS2005 (r20108)
* fixed: various problems with --enable-dso and global pools (r20996, r20999)
* fixed: syntax error in installer files on new versions of Inno Setup (r21022)
* SWIG bindings:
- SWIG/python bindings:
- new support for svn_client_info (r19413)
- SWIG/ruby bindings:
- full support for Subversion 1.4 APIs, including :
svn_ra_replay and svn_diff_summarize
- numerous bug fixes
- add ruby documentation (make install-swig-rb-doc) (r20166)
- add APIs for adding a provider (r21079)
- SWIG/perl bindings:
- new support for svn_client_info (r18758)
- minor corrections to SVN::Fs (r19312)
* javahl bindings:
- APIs to get version info for the native libraries (r17604 -07)
- API for path validation (r18989, r19079)
- C++/Java code refactoring, cleanup, and consolidation
- fixed: handle possible errors from date/time conversions (r17213)
- fixed: SVNClient username/password JVM crash on null input (r19803 -13)
- fixed: specify default UUID load action (r18030)
- fixed: compile error on Visual Studio 2005 (r18054)
|
|
Using EMACS_VERSIONS_ACCEPTED instead.
|
|
|
|
0.1.7 2004/10/10
- added commands: display, ldisplay, undisplay to dump
specified memory locations after each single step
(thanks to ziberpunk <ziberpunk =at= ziberghetto dhis org>
for the suggestion and code)
- all Makefiles are now based on automake in the hopes
that this will fix some of the problems integrating
ald into the *BSD ports systems
- bug fix where a pointer wasn't set to NULL after
clearing program arguments with the "set args" command
- this is related to the previous feature: if the effective
address lies inside a symbol/function, the corresponding
symbol is now displayed
- for CALL and JMP instructions, exact target/effective
addresses are now computed
(code for this was contributed by Samuel Falvo II
<kc5tja =at= arrl net>)
- upgraded all configure scripts to autoconf v2.59
0.1.6 2004/07/23
- 2 bug fixes in "examine" command relating to dumping large
numbers of bytes
(found by mbe21 <mbe21 =at= o2 pl>)
- bug fix where ~/.aldrc was not saved on ^D
- minor memory leak fix which would occur in the loading
of ~/.aldrc on startup
(found by Alfredo Beaumont <ziberpunk =at= ziberghetto dhis org>)
- more graceful handling of when the debugged program
receives an unknown signal
- "examine" command can now take section and symbol
names in addition to numerical addresses
- fix for libreadline detection in autoconf
- ripped out all ncurses related code
- minor memory leak fix: During print bursts, users may
hit 'q' or ^C to stop the burst. This is implemented
via a longjmp() call, but if memory was allocated
beforehand, it would not have been freed since longjmp()
alters the path of execution. A simple list structure
was implemented to fix this.
- fixed some issues related to upgrade to autoconf 2.58
- bumped LICENSE up to GPL v2
- "register" command now defaults to compact output format
- fixed some minor disassembly bugs
- got ald to compile on NetBSD 1.6.2
(many thanks to Brad Spencer for providing me with
a NetBSD shell account)
0.1.5p1 2003/10/14
- bandaid to top level Makefile.in to make ald compile
in OpenBSD's ports system
0.1.5 2003/10/11
- "file secinfo" command can now output information on
a.out sections
- added TODO and BUGS files
- fixed problems relating to changing values of fpu
special purpose registers
- added some missing SSE instructions to libDASM
- OpenBSD support is back: fixed compile problems relating to
fpu code, tested on 3.3 release
- bug fixes in disassembling various MMX instructions
(thanks to Peter Boettcher for patch)
- changed library libDisasm to libDASM (Debugger's Assembler
Library) in anticipation of its new capability to assemble
instructions
- added OSABI information to elf header parsing in libOFF
(someone sent me a patch for this ages ago - sorry for
taking so long!)
- added -DNDEBUG to turn off assert() in out-of-the-box
compiles
- bug fix in a.out parser: now checks for QMAGIC binaries
- "file symbols" command has changed to "file syminfo" and you
can now use "file syminfo [symbol name]" to get information for
a specific symbol
- added libOFF to handle all the object file format stuff
0.1.4 2003/07/09
- libOp has been replaced with the rewritten library libDisasm
which has a better overall design
- incorporated hp's patch:
. "disassemble" command now shows symbol information.
Also added "set disasm-show-syms" to toggle this feature on/off.
. added ascii output for all size memory dumps
. bug fix in elf header parsing
- added ~/.aldrc configuration file to save settings
- fixed MSB problem when setting register values
0.1.3 2002/06/29
- added "set step-display-mmxregs" option to display mmx registers after single
stepping
- "lbreak" command now shows the name of the symbol containing each breakpoint, if
any
0.1.2 2002/06/14
- added "set step-display-fpregs" option to display fpu registers after single
stepping
- added "-all" flag to "register" command to output fpu registers
- fix for disassembling fld opcodes
- fix in elf parser for executables with no section name string table present
0.1.1 2002/04/24
- bug fix in disassembling opcodes with /digit fields
- bug fix in setting breakpoints which are close together
- bug fix in handling of runtime arguments
- new man page
0.1.0 2002/04/13
- added attach/detach commands
- added human readable flags register output
- minor bugfixes
|
|
|
|
So no longer needs this hack.
|
|
Bump PKGREVISION.
|
|
|