Attempt to fix nightly build failure on 68k.
[AROS.git] / external / openurl / ChangeLog
blob94ad73c350963ea28a709c3432e7a3b41b574637
1 ---------------------------
2 openurl.library - ChangeLog
3 ---------------------------
5 $Id: ChangeLog 191 2012-12-20 15:52:10Z damato $
6 $URL: svn://svn.code.sf.net/p/openurllib/code/releases/7.12/ChangeLog $
8 #### v7.12 RELEASE #############################################################
10 2012-12-20  Jens Langner <Jens.Langner@light-speed.de>
12   * misc: final 7.12 release preparations
14 2012-11-06 Thore Böckelmann <tboeckel@gmx.de>
16   * library/api.c: changed the name of the prefs program to the currently used
17     scheme.
18   * locale/italian.ct: removed lots of unused strings.
20 2012-08-07 Thore Böckelmann <tboeckel@gmx.de>
22   * misc: replaced all deprecated function call by appropriate replacements for
23     the AmigaOS4 build.
25 #### v7.11 RELEASE #############################################################
27 2012-08-05  Jens Langner <Jens.Langner@light-speed.de>
29   * misc: final 7.11 release preparations
31 2012-06-19 Thore Böckelmann <tboeckel@gmx.de>
33   * library/init.c: don't allocate locked memory.
35 2012-04-25 Thore Böckelmann <tboeckel@gmx.de>
37   * locale/german.ct: replaced some "ss" by "ß". This closes bug #3364499.
39 2012-04-07  Jens Langner <Jens.Langner@light-speed.de>
41   * Makefile: removed -funroll-loops as this is potentially dangerous.
43 2012-03-04 Thore Böckelmann <tboeckel@gmx.de>
45   * src/libinit.c: fixed the broken build for all non-AROS platforms.
47 2012-01-29 Matthias Rustler <mrustler@gmx.de>
49   * misc: backport of AROS fixes.
51 2011-12-25  Pär Boberg <pbobbenb@spray.se>
53   * locale/swedish.ct: updated to the latest changes.
55 #### v7.10 RELEASE #############################################################
57 2011-11-26  Jens Langner <Jens.Langner@light-speed.de>
59   * misc: final 7.10 release preparations
61 2011-04-19 Matthias Rustler <mrustler@gmx.de>
63   * misc: backport of AROS fixes.
65 #### v7.9 RELEASE ##############################################################
67 2011-04-17  Jens Langner <Jens.Langner@light-speed.de>
69   * misc: final 7.9 release preparations
71 2011-04-10 Thore Böckelmann <tboeckel@gmx.de>
73   * libraries/openurl.h: fixed wrong mask value to mask out invalid flags. This
74     closes #3283034.
76 2011-01-04 Thore Böckelmann <tboeckel@gmx.de>
78   * all/Makefile: fixed the dependency generation to respect the system specific
79     object file path.
81 2010-10-06 Thore Böckelmann <tboeckel@gmx.de>
83   * dist/Install: adapted the Installer script to respect MorphOS' default
84     location for 3rd party libraries.
86 2010-10-05 Thore Böckelmann <tboeckel@gmx.de>
88   * libinit.c: make sure that removing the library during LibClose() really
89     operates on the correct base. Calling LibExpunge() on MorphOS is wrong,
90     since that takes no parameter but expects the base to be in A6. We work
91     around this by using an additional function which gets called from
92     LibClose() and LibExpunge() with the correct base pointer.
94 #### v7.8 RELEASE ##############################################################
96 2009-09-23  Jens Langner <Jens.Langner@light-speed.de>
98   * misc: final 7.8 release preparations
100 2010-09-22 Thore Böckelmann <tboeckel@gmx.de>
102   * library/utils.c: added a missing ENTER() statement and let the debug build
103     output which command is sent to which ARexx port.
105 2010-09-08 Mariusz Danilewicz <mandi@interia.pl>
107   * AUTHORS: added translators section (please check and update missing persons).
109 2010-09-06 Thore Böckelmann <tboeckel@gmx.de>
111   * library/init.c: create the pool with MEMF_CLEAR set to avoid unnecessary
112     junk to be saved in the prefs file.
113   * library/prefs.c: saving the prefs will now also mask out invalid flags.
114   * library/prefs.c: upon loading the prefs file all invalid flags are now
115     masked out. This fixed bug #3059088 where the split off MorphOS V8 version
116     incorrectly saved some internal flags which then lead to a memory block
117     being freed twice when being read again by the V7 library and used by the
118     MUI prefs application. The ReAction prefs application was not affected due
119     to its different handling of the prefs.
121 2010-09-03 Thore Böckelmann <tboeckel@gmx.de>
123   * libinit.c: clear all semaphore structures before calling InitSemaphore().
125 #### v7.7 RELEASE ##############################################################
127 2009-09-01  Jens Langner <Jens.Langner@light-speed.de>
129   * misc: final 7.7 release preparations
131 2010-08-22 Thore Böckelmann <tboeckel@gmx.de>
133   * library/init.c: lowered the required version of rexxsys.library to V36. This
134     fixes bug #3050895.
136 2010-08-16 Thore Böckelmann <tboeckel@gmx.de>
138   * libinit.c: the library init code now ensures that the entry code is really
139     the first code to be executed in case the .library is executed like a
140     regular command by accident.
141   * include/SDI_compiler.h: updated to latest version.
143 2010-06-30 Thore Böckelmann <tboeckel@gmx.de>
145   * prefs/Makefile, raPrefs/Makefile: added the .cd file to the dependency list
146     of each .catalog file.
148 2010-06-10 Thore Böckelmann <tboeckel@gmx.de>
150   * library/libinit.c: fixed a warning for the OS3 build.
152 2010-06-07 Thore Böckelmann <tboeckel@gmx.de>
154   * include/SDI_compiler.h: updated to latest version.
155   * include/clib/openurl_protos.h: added IPTR definition.
157 2010-06-03 Matthias Rustler <mrustler@gmx.de>
159   * Fixes for 64-bit AROS: changes from ULONG to IPTR to get rid of
160     warnings about conversion from/to pointer to/from integer with different size.
161     Prototype of URL_GetAttr changed. I hope this doesn't cause any trouble.
163 2010-05-27 Thore Böckelmann <tboeckel@gmx.de>
165   * locale/#?.ct: set some properties.
166   * raPrefs/Makefile: added polish catalog generation.
168 2010-05-27 Mariusz Danilewicz <mandi@interia.pl>
170   * locale/polish.ct: fixed MSG_About_Descr
172 2010-05-27 Mariusz Danilewicz <mandi@interia.pl>
174   * locale/polish.ct: added Polish translation
175   * prefs/makefile: added generating Polish catalog
177 2010-04-24 Thore Böckelmann <tboeckel@gmx.de>
179   * library/libinit.c: use NewStackSwap() under AROS, re-enabled stack swapping
180     under MorphOS
182 2010-04-23 Thore Böckelmann <tboeckel@gmx.de>
184   * library/libinit.c: replaced some #ifdef's by macros.
186 #### v7.6 RELEASE ##############################################################
188 2009-10-24  Jens Langner <Jens.Langner@light-speed.de>
190   * misc: final 7.6 release preparations
192 2009-09-19 Thore Böckelmann <tboeckel@gmx.de>
194   * misc: added a name to all memory pools for OS4.
196 2009-09-16 Thore Böckelmann <tboeckel@gmx.de>
198   * prefs/applist.c: integrated the hook structures into the instance data and
199     set these after creating the object instead of using global hooks. Thus
200     multiple instances of the prefs program will use the correct hook data. This
201     fixes bug #2859339.
203 2009-08-14 Thore Böckelmann <tboeckel@gmx.de>
205   * Makefiles: added "-g" to the debug flags. It seems the OS3 GCC 2.95.3 cross
206     compiler needs this to generate debug infos at all.
208 2009-07-21 Thore Böckelmann <tboeckel@gmx.de>
210   * library/libinit.c: in case something in the LibInit() call fails everything
211     set up before will now correctly be freed again to avoid memory leaks.
213 2009-06-16  Thore Böckelmann <tboeckel@gmx.de>
215   * library/prefs.c: changed OWB's port name to "OWB" instead of "OWB.1" because
216     openurl.library takes care of additional numbers itself. This fixes bug
217     #2801806.
219 2009-06-07  Matthias Rustler <mrustler@gmx.de>
221   * libinit.c: Merged Staf's fixes from codesets.library
223 2009-06-07  Matthias Rustler <mrustler@gmx.de>
225   * Makefile fix for linker library
227 2009-06-02  Matthias Rustler <mrustler@gmx.de>
229   * Fixes for the AROS metamakefiles
230   * linkerlib for auto-opening (like it was done for codesets.library)
232 2009-06-02  Thore Böckelmann <tboeckel@gmx.de>
234   * raPrefs/OpenURL.c: restored accidently removed sections.
236 2009-06-01  Thore Böckelmann <tboeckel@gmx.de>
238   * raPrefs/#?.c: added the two new macros iset() and gadset() to replace the
239     quite long SetAttrs() and SetGadgetAttrs() calls.
241 2009-05-31  Thore Böckelmann <tboeckel@gmx.de>
243   * raPrefs/#?.c: fixed all warnings and replaced GetAttr() call by the iget()
244     macro.
246 2009-05-24  Alexandre Balaban <alexandre@balaban.fr>
248   * raPrefs/misc: made node edition and save/use/apply of prefs functionnal
250 #### v7.5 RELEASE ##############################################################
252 2009-05-30  Jens Langner <Jens.Langner@light-speed.de>
254   * misc: final 7.5 release preparations
256 2009-05-28  Jens Langner <Jens.Langner@light-speed.de>
258   * prefs/app.c: removed the not required AboutMUI method as calling
259     MUIM_Application_AboutMUI should really be enough. This should also solve
260     the previously existing problems with the AROS compiles.
261   * library/applist.c: instead of always returning 0 in mListCheckSave() for
262     AROS we now check if the returned pointer of xget(MUIA_List_Format) is
263     NULL or not and thus perform the string compare operation or not. This
264     should also catch the case where AROS is failing for the MUIA_List_Format
265     get operation.
267 2009-05-28  Matthias Rustler <mrustler@gmx.de>
269   * German catalog sync'd with "FlexCat .. newctfile ..." and updated.
270   * Build German catalog with AROS metamakefile.
271   * Copying of icon with AROS metamakefiles
272   * Metamakefiles cleaned up
273   * Overloading of MUIM_Application_AboutMUI disabled on AROS
274     because it crashes when closing the about window.
275   * Remaining warnings under AROS removed
277 2009-05-27  Matthias Rustler <mrustler@gmx.de>
279   * AROS metamakefiles added
280   * applist.c: fix for a segfault on AROS because MUIA_List_Format
281     isn't get-able in Zune.
282   * 64-bit fixes (IPTR, STACKED, UL)
284 2009-05-26  Jens Langner <Jens.Langner@light-speed.de>
286   * include: updated the mui includes to use "muiaros.h" instead of "mui.h"
287     for an AROS compile. Otherwise the binaries won't work, I am afraid.
288     In addition a little cleanup in the include directory has been performed.
290 2009-05-25  Jens Langner <Jens.Langner@light-speed.de>
292   * misc: fixed all remaining compiler warnings when compiling for AROS.
294 2009-05-24  Alexandre Balaban <alexandre@balaban.fr>
296   * locale/french.ct: updated to latest catalog changes
298 2009-05-24  Jens Langner <Jens.Langner@light-speed.de>
300   * prefs: slightly updated the About window to match the latest changes and
301     to output the correct version string of the preference application.
302   * library/prefs.c: added some default settings for OWB, NetSurf, AmiFTP,
303     AmiTradeCenter and pftp. If users reset to the default settings of OpenURL
304     they should receive a more complete and working set of settings now.
306 2009-05-20  Thore Böckelmann <tboeckel@gmx.de>
308   * library/api.c: using/applying the prefs always failed due to a missing
309     assignment.
310   * prefs/*.c: replaced all handcrafted flag checks by macro calls.
311   * prefs/popport.c: replaced the clumsy port scanning by a hopefully bullet
312     proof version. This new version does not break any Forbid() while scanning
313     the public port list.
314   * library/utils.c, library/handler.c: replaced the handcrafted message and
315     port creation by proper allocations to get rid of the stack based stuff.
316     Also shrunk the asynchronous startup message to what is really needed.
318 2009-05-19  Jens Langner <Jens.Langner@light-speed.de>
320   * raPrefs: updated the build system of the OS4 reaction preferences to match
321     that of our other sub projects. Now the Reaction preferences should work
322     as expected on OS4.
323   * cmd: updated the sources to be compile/linkable for AROS.
324   * include/macros.h: updated to be the global header file for the macro
325     definitions of all our subprojects.
326   * prefs, misc: now the preference application also properly compiles and
327     links for AROS. If it works have to be seen. But it looks quite promising.
328   * prefs: fixed MOS compilation by updating the ppcinline header files
329   * prefs: converted the build system of the MUI preferences application to
330     use the generic Makefile we use with every application. Also converted
331     everything to use the SDI headers. OS4 compilation seems to work fine and
332     the app seems also to work properly. However, further testing and
333     especially work into getting it compiled/linked for OS3 and MOS have to
334     be done.
336 2009-05-19  Thore Böckelmann <tboeckel@gmx.de>
338   * raPrefs/locale.c: fixed possible crash upon program termination.
339   * raPrefs: fixed all warnings.
340   * Cmd: converted the build system to the usual standard. The commandline tool
341     now builds for at least OS3, OS4 and MOS.
342   * prefs/OpenURL.c: added debugging initialization.
343   * prefs: fixed all remaining issues with the OS3 build. Now the preferences
344     program compiles perfectly for OS3 and OS4.
345   * prefs: replaced all stccpy() calls by strlcpy().
346   * prefs/*.c fixed tons of warnings. At least the OS4 build is done without a
347     single warning.
348   * library/*.c: replaced all handcrafted flag checks by macro calls.
349   * library/api.c, library/utils.c: replace the separate BOOL parameters by a
350     combined flags variable.
352 2009-05-18  Thore Böckelmann <tboeckel@gmx.de>
354   * prefs/popport.c: added a comment about the unsafe Forbid() situation while
355     adding items to an MUI list. Just to make sure this is not forgotten.
356   * library/handler.c, library/utils.c: replaced the Forbid()/Permit() pair to
357     protect access
358     to the rexx_use var by usage of the library base semaphore.
359   * misc: replaced almost all strcpy() calls by strlcpy(). Also removed the
360     custom msnprintf() function as they are longer used.
361   * library/api.c: lots of code clean up to make things more readable.
362   * misc: replaced several ULONG results by proper BOOL types.
363   * misc: added the usual ENTER()/LEAVE()/RETURN() macro calls to all functions.
365 2009-05-18  Jens Langner <Jens.Langner@light-speed.de>
367   * library: completely reworked the build system of openurl.library. Now the SDI
368     headers are used and a generic libinit.c. All this has been transferred
369     from the codesets.library project and should make future improvements more
370     easy. Please note, however, that the library needs a lot of testing now
371     until we consider a new official release. So please go and see if it works
372     with all kind of platforms and applications you have.
374 2009-05-11  Thore Böckelmann <tboeckel@gmx.de>
376   * misc: lots of type changes to make the source compilable for OS4.