PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
* Fixed sources coming from an 'Unknown' origin.
* Fixed Mac aMule showing erroneous version number in Get Info.
* Disabled the HTTP download progress dialog on Mac (again) because
it causes crashes.
* Suppressed an error dialog on failure to lookup the host's domain
name. Demoted it to just a message in the log.
* Fixed a bug in ed2kHelperScript.app (the Mac ed2k link handler)
which prevented it from working properly if there was a space in the
path to the aMule application. Thanks to Gomaaz for finding this bug.
* Eliminated false reports of failure to execute the on-completion
command. This happened with amuled and an on-completion command which
completes quickly. Thanks to s0undt3ch for reporting this bug.
* Fixed a bug on sending sources where sources won't be send to a client
uploading from us if he uses multipacket.
* Fixes some crashes, on systray dying, tho not all till wx is patched.
* Fixed some possible problem with userhash generation, that could lead
a void userhash.
[more]
http://www.amule.org/wiki/index.php/ has the full list of changes; in brief,
the CPU and memory usage has been vastly improved, the network code has been
substantially rewritten, amule now works with wxGTK 2.6, and several hundred
bugs have been fixed.
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Changes since 1.2.6:
* Added eserver 16.47 fix (org. by Kry)
* Translations update
* Added auto-priority fixes (org. by Xaignar)
* Removed the useless connection wizard from aMule
* Code cleaning
* Added websearch function (filehash.com)
* Added Fake-checks function (jugle.net & filehash.com)
* Changed the default server.met URL
* New buttons added:
- reload sharedfiles
- switch upload/uploadqueue
- clear completed files
* Fixed filesize in copy ed2k link to clipboard (org. by lemonfan)
* Added fix from lugdunum to avoid blacklisting on servers
* Rabbit icons for aMule clients in DL & UP window
* Added alehack's queue patches
* Removed double A4AF entry (org. by Xaignar)
* Added bluecow's fix
* Added 2 new columns in upload window (Upload/Download + Remote Status)
* "Asked for another file" on sources now with the filename that is asked for ( i.e. A4AF -> xyz.avi)
* Added copy file 'feedback' to clipboard function
* Fixed curl-config detection for debian users
* Added new Toolbar icons [ thx to http://www.everaldo.com ;) ]
* Changed:
- max connections: 25-7500
- upload queue: 500-5000
- max new connections / 5 sec: 5-500
- remove dead servers after: 1 >
- tcp port: 80 > (for users with bad ISP's .. but remember -> running aMule as root is unsecure !!!)
* > 2GB bug (untested)
* Removed "Upload/Download list refresh" code
* Kry's fixes from 2.0
* Onlinesig fixes
* Fixed already downloading files not being marked as such on search results (org. by elfstone)
* Improved Launch-browser function
* Compatibility with new amulesig.dat
* Updated the licence file
* Changed installation of webserver stuff
* Fixed better gtk2 detection
* Phk for searching for new icons ;)
* Everaldo for the great icons
* All the bug-reporters, helpers, translators and users at http://forum.amule.org
* As usual thx to eMule & wxWidgets devs and everyone i forgot ;)
Kry:
* Improved Mac compatibility.
* Fixed the i18n charset.
* Try to set the locale even if it seems to fail.
Creteil:
* Fixed the default Size to 800x600 for 1st time aMule launched without
~/.eMule config file.
shakraw:
* ExternalConn: new communication code using wxSockets.
* Web interface: improved communication performance.
* Text interface: now using new wxSockets code.
pil0t:
* Fix for the geometry on start.
pure_ascii:
* Added sorting to filename list in file details.
* Added "Takeover" by doubleclick in file details.
* Fixed preferences window popping up on "Show/Hide UL/DL" in download list.
* i18n stuff (Systray).
rubber30:
* Fixed viewing and sorting by LastSeenComplete and LastReception.
Emilio Sandoz:
* Converted stats calculations to 64bit where necessary (for uptime >49days).
* i18n strings fixed.
* gcc 2.95 compilation fix.
deltaHF:
* i18n stuff.
hellimod:
BSD and Mac support. We're very near to the Mac aMule.
Hetfield:
Fixed a memory leak in SysTray. (SysTray.cpp)
Fixed a DL/UL ratio problem. (amule.cpp)
Kry:
Added some sanity checks to avoid losing *.part.met files on power failure.
0-Size files are never written.
Fixed the 'all time transfered' on Shared Files window. This one fixed some
eMule/aMule incompatibility on part.met files.
Some aditional functions on CFile for windoze compatibility.
MFC compatibility enhanced.
Added SetFilePath to CKnownFile
Changed most 'assert' to wxASSERT
Fixed some NULL clientname causing crash on ListenSocket.cpp
Fixed the tagcount on .part.met files (KnownFile.cpp)
Added missing OP_CHANGE_CLIENT_ID on ListenSocket
Updated HomePage to www.amule.org on messages
Fixed the server windows splitter. Or sash. Whatever.
Imported all the other ListenSocket.cpp code from 0.30e
Fixed 'View Shared Files'. No multiple tabs, also.
Added theApp.listensocket->StartListening() on startup. Really. Don't ask me
why it worked before.
Fixed the systray bug where speed bar was always 10 times smaller.
Added lots of vars initilization that fixed some crashes.
Fixed a crash on ClientList.cpp caused by a void node on list.
Fixed 9 memleaks, some of them big ones.
Fixed 6 wrong delete -> delete[]
Fixed wrong hashsetneeded causing random crash
Added GetED2KPartHashCount() & GetED2KPartCount()
Fixed a bug on app init, related to Toolbar.
Fixed a severe crash & memory corruption on UploadClient.cpp
Fixed download rate overhead calculation
New HeapSort() and NewSrcPartsInfo() ported from eMule 0.30e
wxGTK 2.5 compilation fixes
Fixed the 'rehashing of files on restart' problem.
Fixed a missing "Error" message on console when partfile loading failed.
i18n activated, GNU xgettext compatible.
Fixed bug on OP_FILEREQUEST packet that made eMule clients to disconnect from
us. eMule clients got our version of client and expected to get the new
OP_FILEREQUEST from eMule 0.30. Thanks to John & BlubbX from eMule team for
the report and help tracking down it.
Fixed several i18n bugs from xMule times.
Fixed the lseek error on console and window popup when canceling a file that
is transfering.
First implementation of selectable refresh. The refresh is bugged - it
deletes the info on screen, except for about 1 sec, every time
seconds_defined_on_preferences is reached.
Used selectable refresh code for SysTray-hiden cpu lower.
New option on right-click on downloadlist: Hide/Show lists.
Minimize on startup works now.
Minimize to tray works now.
Lots of BSD compilation fixed (aMule compiles under BSD again)
Fixed the upload disconecting clients at high upload speed
Changed another wxList to CList (FriendList)
FriendSlot should have no effect on LowId user.
Fixed FriendSlot not being persistent and kicking friend after 1 chunk.
Fixed lowid users on upload queue by importing VQB's lowid alternate
Added language selection support on preferences
Fixed the bug that caused never to tell user 'server full'
Fixed several server connection issues not detected before.
Added a popup on language change warning for restart.
Added another popup, this time to point the user on the right direction if
the locale for that language cannot be set.
Stop publishing on ED2K network shared files we don't have anymore
Removed the annoying messages of dropping sources (too much CPU)
Sanity check to avoid used pushing buttons before aMule is ready for it.
Fixed gcc 2.95 compilation
Creteil:
Change order in the notebook for logs in Servers Window
Updated the logo for webserver from eMule logo to aMule one
Fixed Switching to Searches Window Bug when removing all servers in Servers
Window
Changed default server list from 'best' to 'max', then 'max' to 'best' again
Fixed the default systray value on preferences.
Added debug values on UploadQueue.
Changed max Slot Allocation to 30Kb/s
Fixed typo in Preferences
Implemented notebook in Server Window (merged 'Server Info' & 'aMule Log'
windows in a notebook)
Fixed bug crashing aMule on Server Window Notebook implementation.
Now, if no --geometry width & size used, aMule starts with 800x600 as default
Fixed size restoring from .eMule saved size
Option 'Search global' in Search Window in the default now.
GUI code for new slider in Preferences->Tweaks tab handling the lists refresh
Some cosmetic fixes on Preferences and GUI by Madcat's request.
Made GUI i18n compliant.
Slot alloc calculation is properly rounded now.
Added the Language listbox on preferences.
Shakraw:
Added missing string in GetDownloadFileInfo() causing IGSEGV when called.
Fixed the amuleweb login problem.
Added GetWebList() support.
amuleweb's search feature complete. Now it is possible to search, download
and web-search on filedonkey
Fixed a write error in SETMAXGRAPHUPLOADRATE
Added support for statistic text infos for web interface (statistics link)
Fixed two bugged index causing crashes on Webserver.cpp
Little improvement for server list request (now responses are much faster)
Generally improved External Connections.
Fixed search type feature for web interface
Fixed amule crashes when quitting from amuleweb during requests
Emilio Sandoz:
Statistics graphs:
Param changes reversible;
Color change now works;
Active connections rescaling now works;
Graphs and tree suspended when not visible.
Set correct initial radio button in Systray integration dialog
Simplified statistics graph averaging
Corrected UL loop for timer errors
Simplified UL rate averaging
Preliminary cleanup of graphing engine; ghosting eliminated
Client DL rate computation without CList Fixed 32bit rollover error for rates
over 84kB/s Reduced initial spiking Generally improved speed and CPU/RAM
usage.
Search window column widths remembered between searches & saved in preferences
Statistics preferences dialog: changes are now applied on-the-fly (with proper
Cancel semantics)
Eliminated possibility of root directory being invisibly shared
umale:
Fixed debugloglines on ListenSocket.cpp ServerSocket.cpp having too much
arguments.
SysTray code will not be compiled if disabled
Fixed 5 wrong delete -> delete[]
Converted po-files
Aleric:
Fixed all compiler warnings.
Rewrote all header #include's to only include what is necessary.
Removed or renamed all functions that clashed with one of the same name from
libwx_gtk. With as result:
Fixed --enable-static possibility (needs a lot of static libraries to be
installed; and latest XFree86 CVS version of libX11 (I had to fix a bug in
XFree86 too for this)).
Fixed check-boxes in Preferences -> Directories + a little code speed up there.
Fixed a duplicated server_list delete
Server IP# filter.
seneca:
Near finished all i18n stuff. We expect aMule 1.2.5 is fully i18n-compatible
Added wxT() Macro for Unicode Support (not functional yet)
Citroklar:
Testing, lots of testing. Bug-tracker.
Found the versions that introduced the upload bug and made a nice diff. We
could look at code for years, without seeing it. Nice guy.
Fixed README, amulesig.txt.
gjn:
Fixed bug in creditsystem.
jmccorm:
Fixed "Close This Searchresult" -> "Close This Search Result"
Fixed some typos.
lemonfan:
Fixed stopped files being counted on CheckDiskSpace()
Progressbar fixes on webserver implementation.
Several crashes fixed by adding sanity checks to reqfile
deltastar (on irc channel):
Fixes the > 2Gb files problem caused by a bug on CFile wrapper.
deltaHF:
i18n stuff
pure_ascii:
Fixed recreation of filename list in file details
Scrolling and selecting filenames works now
This program is a multiplatform ed2k client fork of eMule client
using wxWindows class library. It was originally forked from xMule
project but not related to it anymore, except little bits of code.