Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
Bump Standards-Version to 3.9.3.
debian/watch: Track stable releases.
Install a copy of the old termcap file so currently running terminal instances which have the old version of the library loaded, aren't broken by the upgrade. This workaround is only temporary. Closes: #665771
Move experimental branch of vte3 to unstable
release 1:0.32.0-1 to experimental
debian/libvte-2.90-9.symbols: Add new symbol from this release.
drop termcap from debian/libvte-2.90-9-udeb.install, too
debian/rules: Explicitly configure with --enable-gtk-doc, it's disabled now by default.
debian/libvte-2.90-common.install: Drop termcap file, it's built in using GResource now.
Add 04_workaround_resources_compiler_path.patch: Drop --sourcedir from glib-compile-resources call. It is not necessary here, and breaks out-of-tree builds with absolute configure paths, such as cdbs does. Works around GNOME #672541.
Add 03_scroll_region_updates.patch: Fix glitches with interspersing writes to the bottom line with scrolls of the upper region. Patch taken from Ubuntu package. (GNOME #542087, LP: #246701)
* Drop 03_glade-catalog-library-name.patch, fixed upstream. * 25_optional-ncurses.patch: Unfuzz.
* New upstream release. * debian/control.in: Bump glib build dependency as per configure.ac.
branch off experimental for GNOME 3.4 series
Release version 1:0.30.1-4 to unstable
* debian/patches/03_glade-catalog-library-name.patch: Use the correct vte library name in the glade catalog file. * Move the glade catalog file from libvte-2.90-common into libvte-2.90-dev alongside the .so it references. * Add the necessary Breaks/Replaces.
Release version 1:0.30.1-3 to unstable
Update install and lintian override file for the updated gnome-pty-helper location. We use the full library package name as subdirectory now, so we don't get file conflicts on soname bumps.
Back to UNRELEASED
Release version 1:0.30.1-3 to unstable
Remove X-Python-Version, since we no longer build a python module.
* debian/rules:
- Correctly pass libexecdir to configure so libvte has the correct path to
gnome-pty-helper.
Change section of gir1.2-vte-2.90 to introspection.
* debian/control.in: - Remove obsolete Replaces.
02_meta.patch: workaround for Meta key being broken since the GTK+ 3.2.2 upgrade. Closes: #648975.
Move experimental vte branches to unstable.
libvte-2.90-9.symbols: add correct Build-Depends-Package.
* New upstream release. * Drop all GTK+ 2.x support since it has disappeared upstream. * Rename source package accordingly. * Bump gtk+ build-dependency. * Call dpkg-gensymbols -c4. * Add appropriate Breaks/Replaces for moved files. * Create a udeb for the gtk3 version.
Branch vte to experimental (gtk3 version)
Release version 1:0.28.2-1 to unstable
Switch to dh_python2.
Bump Standards-Version to 3.9.2. No further changes.
Add Vcs-* fields.
* debian/control.in: - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer.
Refresh debian/patches/25_optional-ncurses.patch.
* debian/watch: - Track .xz tarballs.
New upstream release.
* libvte-doc.links: dropped. Closes: #631881. * libvte-common.postinst: do the symlink dance for /usr/share/vte/termcap. Closes: #611826, #631824, #631801.
Drop check-dist include.
* Tighten dependencies on libvte-common.
* New upstream release.
+ CVE-2011-2198: fix memory exhaustion by using special character
sequences. Closes: #629688.
Move experimental vte branch to unstable
01_scroll_notebook.patch: new patch. Allow to switch tabs with Alt+wheel with the latest gtk+3.0.
Fix udeb sourcedir, thanks Colin Watson. Closes: #627555.
* libvte-common Breaks libvte9 < 1:0.28. Closes: #616394, #611826. * python-vte Breaks python-apt << 0.8.0~exp2. Closes: #621483.
Drop useless libvte-dev dependency on python-vte. Closes: #549015.
Fix long description, thanks Teemu Ikonen. Closes: #623219.
* Move autoreconf.mk before debhelper.mk to avoid debhelper.log leftovers. * Drop unneeded Sections fields duplicating the default value. * Add lintian overrides for package-name-doesnt-match-sonames and setgid-binary.
* New upstream release. * Add build-depends to libgladeui-dev, the GTK3 version now requires it.
Drop unneeded dependency on libvte-common from gir1.2-vte-2.90.
Make the -dev packages recommend the -doc package.
Update symbols file.
* Bump shlibs version. * There’s no longer gsettings stuff to isntall.
Pass PYTHON= as configure argument instead of environment, so that it doesn’t get lost when dh-autoreconf goes mad.
Use dh-autoreconf; drop 90_autoreconf.patch.
New upstream pre-release.
Force the upgrade of libvte-common for the new termcap definitions.
Make the -dev package depend on the gir package.
Update for the new gtk+ 3 package names.
* New upstream release.
+ debian/control.in:
- Update build dependencies.
+ debian/patches/90_autoreconf.patch:
- Updated.
* debian/control.in: + Drop obsolete dpkg-dev build dependency. + Bump the libgtk2.0-dev dependency on the -dev package.
Include check-dist.mk to prevent accidental uploads to unstable.
new upstream release
update to the latest release
* Switch to CDBS' flavors system. * Bump debhelper compatibility to 8. * New upstream release, based on a patch by Michael Terry. Closes: #604846.
branch vte to experimental
Upload to unstable.
* debian/patches/12_python_reaper.patch:
- Removed, upstream said WONTFIX, so remove that API.
* debian/control.in:
- Break gdebi (<< 0.6.1) since that's the first version not requiring
the above patch.
* New upstream bugfix release:
+ debian/patches/90_autoreconf.patch:
- Regenerated for the new version.
+ debian/patches/25_optional-ncurses.patch:
- Updated to apply cleanly again.
* New upstream bugfix release:
+ debian/patches/01_transparent_crash.patch:
- Dropped, fixed upstream.
+ debian/patches/90_autoreconf.patch:
- Regenerated for the new version.
+ debian/control.in:
- Update build dependencies and dependencies of the -dev package.
* debian/python-vte.install: - Also install bindings for python2.6 (don't hardcode site-packages). * debian/control.in, debian/rules, debian/source/format, - Switch to source format 3.0 (quilt). * debian/patches/25_optional-ncurses.patch: - Updated to apply cleanly. * debian/control.in: - Bump Standards-Version to 3.8.4, no changes needed.
01_transparent_crash.patch: patch by Tetralet to fix a crash when the background file is missing, or when the transparent background has no root window. Closes: #576624.
* New upstream stable release:
+ debian/rules:
- Update shlibs version because of new API.
- Remove X_DISPLAY_MISSING from udeb CFLAGS.
+ debian/patches/90_autoreconf.patch:
- Updated for the new version.
* move experimental vte/gnome-terminal branches to unstable
prepare for release
* debian/patches/12_python_reaper.patch:
- Mention that this is WONTFIX upstream and that we should eventually
remove it.
* debian/rules:
- Remove hack that was needed to build the udeb against the DirectFB
GTK+ library, since the default one was the X11. We build against
the X11 one now.
* Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
graphical installer
- Drop the B-D on libgtk-directfb-2.0-dev.
- Bump the B-D on libgtk2.0-dev to make sure the udeb gets its
dependency on the (recently-added) udeb rather than on the library.
* debian/rules: + Update shlibs version to >= 0.23.5.
* New upstream development release:
+ debian/patches/90_autoreconf.patch:
- Refreshed.
+ debian/rules:
- Include check-dist.mk to prevent accidental uploads to unstable.
+ debian/control.in:
- Build depend on GLib >= 2.22.0.
* branch vte and gnome-terminal to experimental
* New upstream release.
- debian/patches/90_autoreconf.patch:
+ Refreshed.
* New upstream release.
- debian/patches/90_autoreconf.patch:
+ Refreshed.
* New upstream bugfix release:
+ debian/patches/70_python_env.patch:
- Dropped, merged upstream.
- debian/patches/90_autoreconf.patch:
+ Refreshed.
Fix Python environment passing
* New upstream bugfix release.
- debian/patches/01_vte_sequence_handler_cd_crash.patch:
+ Removed, applied upstream.
- debian/patches/90_autoreconf.patch:
+ Refreshed.
* debian/watch: Don't uupdate.
* debian/patches/01_vte_sequence_handler_cd_crash.patch: - Patch from Matijs van Zuijlen to fix a crash. Closes: #548388.
* New upstream bugfix release. - Fix crash on terminal reset. Closes: #548319. * debian/patches/01_background_ncurses.patch: - Removed, the fix is in the new version. * debian/patches/25_optional-ncurses.patch, debian/patches/90_autoreconf.patch: - Refreshed.
01_background_ncurses.patch: stolen upstream. Fix background color in ncurses applications. Closes: #548241.
New upstream stable release.
debian/patches/01_bashisms.patch: forwarded, add header.
* New upstream bugfix release, undoing the unintended
soname bump (Closes: #532552):
+ debian/control.in,
debian/*.install:
- Undo package rename.
+ debian/patches/90_autoreconf.patch:
- Updated for the new version.
+ debian/control.in,
debian/*.install:
- Update for the new soname.
* New upstream bugfix releases:
+ debian/rules:
- Update shlibs version to >= 0.20.4 for API additions.
+ debian/patches/90_autoreconf.patch:
- Regenerated for the new version.
01_bashisms.patch: fix bashims in provided scripts. Closes: #530123.
Add libglib2.0-doc, libgtk2.0-doc and libatk1.0-doc to b-d-i to ensure proper xrefs.
* Switch to quilt to manage patches. * 90_autoreconf.patch: updated for the new version.
* New upstream release. * Install the Python development files in libvte-dev and make this package provide python-vte-dev, just in case. * Fix dh_pysupport invocation. * Bump shlibs to version 1:0.19.4. * Remove libvte-dev dependency on ncurses. * Remove incorrect Provides: in python-vte.
Merge experimental changes
Upload to unstable.
Move vte experimental branch to unstable
* New upstream release:
+ debian/control.in:
- Update build-depends.
- Update Standards-Version to 3.8.0, no additional changes needed.
+ debian/rules:
- Update shlibs version to reflect API additions.
+ debian/patches/29_add_am_prog_cc_c_o_for_buffer_c.patch,
debian/patches/01_anjuta_hang.patch:
- Dropped, merged upstream.
+ debian/patches/20_make_ft2_optional.patch,
debian/patches/90_autoreconf.patch:
- Updated to apply cleanly again.
+ debian/patches/92_full_bold_fonts.patch:
- Patch from the Ubuntu package to first check if a bold variant
of a font exists before using "pseudo-bolding".
+ debian/python-vte.examples:
- Add some more examples, taken from the Ubuntu package.
* debian/watch:
+ Updated for new versions.
* branch vte to experimental
Upload to unstable.
01_anjuta_hang.patch: new patch, stolen from upstream. Fix hangs in Geany and Anjuta. Closes: #498295.
Drop trailing space
Don't overwrite DEB_FIXPERMS_EXCLUDE and DEB_DH_MAKESHLIBS_ARGS_ALL.
libvte-doc.links: add a link in /usr/share/doc to the documentation. Closes: #495356.
Upload to unstable.
Re-disable udeb for now
Fix 1:0.16.14-2 changelog entry.
Change version to -1sid1 as -2 was uploaded to experimental.
New patch, 60_termcap-home-end, defines home/end in the builtin termcap support file.
Replace 25_enable_static_ncurses with 25_optional_ncurses, allows not linking against ncurses but
Manually overrides CFLAGS for udeb build instead of DEB_CONFIGURE_SCRIPT_ENV trick relying on cdbs_curpkg -- this doesn't work as the target is /config.status, not /<package>.
Redisable udeb as the static linking approach isn't terribly good and wont work on !i386.
Allow overriding CFLAGS per package as cdbs only allows this for the makefile class.
Drop dup --disable-maintainer-mode flag.
Implement 25_enable_static_ncurses differently.
Update changelog and GNOME bugs references.
Drop libvte-common dep in the udeb.
Merge proposed changes from Jérémy Bobbio:
* Enable libvte9-udeb build, introducing the following patches:
- 20_make_ft2_optional: make the dependency on freetype 2 optional.
- 25_enable_static_ncurses: allow ncurses to be linked statically.
- 29_add_am_prog_cc_c_o_for_buffer_c: make automake happy.
- 30_fix_build_no_pty_helper: fix header issue when gnome-pty-helper is
not enabled.
- 90_autoreconf: run autoreconf to add freetype and ncurses options.
Properly anchor libvteN regexp.
New upstream bugfix release.
* New upstream bugfix release.
* Drop head -n1 from libvteN computation.
* debian/control.in:
- Fix libvte-doc short description, which was refering to
development files instead of documentation.
* New upstream bugfix release. * debian/control.in: + Update Standards-Version to 3.7.3, no additional changes needed.
* New upstream bugfix release.
* Tighten libvte package name extraction.
* New upstream bugfix release.
* New upstream release, with API additions:
+ debian/rules:
- Bump shlibs to >= 0.16.9 for the API additions.
* New upstream stable release; no API change.
Only close #418699
* Fixed changelog
* Dropped 62_alt-arrows.patch, merged upstream
* Dropped 60_fix-ctrl-dash.patch, merged upstream
* New upstream release, Closes: #421320, #418699
* Drop patch 61_ctrl-and-shift-arrows as it breaks up/down history; closes: #434558, #434560, #434577, #434560.
* Cleanup changelog.
* New patches, 61_ctrl-and-shift-arrows and 62_alt-arrows, should fix handling of Ctrl-, Shift-, and Alt- + arrow keys by using xterm's sequences; GNOME #310305 and #337252; closes: #421734. *
* Drop patch 41_from_upstream_fix_nvi_scrolling; fixed differently upstream since 0.16.2; see GNOME #417652. * Add xrefs to patches.
* Add closes.
* New patch, 60_fix-ctrl-dash, fixes mapping for Ctrl + dash; thanks Andrey Melnikov; GNOME #448259; closes: #429260.
* Move experimental branch of vte to unstable.
* Disable udeb for now since it's unlikely to get useful soon. * New upstream stable release; no API change.
* Pass proper configure flags to the udeb. * Generate proper shlibs for the udeb. * Build against the diretcfb Gtk flavor.
* Add a new libvte9-udeb package.
* Branch unstable's vte to experimental.
* New upstream release, * Dropped 20_fix_strange_lines.patch, merged upstream
drop 91_scrollback-corruption.patch and document its inclusion upstream
drop 90_ctrl-key-fix.patch and document its inclusion upstream
Upload
* Merged changelog entries * Added 20_fix_strange_lines.patch
* One more close.
* Add closes.
* New patch, 91_scrollback-corruption, fixes corruption of scrollback; from upstream SVN r1889; GNOME #440487; closes: #421092.
* New patch, 90_ctrl-key-fix, fixes Ctrl-key combination yeilding just key; from SVN r1893; GNOME #375112.
* Upload.
* New upstream release; no API change.
* New upstream stable release; no API change.
* Wrap build-deps and deps.
* Upload to unstable; drop check-dist include.
* Move experimental branch of vte to unstable.
* Drop debian/pyversions and set XB and XS-Python-Version.
* New upstream release; no API change. - Fixes output of incorrect colours; closes: #416125. - Drop patch 40_fix_transparency_bug, fixed differently upstream. - Drop patch -and-delayed-redraws-race, merged upstream.
* New patch, 50_expose-and-delayed-redraws-race, fixes a race between expose and delayed redraws; GNOME #419116; closes: #415730.
* New patch, 41_from_upstream_fix_nvi_scrolling, fixes scrolling in nvi; patch from Chris Wilson; Launchpad: #91017; found in the Ubuntu package.
* New patch, 40_fix_transparency_bug, workarounds a bug with transparency; by Nicolas Bruguier and Chris Wilson; Launchpad #91985; found in the Ubuntu package.
* New upstream major stable release; API additions. - Build-depend on libpango1.0-dev and libxft-dev. - Bump shlibs to >= 1:0.16.0. - Drop patch 30_pkg-config-private-field-for-freetype, merged upstream.
* New upstream release; no API change. - Drop patch 20_gtk-style-attach-crash, merged upstream.
* Merge 1:0.12.2-5 / SVN revs 7195:8677. * Add a get-orig-source target to retrieve the upstream tarball. * New patch, 20_gtk-style-attach-crash, fixes crash in gtk_style_attach when changing icon theme; backported from GNOME #399282 / vte 0.14.2; see also GNOME #353498. * Stop shipping *.a and *.la files for Python modules.
* Drop version in the dependency on libvte-common to permit installing two libvte shared library packages at the same time; the files in libvte-common are translations and a termcap file which didn't change since 2002 which is supposedly eternally backward compatible, hence this should only result in some untranslated text.
* Include the new check-dist Makefile to prevent accidental uploads to unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
* Add a get-orig-source target to retrieve the upstream tarball.
vte (1:0.14.1-1) experimental; urgency=low * New upstream release.
* Merge 1:0.12.2-4.
- Remove references to the forgotten hardcoded python2.3 and python2.4
version from the python-vte.install file, thanks Daniel Holbach.
- Urgency medium since this will cause FTBFS in the future.
* Preemptively fix the 12_python_reaper patch to work with newer codegen, thanks Daniel Holbach and Michael Vogt for all the fish.
* New upstream release; no API change.
* New upstream development release; no API change.
* New upstream development release; no API change.
* Merge 1:0.12.2-3.
- Bump shlibs to >= 1:0.13.3.
* New upstream development releases, with API changes. - Rename livte4 to libvte9 for the new SONAME. - Reset shlibs.
* New upstream development releases, with API additions. - Target at experimental. - Bump shlibs to >= 1:0.13.3. - Drop 08_set_backspace_to_utf8 patch, merged upstream. - Drop 09_multiscreen_safe, fixed upstream. - Drop 70_relibtoolize, I'm too lazy to update it for dev releases. - Bump up libglib2.0-dev build-dep to > 2.9.0.
* Remove some superfluous spaces. * Release.
* Also closes: #364383.
* Add ${misc:Depends}.
[ Josselin Mouette ]
* 12_python_reaper.patch: patch from Michael Vogt to add a python
binding for the reaper object (closes: #381143).
* Remove versions in Conflicts/Replaces with python2.X-vte.
releasing vte 1:0.12.2-1
- Update vte's debhelper, python* related dependencies to meet. - Python new policy infrastructure (python-support). - Handle python-vte Conflicts and Replaces fields better. - Sync debian/changelog. - Add -d to dh_pysupport and remove dh_python (not needed).
Fix python-vte package description. python-vte now ships Python bindings itself and isn't a dummy package.
Preparing new vte upload (Python New Policy Transition related):
* sync debian/changelog
* debian/control:
- python-vte now provides Python 2.3 and 2.4 vte Python bindings.
- Add python-support as Build-Depends.
* debian/rules:
- Add DEB_PYTHON_SYSTEM variable and set to pysupport.
- Make the needed changes to provide Python 2.3 and 2.4 vte Python
bindings in the same binary package (python-vte).
- Add dh_pysupport call in binary-install/python-vte target.
- Remove debian/python{2.3,2.4}-vte.install
- Add debian/python-vte.install
* Set debhelper compatibility to 5.
* Fix watch file.
* Unrelease as it makes gnome-terminal segfault, probably due to a Debian specific patch.
* New upstream release. - Relibtoolize.
* New upstream release, with API additions.
- Bump up libgtk2.0-dev build-dep to >= 2.6.0.
- Add a libglib2.0-dev build-dep (> 2.6.0).
- Bump shlibs to >= 1:0.12.1.
- Drop restricted region adjustment patch as upstream merged it and also
fixed a couple of issues it had.
- Relibtoolize.
* Fix clenaup of /debian/tmp-2.3 instead of debian/tmp-2.3 introduced with
Python 2.4 support.
* Bump up Standards-Version to 3.7.2.
Better binNMU safety, using dpkg-dev 1.13.19.
* Stop shipping /usr/lib/*.la files in libvte-dev.
Make packages binNMU-safe by using the hack in gnome-pkg-tools 0.4.
vte 0.12.0-2
updated watch and copyright
import 20_restricted_region_readjustment.patch update for 0.12.0-1 release
vte 0.12.0
* Fix Python build-deps, thanks Jan LÃŒbbe.
* Let python2.3-vte replace previous versions of python-vte.
* Merge nice patch from Jan LÃŒbbe to build vte's python bindings for python 2.3 and 2.4. (Closes: #353434) [debian/control, debian/control.in, debian/python-vte.install, debian/python2.3-vte.install, debian/python2.4-vte.install, debian/rules] * Tune up the descriptions slightly. * Tune up install files slightly.
* New upstream release.
* New upstream release. - Shift+Insert pasting works as in the past. (Closes: #354275)
* New upstream release. - Drop double free() fix (merged upstream).
* New upstream release.
- This release backs out all changes made to the .pc file in
debian/patches/30_pkg-config-private-fields.patch, and hence reopens
#340406, but should include proper -I flags. (Closes: #346039)
- New patch to move only the libfreetype link flags to Libs.private.
(Closes: #340406)
- Drop patch adding console sequesnces to save/restore cursor position
(merged upstream).
- Drop relibtoolizing patch as the person bootstrapping vte for GNOME was
visibly running Debian. :)
* New upstream release.
- Drop patch to use .private pkg-config pseudo-headers (included
upstream).
- No need to "rm python/vte.c", this is not distributed upstream anymore.
- Drop patch to fix gdk warnings (included upstream).
- Relibtoolize.
* Revert the move to .private pseudo-headers as it causes build failures because of headers from other libraries included from vte's headers and pkg-config not adding -I flags from .private headers when linking dynamically.
Fix brainfart
Move experimental gnome-vfs2 to unstable
* Build-depend on libfreetype6-dev (>= 2.0.2) to match the checks in configure.in. (Closes: #340412) * Use pkg-config's Libs.private and Requires.private field for libraries and packages needed only for static linking instead of the Libs / Requires fields; you need to build-depend on pkg-config (>= 0.18) to use these fields. Based on a patch by Steve Langasek. (Closes: #340406)
* Force regeneration of the python bindings by removing python/vte.c. (Closes: #334001, #334668, #338090)
* Urgency high for RC bug fix. * Add libsm-dev, libice-dev, zlib1g-dev, libncurses5-dev | libncurses-dev, libx11-dev, and libfontconfig1-dev deps to vte-dev, according to its .pc file. (Closes: #259671) [debian/control, debian/control.in]
* Update FSF address. [debian/copyright]
* Prepare unstable upload. * Update uploaders.
- Fix confusion between py_palette and item in
_wrap_vte_terminal_set_colors(), doesn't segfault anymore in
vte.Terminal.set_colors(). (Closes: #319987)
* New upstream releases. * Temporarily add libxt-dev build-dependency to let AC_PATH_X/AC_PATH_XTRA autodetect X development files, see <http://bugzilla.gnome.org/show_bug.cgi?id=314669>.
* New upstream release. * Add CDBS' utils. * Drop obsolete patches. [debian/patches/02_path_xtra.patch, debian/patches/03_path_xtra-2.patch, debian/patches/11_hide_pageup_behavior.patch]
* debian/control.in:
- use ${python:Depends}.
* debian/patches/06_fixgtkcrasher.patch:
- new patch to fix a crasher with the new GTK.
* debian/python-vte.install:
- don't use a specific python version.
* debian/rules:
- use dh_python.
* Urgency high for testing targetted RC bugfix. * Add dependencies to libvte-dev on libxft-dev, libfreetype6-dev, libatk1.0-dev, libpango1.0-dev, libglib2.0-dev to conform with libvte.la's dependency_libs. [debian/control, debian/control.in] (Closes: #259671)
* Bump up Standards Version to 3.6.2.
* Fix Gdk warnings with a patch from upstream. (Closes: #316940, #318549)
Repository branches/2.10->unstable transition for Rtp & Duck packages
Repository trunk->sarge transition for Rtp & Duck packages
vte (1:0.11.13-2) unstable; urgency=low * Rebuild on an unstable box to avoid dependencies in experimental. -- Josselin Mouette <joss@debian.org> Sat, 30 Apr 2005 19:07:20 +0200
vte update
Preliminary version of the vte 0.11.12 package
Added lost-in-svn -5 package and add patches from gnome bugzilla and from the gtk-gnome-ml
Fix shlibs.
Bumped the shlibs
Upload in unstable.
Add new console sequences
Modified configure to use Debian's ac_path_xtra macro
Change distribution to experimental
New upstream release
Added a patch for supporting fork_pty in vte
Fix the rights on gnome-pty-helper in debian/rules
Moving packages from the desktop release to desktop/trunk/
Fixe build-dependences
* New maintainer. * First version in the repository
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |